Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create new project
Message
De
16/04/2018 09:43:40
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxInCloud
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01659235
Message ID:
01659439
Vues:
49
>I also realized, but I am not sure, that I should create a _SCREEN.Visible application instead of a VFP form with ShowWindow = 2. At first I did the latter, but then I realized that this is probably not a good idea. Correct me if I am wrong.

This choice influences Deskop mode only, not Web mode.

To show your form you'll use:

  • initial form (index):

    • desktop mode: do form index && as usual
    • web mode: implement xxxProcess.index() in {modify command xxxServer}

  • subsequent form(s): you use thisForm.wForm() which takes a different route whether it works in desktop or web mode

The only form setting that influences Web mode is .WindowType (modal or not).
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform