Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pn when moving an exe file
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00943976
Message ID:
00945464
Views:
17
Hello Rick,

When I makes step by step, therefore in l'environnement VFP, I see my class ecfaprocess is not "instancied" but it "execute" the class wwprocess and therefore it does not find the method asked.
The line
   CASE PEMSTATUS(THIS,lcScriptName,5)
return .F.
I am solved the problem with this code
IF _vfp.Application.StartMode=0
  LOCAL lcProgramme
  lcProgramme = gcDirectoryProgram + "eCFAProcess.prg"
  DO &lcProgramme with THIS
ELSE
  DO eCFAProcess with THIS
ENDIF

Thank you for your help

Michel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform