Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program when executing wont show my form
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Program when executing wont show my form
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01041570
Message ID:
01041570
Vues:
58
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
Neil Lewis
IT R&D Manager
Velmore Ltd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform