Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using A Buffer File
Message
From
06/12/2001 09:37:39
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
 
 
To
06/12/2001 09:28:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00590334
Message ID:
00590502
Views:
29
Hi Claudio
I think I know where your going with this approach, I will try it this evening. Thanks for the suggestion.

Regards,
Carmen
>Hi Carmen;
>
> The same approach can be used at the VFP6, just try something like that:
>
>Instead of Setup you will use:
>
>
>procedure load
>sele mytable
>scatter mmemvar memo
>endproc
>
>
>The refresh method will be use instead of Show procedure
>
>In each object as a control source will be use m.myfild1, m.fildN
>
>
>The only diference it will be on the fields that is not present in the form objects. You must to figure out one way to deal with them (depending on your program's logic)
>
>I am using VFP for almost 4 years (I believe) and I never have made one single logic with any other different approach.
>
>Good Luck. And, let me know if you find the right answer for that deal.
>
>CLAUDIO
>
>>Using Foxpro 2.X, whenever I used a table in a multi-user environment, I would use an array filled with the scatter blank command to accept the data, then after confirming the information, a record would be added, and the information would be gathered into the table. I'm currently converting one of those applications, order entry, and finding it difficult to use the same approach. It seems difficult to use an array member as a control source for a text box on a form. Am I approaching this task the right way? When you use the table fields as the control source, it seems more circuitous to check for existing order numbers before saving, etc. Then if the user aborts the action, you have to unwind the whole process. Is there something basic that I am missing?
>>
>>Thanks in advance
>>Carmen
Previous
Reply
Map
View

Click here to load this message in the networking platform