Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Path Issue
Message
De
28/01/2003 15:08:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Path Issue
Divers
Thread ID:
00746395
Message ID:
00746395
Vues:
63
Hi,

In the start.prg of my program I have the following code.

DO FORM CURDIR()+ "Forms\Main.SCX"
SET CLASSLIB TO CURDIR() + "Libs\MainClass" ADDITIVE

oToolbar = CREATEOBJECT("Toolbar1")
oToolbar.Show
oToolbar.Dock(0)

READ Events

Question 1. Is there a way that I can remove the CURDIR() from the code and prevent the program from crashing? Do I need to setup the path name somewhere to prevent this from happening?

Question 2. In the main form (Main.Scx), why can't I control the oToolbar in the init() event? VFP is telling it does not exist, Why? All I want to do is disable two buttons initially.

Thanks in Advance.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform