Whoops, color me redfaced, I forgot to retrieve the key to the row.
needed GetProperty command, now it works.
Bernie Lis
----- Original Message -----
From: jan johansen
To: RBASE-L Mailing List
Sent: Tuesday, August 25, 2009 3:40 PM
Subject: [RBASE-L] - Re: Property refresh
Bernie,
The suggestion I would make would be to check your sequence.
Remember that a PROPERTY TABLE MyTableName REFRESH
re-fetches the data. So if you have made changes a REFRESH
will overwrite them. So for instance if you were using a next button
you could use a sequence like this
PROPERTY TABLE MyTableName UPDATE
SAVEROW
PROPERTY TABLE MyTableName NEXT
or if you wanted to update the data and redisplay
PROPERTY TABLE MyTableName UPDATE
SAVEROW
PROPERTY TABLE MyTableName REFRESH
Jan
-----Original Message-----
From: "Bernard Lis" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Tue, 25 Aug 2009 15:29:33 -0400
Subject: [RBASE-L] - Property refresh
property table ServiceOrder 'refresh'
This works in form designer but doesn't work when I use the form in edit
mode.
Why (if not supposed to work in edit mode)? Then how do I accomplish this
same effect in edit mode?
Bernie Lis