the following 3 lines are called during the load of a form (these are 
combo boxes):
ARRAY TEXT(cmb_Trigger_Field_Names;0)
ARRAY TEXT(cmb_Start_Date_Field_Names;0)
ARRAY TEXT(cmb_Add_Con_Field_Names;0)

when a second record, or another new record (after canceling) is 
opened, any previously selected value for these arrays is displayed!

So...
1st record:
user set cmb_Trigger_Field_Names{0} to "Fred" by selecting a value from 
the popup.
.
.
.
user accepts, and starts another record

when the form opens (after running the above initializing code)
cmb_Trigger_Field_Names{0} displays the value 'Fred' assigned from the 
previous record.

I believe this changed/buggy behavior from v12 and before

Chip
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to