At 02:29 PM 5/9/2013, Dan Goldberg wrote:
I am creating a form that will open using Browse using formname where....
I want to put a button on the form that the user will click and put in a
password. If the password is correct then the form will switch to edit mode.
I am drawing a blank on how to change the form from browse to edit mode.
Dan,
Take a look at the "Conditionally Changing Form Status" sample application
included with 2013 Super Advanced Training Sample Applications.
This specific application illustrates the use of the following form TABLE
properties:
PROPERTY TABLE <FORMTABLENAME> 'READONLY FALSE'
PROPERTY TABLE <FORMTABLENAME> 'READONLY TRUE'
PROPERTY TABLE <FORMTABLENAME> 'DISABLECONTROLS'
PROPERTY TABLE <FORMTABLENAME> 'DISABLE_ADD_NEW_ROWS'
PROPERTY TABLE <FORMTABLENAME> 'DISABLE_DELETE_ROWS'
PROPERTY TABLE <FORMTABLENAME> 'ENABLECONTROLS'
PROPERTY TABLE <FORMTABLENAME> 'ENABLE_ADD_NEW_ROWS'
PROPERTY TABLE <FORMTABLENAME> 'ENABLE_ADD_NEW_ROWS'
For all supported options with examples, refer to R:Docs 9.5.
Have fun!
Very Best R:egards,
Razzak.
www.rbase.com
www.facebook.com/rbase