changing the format of DB Field dynamicly

widget:format = format-phrase usually works... i.e.:

define variable i as integer no-undo.

form i with frame a.
i:format = "999".

update i with frame a.
 
Back
Top