Is there a difference in the foxuser resource table?

A long time ago I had a similar situation where the standard toolbar was 
showing up in my EXE. I added this code in the startup of my main app:

IF VERSION(2)=0 && runtime
        m.cToolbarName = "Standard"
        IF WEXIST(m.cToolbarName)
                HIDE WINDOW (m.cToolbarName)
        ENDIF
ENDIF

--

rk
-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Paul Newton
Sent: Wednesday, August 27, 2014 6:22 AM
To: [email protected]
Subject: VFP executable not using runtimes

Hi all

I have two machines with VFP9 installed and a VFP executable in its own folder. 
 On my machine double-clicking on the executable brings up the application 
WITHOUT the VFP9 toolbar (i.e. the executable is running under the runtimes).  
On my colleague's machine double-clicking on the executable brings up the 
application WITH the VFP9 toolbar (i.e. the executable is running under 
VFP9.EXE).  How can I make my colleagues machine behave like mine?  Is there a 
way to prevent VFP9.EXE being used (without uninstalling it) or to force the 
runtimes to be used?

Paul Newton


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD04423C57D21C7@ACKBWDDQH1.artfact.local
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to