Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object in a LOCATE giving THISFORM error
Message
 
 
To
20/08/2008 16:56:21
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01340560
Message ID:
01340566
Views:
8
>I'm getting an error that "THISFORM can only be used within a method" but oResponse is just an object created in a PRG. The PRG is called from a form.
>
>LOCATE FOR Covr.Pat_No = ALLTRIM(oResponse.SubID) AND Covr.CvPs = 'P'
>
Is this oResponse a public variable?

Can you assign a local variable

lnID = oResponse.SubID

before the locate and use this local variable in LOCATE? Are you sure this is the line generating an error? Do you have any filters defined?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform