Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web browser control issues
Message
From
06/03/2006 19:38:48
 
General information
Forum:
Visual FoxPro
Category:
VFPX/Sedna
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01092541
Message ID:
01101898
Views:
31
>I didn't know you wrote that! Since you did, maybe you can tell me what these properties are (.cVFPScript, .cVFPScriptTable)? There is nothing about them in the help. I've always left them empty because I didn't know what they were and the default is supposed to be empty anyway.

They are hooks so that you can execute VFP code when clicking on a hyperlink rather than navigating to that URL. The use is in having special URLs on a page like vfps:RunCode?DIR, or to call a PRG, etc. The easiest way to obtain this type of custom behavior is to just hook into the BeforeNavigate method, run your VFP code (possibly parse the URL), and set the cancel paremeter to .T. to not navigate.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform