Starry
26th May 2003, 11:09
Hello! Help me, please!
I have the form with the user button, on pressing on which there should not be a preservation of datas, but account them only. Is there any quit from this situation? Because the entry is saved after pressing at first, and account is happened after. But I need conversely.
Thanks!

Starry
27th May 2003, 09:39
What's happened? It's not possible???

zardoz
27th May 2003, 13:53
The question isn't clear....
The user option what has to do?
If you include the code for the user option related maybe someone could help you....:(

Starry
27th May 2003, 14:58
The user option has to account data in the form without saving current entry with result of account.

MakamArun
27th May 2003, 16:06
Starry,
If your session is maintain session use main.table.io, before.write and/or before.rewrite to do your calculations. It will help you do whatever you want before saving the record.


main.table.io:
before.write:
your calculations()

before.rewrite:
your calculations()

Regards,
Arun.

Starry
30th May 2003, 09:44
Arun, thank You. I know it. But I have found the solution of this problem already.