Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create new project
Message
From
16/04/2018 09:43:40
 
 
To
16/04/2018 09:25:34
General information
Forum:
Visual FoxPro
Category:
FoxInCloud
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2012
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01659235
Message ID:
01659439
Views:
50
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform