At 06:57 2009-07-07, Stephen Russell <[email protected]> wrote:
>Question is about what do you do your short term storage of data in
>while working on a form?
>
>So you put everything into cursors or do you use arrays, xml makes no
>sense, or is there another storage that I am forgetting because this
>is the first cup of coffee?

      For scalar items, memvars or properties.  For non-scalar, arrays.

      I have an object defined for each table, and these objects each 
hold one row of data.  I use these when doing xBASE-style processing.

      I use cursors for database selects and select-derived data.  In 
my more involved reports, I create cursors to massage the data into 
the form that I need and report from the final cursor.

Sincerely,

Gene Wirchenko



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to