Page and form values not changing

HiI am editing the view and save it. It is working properly view showing the changed values.

At the same time after entering the new values i am opening the form having the computed for display field showing the old values I have put @dbcolumn formula to get the value in field.

  1. When opening the it also showing the old value in page we have computed text having the formula like:

DbLookup(“”;server:database;“profile”;“Dee”;12);

  1. when i close whole form and application then it shows new values. But many times it also show old value then i go to the designer and edit the form and page and resave it then it shows the new values.

Plz help me I have to need to your help.

Thanks a lot

Subject: Page and form values not changing

Add the NoCache option to your @DBLookup function call.

Subject: RE: Page and form values not changing

Thanks RobI will check it out. Then will back to u

Subject: RE: Page and form values not changing

Thanks Rob