Help on Progress v8 SmartObjects

asereb

New Member
Hello,

I have a SmartFolder with three tabs that displaying information from one table. Also, I have SmartBrowser on Page 0 which is
record source for the SmartFolder Tabs (each tab has a Smart
Viewer). I added standard add-update-save Smart Panel,
and linked it to the each SmartViewer Tab with TableIO link.

When I adding new record, entrering values on First Tab, then
switching to Second Tab, entering value there and hit Save
button, I am getting message "Record has been modified, Do you want to save changes".

Is there any way
to avoid this message to pop up and save changes automaticly?

Appreciate a lot for any help.

Please, email me at

SerebrenikA@zomax.com
 
ADM(1) were fantastic, but flakey. The V8 language were also limited.
Here is a work around solution for V8. Standard MS procedure reinstall to tidyup windows. Overlay the Progress instillation.
If that does not work, then you need to modify the code.
In the local-changePage procedure for the window. U require to reinitialize the objects. V8 does not have the PUBLISH facility in the language so U will need toinitialize the objects seperately. The dirty method is to hardcode the object names until U get chance to walk around to get the handles of the objects dynamicaly. Running local-initialize in each object. Making progress find everything again.
 
Top