Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do form in menu does not work
Message
De
30/04/2004 02:43:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Do form in menu does not work
Divers
Thread ID:
00899614
Message ID:
00899614
Vues:
39
i have in my menu winexecrun("h:\drs\installs\winsteng") that should install adobe postscript printer.
function winexecrun
parameter ccommand
declare integer WinExec in win32api ;
	string command, integer param
retval = winexec(sys(2004) + "FOXRUN.PIF /C " + ccommand, 0)
clear dlls winexec
return retval
but installation does not start. what's wrong?

also, in my menu i have a simple do form newfile with thisform. but i can't see the form newfile.

i have a toolbar that does the same. form newfile is loaded.

in the init() of my main form, i have do mainmenu.mpr with this, .t.

any help pls?
Répondre
Fil
Voir

Click here to load this message in the networking platform