Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it possible to display this view on a startup?
Message
 
 
To
29/07/2009 20:29:41
General information
Forum:
Visual FoxPro
Category:
Visual ProMatrix
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01414734
Message ID:
01415449
Views:
33
>It is pretty simple, really.
>
>Option 1: Before you call the actual form, call a small form that contains only your search box. Make that form modal, so that it can return a value to your calling program/form. Then open the actual form and position it to the previously selected value/row.
>
>Option 2: Same as above, except make the small form invisible (Thisform.invisible = .T.), and have it's show() -method call its VPM Locate() -method. Create a locate list using the VPM form builder's list builder, which allows you to quickly and simply create a searchable/sortable selection list.
>
>This makes it look like the search list pops up first, and once you make a selection, the actual form pops up with the value selected from the search list (or doesn't pop up if search was canceled.

Thanks a lot, I'll try it tomorrow.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform