Rinkashiki
18th June 2013, 12:38
hello,

in the first session on the table to create a user wants to record a second session. when you click on the "Create account" I prescribed
choice.add.set:
before.choice:
cwoc.i = irsfc018.cwoc
start.session (MODAL, "irsfc0218m100", "cwoc.i", "")

but in the first session is an empty string. if the user clicked on Vautrin session cancel or close, then the empty string in the first session hangs until you press on the Update or Cancel.
through sinhronizir.dialog I do not want to do it.
please tell me how to make a blank line should appear.

bhushanchanda
18th June 2013, 13:46
Hi,

Do you mean that when you click on new button the calling session should allow user to insert data?

If this is the case , you can simply use:-

choice.add.set:
before.choice:
activate("irsfc0218m100")

Else, if you want to free the calling session, you can use :-

choice.add.set:
before.choice:
wait.and.activate("irsfc0218m100")

sameer.don
18th June 2013, 15:52
Rinkashiki,

Check the table definition.

If field is marked "Mandatory", change it.

Blank line will be allowed, if field is not Mandatory.


----------------------------------------------------
Note:
:confused:
I did not understand the problem, because you might have used translator to translate your question in English. :)
But, I have tried to answer from what I could guess. :cool:

Rinkashiki
19th June 2013, 02:38
Field "Mandatory" I have, since this is a session with a table.

Do you mean that when you click on new button the calling session should allow user to insert data?
The user must enter a new record only in the second session.A blank line in the first session bother to have to press the Refresh button.