Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Additional Textfields with AskText


3 replies to this topic

Edmundo

Edmundo
  • Members
  • 26 posts

Posted 04 May 2001 - 15:03

Hi All,

My install routine requires the "user" to enter some details, can I have multiple textfields on an AskText function, or is there any other function that allows this?.
So I can use one screen, (ie:

Enter Information: <Textfield>
Enter Information: <Textfield>
Enter Information: <Textfield>
Enter Information: <Textfield>
Enter Information: <Textfield>
Enter Information: <Textfield>

)

instead of 6 individual screens during my install.

Thanks in advance,


Ide Nentjes

Ide Nentjes
  • Members
  • 222 posts

Posted 04 May 2001 - 16:09

Hi Edmundo,

There is no standard IS screen to enter 6 text fields. The closest thing to it is ShowDlgEdit3 which show 3 text fields simultaneously.
If you realy want 6 fields at once you will have to write your own custom  dialogbox.

Ciao, Ide

(Edited by Ide Nentjes at 6:32 pm on May 9, 2001)


Edmundo

Edmundo
  • Members
  • 26 posts

Posted 09 May 2001 - 15:23

Excellent, this will do the trick....

Thanks a million Ide,