Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery combo boxes
Message
 
To
09/05/2001 13:36:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00504831
Message ID:
00505455
Views:
16
>I found my problem. I'm sure all of the answers would work if I could figure out how to call my method that I have created on my form. I try calling the method with this code but I get an error now that says fillform.prg does not exist.
>
>on key label F1 do fillform with lookup(clhotlist.hotid, "F1", clhotlist.hotkey)
>
>
>I used to have a fillform.prg but I got rid of it becasue I couldn't update my form so I tried a method to do what I needed. How do I call my method?
>
>Tyler

Launch the for with a name:

do form MyForm name myform linked

Then

on key label F1 myform.fillform(lookup(clhotlist.hotid, "F1", clhotlist.hotkey))
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform