Thanks Richard - I'll give that a go
-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Richard Kaye
Sent: 27 August 2014 12:06
To: [email protected]
Subject: RE: VFP executable not using runtimes
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
[excessive quoting removed by server]
_______________________________________________
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/[email protected]
** 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.