Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program when executing wont show my form
Message
From
17/08/2005 08:16:34
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01041570
Message ID:
01041578
Views:
16
>My program starts but just wont show my form. Nothing appears on screen. I have included the _screen.visible as .f. because I dont want the VFP window. Here is my code:
>
>
>_screen.Visible=.f.
>
>**********Set Program Defaults***************
>SET DELETED on
>SET TALK OFF
>SET ESCAPE on
>SET MULTILOCKS ON
>SET DEFAULT TO 'C:\TechnicalHanger'
>*SET PATH TO C:\TechnicalHanger\forms;pics;progs;tables;reports;U:\QuestPDM\Data
>SET PATH TO U:\QuestPDM\TechnicalHanger\forms;pics;progs;tables;reports;U:\QuestPDM\Data
>SET SAFETY OFF
>SET PROCEDURE TO procs
>SET EXCLUSIVE OFF
>
>**********Open Tables***************
>=opendbf("article","artikey")
>=opendbf("modacad","mainkey")
>=opendbf("fabsum","labref")
>=opendbf("stylesum","mainkey")
>=opendbf("testsum","labref")
>=opendbf("fabusers","userid")
>=opendbf("thattach","keydept")
>=opendbf("specific","artikey")
>=opendbf("thstandard","types")
>=opendbf("cmscomp","artikey")
>=opendbf("articolr","articolr")
>
>DO FORM welcome
>
>READ events
>
>RETURN
>
>
>Any help would be much appreciated

Is 'welcome' form ShowWindow = 2?
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform