Page 1 of 1

InputWindow sample ?

Posted: Thu Dec 16, 2010 3:45 pm
by ILKNUR
Hi ,

I just tried but cant success. :(

can anyone give an example for inputwindow ?

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

thanks.

Re: InputWindow sample ?

Posted: Thu Dec 16, 2010 6:40 pm
by Rathinagiri
Here is one,

aResult := InputWindow('Select a printer type',{'Printer Type'},{2},{{'Dot Matrix','Laser/InkJet'}})

Re: InputWindow sample ?

Posted: Thu Dec 16, 2010 7:18 pm
by ILKNUR
thank you very much