Importing of data from fields into ListMagic table

2010-04-28 Thread charles61

I have six fields (Plan Date, Last Name, First Name, Grade, Review Date, and
Reevaluation Date) that I want to populate in a single row in ListMagic when
the user clicks on a populate button. This is not a list. Each time the user
uses my app they can add this information for each case to other cases
already into the ListMagic table. Any suggestions?
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Importing-of-data-from-fields-into-ListMagic-table-tp2073630p2073630.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Importing of data from fields into ListMagic table

2010-04-28 Thread Jim Bufalini
Dear Charles,

 I have six fields (Plan Date, Last Name, First Name, Grade, Review
 Date, and
 Reevaluation Date) that I want to populate in a single row in ListMagic
 when
 the user clicks on a populate button. This is not a list. Each time the
 user
 uses my app they can add this information for each case to other cases
 already into the ListMagic table. Any suggestions?

Are you saying that you have 6 separate fields that are not a part of any
list but on pressing of a button, you want to make the 6 fields part of the
list?

If this is the case then, in your button script, do something like:

put cr  field1  tab  field2  tab  (... etc) after tListData
LMPopulate tListData

Please use the syntax in the syntax tab if you have more than one list or in
different cards. If multiple people are updating the list, use a global as
in gListData.

Now, if this is not the case, I'll need a better example of what exactly you
are trying to do.

Aloha from Hawaii,

Jim Bufalini

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution