The Form property SupportedModesMask can have values of afm_Ok, afm_Add, afm_Find, afm_View.
(1) What is the difference between the OK and View mode?
(2) What is the mode when the button 1 in a form has the caption "Update"?
(3) Can you give some pointer where can I find how these modes work in SBO?
Thank you for your great help,
Miki
Hi Miki,
you can find this info in the SBO 2004 SDK - UI API help files.
Have a look ath the mode property of the form.
Description
Determines the mode in which the form appears.
From the help file:
BoFormMode Enumeration
Members Member Description Value
fm_FIND_MODE Specifies the form in Find mode. 0
fm_OK_MODE Specifies the form in OK mode. 1
fm_UPDATE_MODE Specifies the form in Update mode. 2
fm_ADD_MODE Specifies the form in Add mode. 3
fm_VIEW_MODE Specifies the form in View mode. 4
fm_PRINT_MODE Specifies the form in Print mode. 5
Hope helps,
Ibai Peñ
Add a comment