Global variables

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
malin
Posts: 11
Joined: Fri Jan 09, 2015 10:44 pm

Global variables

Post by malin » Mon Jan 19, 2015 11:46 am

Dear livecoder,

I do have a problem with global variables.
I use this global variable to pass an information from db to each page on my mobile app.
It does not update when the app is updated on the iphone emulator, but works well on livecode it self.
Pls does anybody know what the problem could be?

Greetings
Malin

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Global variables

Post by Klaus » Mon Jan 19, 2015 2:42 pm

Hi Malin,

I'm afraid we need to look at your code, at least the bit which UPDATES that namely global
and does not work in the simulator!


Best

Klaus

malin
Posts: 11
Joined: Fri Jan 09, 2015 10:44 pm

Re: Global variables

Post by malin » Tue Jan 20, 2015 7:18 am

Hi Klaus,

Tack :)

I figured it out and fixed. Just my mistake.

/Malin

Post Reply