Hi Rick,
Because VFP is so persistent to convert the FPW/DOS foxuser files that it locates, I would feed it an empty version specific one of it's own yet still specify "resource=off" in the config file. That is I would include a foxuser file in the setup but not actually use it, thereby...
According to the VFP9.0 Beta documentation the syntax for the NewObject function is as follows:
" NEWOBJECT( ) Creates Objects without Raising Initialization Code
To mimic the behavior of a class opened in the Class Designer or Form Designer, pass 0 to the cInApplication parameter. This...
afaik buffering works well with FP2x tables as long as you remember to set multilocks on. eg.
SET MULTILOCKS ON
USE FP26TABLE
*-- vfp 9.0 FUNCTION cast()
REPLACE (FIELD(1)) WITH (CAST('123',TYPE(FIELD(1)))
? GETFLDSTATE(-1)
Glenn
VFP 9.0 allows creating an object but without INIT. using the following syntax:
Lo = Newobject('MyClass','MyClasslib',0)
Can this technique be used simulate a designer and facilitate the WriteMethod method? If not, does anyone have any "good" proctical uses for this new feature?
Thanks
Glenn
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.