InputWindow sample ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
ILKNUR
Posts: 24
Joined: Thu Apr 22, 2010 7:16 am
Location: Istanbul- Turkey

InputWindow sample ?

Post by ILKNUR »

Hi ,

I just tried but cant success. :(

can anyone give an example for inputwindow ?

InputWindow(<Title>,<acLabels>,<aInitialValues>,<aFormats>)

thanks.
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: InputWindow sample ?

Post by Rathinagiri »

Here is one,

aResult := InputWindow('Select a printer type',{'Printer Type'},{2},{{'Dot Matrix','Laser/InkJet'}})
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
ILKNUR
Posts: 24
Joined: Thu Apr 22, 2010 7:16 am
Location: Istanbul- Turkey

Re: InputWindow sample ?

Post by ILKNUR »

thank you very much
Post Reply