FYI:
I wrote a small program, compiled and ran it. It fixed the buttons.
----
For Each vbformdetail where (vbformdetail.tablename = "vendor" and
vbformdetail.controlname = "OK-BUTTON") :
Assign vbformdetail.char01 = "AUTO-GO" . END.
For Each vbformdetail where (vbformdetail.tablename = "vendor" and
vbformdetail.controlname = "CANCEL-BUTTON") :
Assign vbformdetail.char01 = "AUTO-ENDKEY" . END.
---
______________________________________________________
Re: VBForm Open & Cancel Button
Posted by: "Babette Welch" bwelch@...
Date: Fri Dec 8, 2006
This one may be a silly questions.....
We often use VBForms here, they work well for us.
I was creating a new one for the Vendor file when the system crashed.
The [OK] & [CANCEL] buttons disappeared.
Now I can not recreate them.
1) I duplicated the buttons from another form but they do not work.
2) I tried to recycle the fields, the form wont go away, so I can not
start a new form with new buttons.
Does anyone know how to re-create the buttons to allow a save and exit
form the form?
BW
[Non-text portions of this message have been removed]
I wrote a small program, compiled and ran it. It fixed the buttons.
----
For Each vbformdetail where (vbformdetail.tablename = "vendor" and
vbformdetail.controlname = "OK-BUTTON") :
Assign vbformdetail.char01 = "AUTO-GO" . END.
For Each vbformdetail where (vbformdetail.tablename = "vendor" and
vbformdetail.controlname = "CANCEL-BUTTON") :
Assign vbformdetail.char01 = "AUTO-ENDKEY" . END.
---
______________________________________________________
Re: VBForm Open & Cancel Button
Posted by: "Babette Welch" bwelch@...
Date: Fri Dec 8, 2006
This one may be a silly questions.....
We often use VBForms here, they work well for us.
I was creating a new one for the Vendor file when the system crashed.
The [OK] & [CANCEL] buttons disappeared.
Now I can not recreate them.
1) I duplicated the buttons from another form but they do not work.
2) I tried to recycle the fields, the form wont go away, so I can not
start a new form with new buttons.
Does anyone know how to re-create the buttons to allow a save and exit
form the form?
BW
[Non-text portions of this message have been removed]