main logo
Subject: Re: set resource error
Author: Pamela Thalacker
Posted: 2000/11/07 12:46:38
 
View Entire Thread
New Search


Hi Graeme,

<I><FONT COLOR="#663300">In cGlobalEnvironment.SetResource

IF this.cresource = "ON"
SET RESOURCE OFF
ELSE</FONT></I>

I can't find the above code in cGlobalEnvironment.SetResource. This is how my copy reads:

LOCAL luTemp

IF EMPTY(This.cResource)
SET RESOURCE ON
ELSE
luTemp = This.cResource
SET RESOURCE &luTemp
ENDIF

*-------------------------------------------------
*-- If the developer specified OFF, skip all other
*-- SET RESOURCE commands. Otherwise, set the
*-- desired resource file.
*-------------------------------------------------
IF SET('RESOURCE') == "ON"
IF EMPTY(This.cResourceTo)
SET RESOURCE OFF
ELSE
luTemp = This.cResourceTo
IF FILE( luTemp )
SET RESOURCE TO &luTemp
ELSE
SET RESOURCE OFF
IF This.lShowResourceFileErrorMessage
MESSAGEBOX( "The resource file " + luTemp + " " + ;
"could not be found. Ask the " + ;
"application administrator to setup " + ;
"your user account to point to a directory " + ;
"that contains a valid Visual FoxPro " + ;
"Resource file and try the application " + ;
"again." )
ENDIF
ENDIF
ENDIF
ENDIF

RETURN



Pamela
pamela /at/ eagle-crest D.OT com
 
©2000 Pamela Thalacker
<-- Prior Message New Search Next Message -->