Hello!
Here is the case:
I want to make a logbook, into which I would enter following data:
Date, Order number, Aircraft reg., Check in time,
(Take off time, Take off airport, Landing time, Landing airport) up to 5 times,
Check out time.
This data should be saved in a file (csv).
Some calculation is also required: calculation of block time, calculation of duty period, etc.
I hate the "keyboard" on PPC, so I created a Form2 with the keyboard that looks like keyboard on the FMS. So when I push the "vnos" button, the Form2 should open so I could start entering the values in the form1 but without closing the form2 between textboxes on form1. Complicated? yeah I know!
If any suggestions, help.
Thx
Here is the case:
I want to make a logbook, into which I would enter following data:
Date, Order number, Aircraft reg., Check in time,
(Take off time, Take off airport, Landing time, Landing airport) up to 5 times,
Check out time.
This data should be saved in a file (csv).
Some calculation is also required: calculation of block time, calculation of duty period, etc.
I hate the "keyboard" on PPC, so I created a Form2 with the keyboard that looks like keyboard on the FMS. So when I push the "vnos" button, the Form2 should open so I could start entering the values in the form1 but without closing the form2 between textboxes on form1. Complicated? yeah I know!
If any suggestions, help.
Thx