keyuser.tdtt
31st July 2008, 18:53
I am a beginner in Tools development and trying to learn event oriented programming..
In my first exercise
1.
I have created one form dmoes8102m0001 of type 4(Single-Occ) with two fieldss of Kiloes and Miles. I have also entered choice field here..Form looks like as below.
Kilos : FFFFFFFFFFFFF
Miles: FFFFFFFFFFFFF
VVVVVVVVV C
2.
I have created one program script dmoes8102 with type 4 without main table. In the declaration section of this script, I have defined kilos and miles with appropirate domain. Compiled the script.
3
Created one Maintain session deoes8102m000. Linked above form and script with the session. and compiled the session.
Now when I run session, it does not do anything. It just displays as follow
Kilos : 0.00
Miles: 0.00
It does not display choice field and does not allow inputs.
From above, I understand that I have to enter choice field in main script..
Will anybody please guide me what is missing from the script?
Thank you in advance and regards
In my first exercise
1.
I have created one form dmoes8102m0001 of type 4(Single-Occ) with two fieldss of Kiloes and Miles. I have also entered choice field here..Form looks like as below.
Kilos : FFFFFFFFFFFFF
Miles: FFFFFFFFFFFFF
VVVVVVVVV C
2.
I have created one program script dmoes8102 with type 4 without main table. In the declaration section of this script, I have defined kilos and miles with appropirate domain. Compiled the script.
3
Created one Maintain session deoes8102m000. Linked above form and script with the session. and compiled the session.
Now when I run session, it does not do anything. It just displays as follow
Kilos : 0.00
Miles: 0.00
It does not display choice field and does not allow inputs.
From above, I understand that I have to enter choice field in main script..
Will anybody please guide me what is missing from the script?
Thank you in advance and regards