Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Forms
Message
From
13/07/1998 18:52:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Multiple Forms
Miscellaneous
Thread ID:
00116967
Message ID:
00116967
Views:
49
I need some guidance on a form calling a form.

I have developed an AED form with buttons. The 'Top', 'Next'
'Prior', 'Last', 'Add', 'Close' all work as expected.
But the 'Order' button does not. When Clicked it performs the
Click method: Do Form Indxlist. The IndxList form is a small form
with a small listbox to pick the order of the Contact file to be set.

Click Event of the ListBox:

Do Case
Case This.ListItemId = 1
TempIndx = 1
Etc.

Endcase

ThisForm.Release()

It displays the form but never 'waits' for me to chose a ListItem.
If I click the 'Order' Button twice, the second time the order
is set properly.

Any guidance on this logic will be much appreciated.

I have no many books(7) on VFP 3/5/6 but have not found the answer.

Thanks much.

Regards,

Paige
Next
Reply
Map
View

Click here to load this message in the networking platform