Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web browser control issues
Message
De
06/03/2006 19:38:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
VFPX/Sedna
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01092541
Message ID:
01101898
Vues:
30
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform