[it must be do-able]
[it can't be that difficult]
[D'OH!]
Use an _expression_, dimbulb! vfTaxKey = Taxkey
It works! Thanks for nudging me of dead-center, Fran. I was making it more difficult than necessary. And thanks for the concise clarification of the Getproperty.
I think my Ocam's Razor is getting dull.
And my apologies for not explaining my intention as clearly as perhaps I should have.
Thanks again.
Doug
Lawrence Lustig wrote:
I know this is a thread from last week or so, but GETPROPERTY still doesn't work for me in this EEP:TRACE GETPROPERTY CIDTaxKey TEXTVALUE 'vfTaxKey' RETURNHow do I get it the value of TaxKey in the very first row before user edits the form?Your syntax appears to me to be exactly correct. I don't put TRACE in my EEPs -- have you tried removing that? In addition, just to ensure that I have the component ID right in both places, I sometimes cut and paste from the property screen for the component into the EEP -- and I sometimes find I forgot to put any component ID at all on the component! One final thing -- you mention that you are trying to get the value BEFORE the user edits the row. I think it should work the way you have it, but it might be possible that the TEXTVALUE property is not populated until the row is switched into EDIT mode. So try adding: PROPERTY TABLE YourTableName 'EDIT' right before the GETPROPERTY command. -- Larry
