Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to replace
Message
 
 
To
01/04/2000 17:46:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00352784
Message ID:
00353973
Views:
16
>>Unfortunately there is no Words table on my computer. Could you please send this table to me: (at home and at work)
>
>Its available in the Files section File#9679

Ok, there is a test:

********************************************************************
*  Description.......: Startup program for Visual FoxPro
*  Calling Samples...: 
*  Parameter List....: 
*  Created by........:  
*  Modified by.......: Nadya Nosonovsky 04/01/2000 06:14:11 PM
********************************************************************
local lcPath
lcPath=set('path')
set path to (home()+iif(!empty(lcPath),', '+lcPath,''))
if not "FOXTOOLS.FLL" $ upper(set("library"))
     set library to home()+'Foxtools.fll' additive
endif
on key label F7 do home()+'InsertDesc.prg'
on key label f3 keyboard 'Nadya Nosonovsky '+ttoc(datetime()) plain
on key label f9 _cliptext=mhHTML(_cliptext)


Thank you, Mike.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform