Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The page cannot be displayed etc. errors
Message
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00788944
Message ID:
00789321
Views:
21
Cookies enabled but doesn't work.

BTW I found some erros and made some improvements?? Here is the list of all modifications. Do you want sources (and where)?

---------------------------------------

WebAppBuilder.scx

* text objects added to define SMPT-server and max http upload size


WebAppBuilder.pjx

* 05/16/2003 Arto Toikka (AT)
* main.prg contains a .DAT file directive $$$MTDLL.DAT$$$ it is changed to
* lcFolder+'\'+lcName+'\'+lcName+'.dat'. Now you can have a DAT file
* To define constants like SMTP server name, HTTP upload max size... to use by
* lcname.DLL
* .dat file can be used also to save values like counter etc.
*
* 05/16/2003 Arto Toikka
* Now all GIFs are copied from AVFPDemo2r directory to the target dir

MAIN.PRG

* 05/16/2003 Arto Toikka (AT)
* When WebAppBuilder generates a project it assumes that directory "avfpdemo2" is used
* For example original directory is X:\dotcomsolution\avfpdemo2\
* Where X is used hard disk. Then oProp.AppStartPath = X:\dotcomsolution\avfpdemo2\
* and lcFile=SUBSTR(oProp.AppStartPath,1,ATC([AVFPdemo2],oProp.AppStartPath)+8);
* +[r\Temp\] && full path to Read virtual directory
* gives you X:\dotcomsolution\avfpdemo2r\Temp\
* BUT when oProp.AppStartPath = X:\avfpwww\helloworld\ then
* lcFile gives you X:\avfpwr\Temp\
* All these directory errors fixed
*
* 05/16/2003 Arto Toikka (AT)
* oProp.ScriptPath0 added to support not hard coded directories (i.e. AVFPDemo) in .HTM files
* Also all hard coded directories from HTM files in HTML directory removed.
* 5/16/2003 (AT)
* oProp.ConstantFile added to support GET/SET constants in the .HTM files and
* in WebAppBuilder generated DLL (main.prg)
*
* 05/16/2003 Arto Toikka (AT)
* $$$MTDLL.DAT$$$ added to get SMTP server name and max uppload file size form a DAT file


ACTIVEVFP.prg

* 05/16/2003 Arto Toikka (AT)
* FUNCTION GETCONSTANT(lcDatFile,lcConstName) added to get Web constant value from DAT file
* FUNCTION SETCONSTANT(lcDatFile,lcConstName,lNewValue) added to set Web constant value to DAT file
*
* ScriptPath0="" added to support not hard coded directories in HTM files
* ConstantFile="" added to support GET/SET constant value in HTM files and MTDLL file

DEFAULT.HTM

* Demo of GETCONSTANT / SETCONSTANT added (Very easy counter)

All htm files

* All hard coded directory names changed to the <%=....%> script

OTHER

* AVFPDemo.dat with predefined values added to the AFVPDemo2 directory
* NOTE! if constant doesn't exist in .DAT file it is added there when
* value is set with SETCONSTANT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform