Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox making me listen
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00303114
Message ID:
00303156
Views:
23
Steve,

Two alterations that will fix your problem;
LOCATE FOR gcIncident = shocks.inc_id
WITH THISFORM.lstSHKDisp_list
   .AddListItem(STR(shocks.grp_id),.NewItemID+1)
ENDWITH
OR
LOCATE FOR gcIncident = shocks.inc_id
WITH THISFORM.lstSHKDisp_list
   .AddItem(STR(shocks.grp_id),.ListCount+1)
ENDWITH
Previous
Reply
Map
View

Click here to load this message in the networking platform