I have webform that has a drop down on it.
Drop down is state code. State file has a country field on it. Country name is coming back properly when state code is selected.
There is a country table as well. For whatever reason, this code has countrytable:countryfield on the form - even though the table being updated is the customer table (which oddly enough has no country field).
Clear as mud, right?
I have the statetable:statecode field set to reset the countrytable:countryfield field when it changes.
Mostly due to LPS, in the countrytable:countrynamefield value routine, i do a countrytable:countrynamefield = statetable:countrynamefield (and Ive confirmed that the statetable:countrynamefield field has the proper data in it).
BUT, the countrytable:countrynamefield on the form (displayed) NEVER has any text in it.
This occurs whether countrytable:countrynamefield is marked on the form as read only, or not.
I know, confusing. I inherited it (several times a day, in fact) and Im trying to get it to work the way it is.
A) is that a pipe dream
B) what'd I miss here re: displaying that field?
thanks,
Mark