cancel
Showing results for 
Search instead for 
Did you mean: 

Mode Changes to Update on Tab Click

Former Member
0 Kudos

Good Morning

Experts:

I am not sure how to solve this problem. Whenever I click 1 of the 3 Tabs on my form, the mode changes to Update if it was in OK mode and changes to OK mode if it was in Add.

How do you all get around this? Or perhaps it is a setting I am missing when creating the Tabs on the form.

Thanks,

EJD

Accepted Solutions (1)

Accepted Solutions (1)

AdKerremans
Active Contributor
0 Kudos

Hi Ed,

You should create your tabs with AffectsFormMode = false;

Regards

Ad

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi..

if u r changing something in ur customized form.. then use

oform.update();

..

..

do your work..

lalit is right... but oform.update is necessary to give after changs in the form.

Former Member
0 Kudos

Hi,

set oItem.AffectsFormMode=false ;

Regards,

Lalit

Former Member
0 Kudos

Ed,

Vinay is rite. I think u gave the UID for tab to 1 or 2 check that......

Regards,

anitha

Former Member
0 Kudos

Hi,

have u used databrowser property? read about databrowser,

and bind u r controls to datasource properly.

and check button unique id which u have placed on u r form.

for ADD it should be 1

for Cancel it should be 2

try this!!

Former Member
0 Kudos

U check the item event for click..............

It wont change..........I done more form using tab...........

Regards,

anitha