Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do away with the DE?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to do away with the DE?
Miscellaneous
Thread ID:
00448659
Message ID:
00448659
Views:
56
I'd like to ditch the DE and set up my environment in code. It's a simple task and I've also used udDE for verification that I did it right. Where
can I put the code though? I have an application object that has a method "CreateDE" that I put the code. Here's a look at the DE code...

use config in 0 shared
=CURSORSETPROP("Buffering", 3)

The application object is subclassed from the form class if that matters.
I call this from the application...
.
oApp.CreateDE
oApp.ShowForm && This starts the main form with "do form main"

Problem is that the buffering never works.
As soon as I try a tableupdate I get a message saying that the function required row or table buffering.

What have I done wrong?
Next
Reply
Map
View

Click here to load this message in the networking platform