Saving data in List Magic tables

charles61 cszasz at mac.com
Thu Aug 5 10:52:30 EDT 2010


Klaus,

I appreciate your comments along with Richard's. Thanks so much!

Charles Szasz
cszasz at mac.com




On Aug 5, 2010, at 10:47 AM, Klaus on-rev [via Runtime Revolution] wrote:

> Hi Charles, 
> 
> additionally to Richard's answer, plese see my coments below your code. 
> 
> > I have a standalone consisting of a splash stack and an app stack. I have set 
> > up a script that the user can insert some information into two tables - one 
> > for students and one for adults. These tables are on two different cards in 
> > my app stack. 
> > 
> > I have been testing my standalone on Windows XP where it was installed in 
> > the AllUsersAppData directory using an installer program.  I tried the 
> > following script for the card that has the student list: 
> > 
> > on closeCard 
> >   Save "School Report" as "\Documents and Settings\All Users\Application 
> > Data" 
> > end closeCard
> 
> 1. You only provide the STRING "School report" to the SAVE command! 
> Probably you mean "save STACK "School report..."? 
> 
> 2. You only provided the target FOLDER and no filename! 
> Hint: specialfolderpath(35) will give you that folder on all win versions! 
> ... 
> save STACK "School report" as (specialfolderpath(35) & "/" & "School report.rev" 
> ## Richards debug code here... 
> ... 
> 
> Hope that helps. 
> 
> > But this does not save the data in the two tables!  Any suggestions would be 
> > greatly appreciated! 
> 
> Best 
> 
> Klaus 
> 
> -- 
> Klaus Major 
> http://www.major-k.de
> [hidden email] 
> 
> _______________________________________________ 
> use-revolution mailing list 
> [hidden email] 
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences: 
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 
> View message @ http://runtime-revolution.278305.n4.nabble.com/Saving-data-in-List-Magic-tables-tp2314915p2314959.html 
> To unsubscribe from Saving data in List Magic tables, click here.
> 


-- 
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Saving-data-in-List-Magic-tables-tp2314915p2314966.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list