Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temporary tables in local hard disk
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00432564
Message ID:
00433008
Views:
26
Hey Jim!

I think I'm going to be doing the cool thing with the data environment rather than the bizobj. Specifically, I have managed to have the temp table created on the fly by putting the "create table..." in dataenvironment's.cursorObject's.initialize method.

I'm also going to follow your other piece of advice and start making more use of custom methods in my bizobjs.

THanks!

Alex


>Alex,
>
>If the data does not have to persist after the session, I have done some cool things with views bizobjs. I have create a template table and a view with "send updates" option unchecked. The bizobj knows how to deal with it, but the data isn't saved. I've also created cursors in code in the post init hook method. all this depends on whether you need to save this info later. I don't recommend temp tables on the hard drive--too much room for error.
Low-carb diet not working? Try the Low-food diet instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform