Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending Procedures to a DB
Message
 
 
To
10/10/2001 11:41:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00566453
Message ID:
00566480
Views:
16
>>>Hi
>>>
>>>I need a way of using APPEND PROCEDURES in a class object.
>>>
>>>I've noticed that you can't use the command in compiled apps, but I need to alter 50+ standalone PC's with these DB Procedures .
>>>
>>>Any ideas ?
>>>
>>>Thanks
>>>Kev
>>
>>Kev,
>>AFAIK, as of VFP6 SP3, you can use APPEND PROCEDURES because VFP supports compiling on the fly. Try it.
>
>No cigar :( "Feature Not Available"
>
>Kevin, is there any reason why you can't distribute the entire DBC container to each location?

That sucks! Okay, this does work (I tested using VFP6 SP5):
use MyDBC.dbc alias dbcsrc
locate for objectid = 3

if found() then
	append memo Code from MyNewProcedures.Prg overwrite
	use in dbcsrc
	
	compile database MyDBC
	open database MyDBC
endif
HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform