Search found 3 matches

by BKhamissi
Thu Aug 22, 2013 4:39 pm
Forum: Databases
Topic: Saving a database
Replies: 3
Views: 4159

Re: Saving a database

Yes, I am not storing data in a Database.

And yes, what I want is data entered by users is retained within a stack in a standalone . So by "Splash Screen" approach you are saying to just use the "save" command, like:


on CloseStack
save this stack
end CloseStack


is this is a "Splash Screen ...
by BKhamissi
Mon Aug 12, 2013 6:08 pm
Forum: Databases
Topic: Saving a database
Replies: 3
Views: 4159

Saving a database

HELP! I had spent a lot of time trying to figure it out but I can't, I am still a beginner and I really need some help.

I created an application that allows users to enter data from fields into a data grid, to create a database. There are more than one data grid in different sub stacks to ...
by BKhamissi
Sat Jun 29, 2013 5:16 pm
Forum: Talking LiveCode
Topic: Changing variables in of same object in different cards!
Replies: 2
Views: 3481

Changing variables in of same object in different cards!

I am creating a database, I want with a press of a button to create a new card and with the same objects of the previous card, so I made them in groups and checked the " behave as background " check box! To be displayed in the new card. The problem is I am using a data grid, I want the same data ...