We are busy with some upcoming projects, and we want to straight some things out.
In the upcoming version of Servoy it will be possible to use database autoincrement generators. right?
Will it also be possible, that if a user updated or created a new record (outside Servoy, by PhP or something else) that this is instantly seen in the Servoy Client?
Or do you have to do all kind of methods, before this update is seen?
HJK:
In the upcoming version of Servoy it will be possible to use database autoincrement generators. right?
Correct, check the column data provider properties in Servoy 2.0 beta releases
HJK:
Will it also be possible, that if a user updated or created a new record (outside Servoy, by PhP or something else) that this is instantly seen in the Servoy Client?
Or do you have to do all kind of methods, before this update is seen?
It will not be instantly seen,since it is impossible to add a change listener on a database, currently there are 2 ways to make changes visible:
Now I have to make a loop to go through the foundset.
Thinking of this whole update issue: Would it be possible to get a property on a form that, if set to yes, would always refresh the data displayed on the forn when the form is loaded again?