Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form fills up combo box when standalone, nothing other times
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Form fills up combo box when standalone, nothing other times
Miscellaneous
Thread ID:
00725150
Message ID:
00725150
Views:
36
Ok, so I have this login form with a combo box on it. At first, I was worried about security, so I forced the user to type in their name. Now, as I'm further into my project, I've realized that it's not necessary, and I want to put a combo box with all of the user names and let them choose theirs.

The problem is how it gets filled up. If I call the form standalone, the combo box fills up just fine. When I call it from my login class, though, it doesn't put any names into the combo box. I've tried moving the form from modal to modeless and using a READ EVENTS call to stop at the form, and using an array and AddItem() calls instead of a cursor to fill it up. With all cases, the standalone works fine, but calling it from my login class means no names. Is there any settings that would cause this behavior? Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform