Search:

Type: Posts; User: Jack T.

Search: Search took 0.00 seconds.

  1. Re: How can I enforce required fields in dialogs?

    Done! Works good.
  2. Re: How can I enforce required fields in dialogs?

    I see how it works in the example. That one uses two dialog boxes already. I may be good to go.
  3. Re: How can I enforce required fields in dialogs?

    Is that in the help somewhere or is there and example of how to do that when you have multiple dialog boxes? I don't find anything about required, error checking, etc.
  4. How can I enforce required fields in dialogs?

    How can I enforce required fields in dialogs? I want the Next button to be disabled until the dialog contains the minimum required information.
  5. Replies
    1
    Views
    5,659

    Re: How can I delete a file during install?

    I see it under Delete Local File(s). I saw Create File in Handle Text File Operations, but no Delete File. Also there is no Create Local File. That's pretty confusing.
  6. Replies
    1
    Views
    5,659

    How can I delete a file during install?

    Sometimes file names are determined at installation time. A generic name file is copied in until the file name is known. Once it is known, it is renamed. However, if the name you rename it to...
  7. How can I retain leading spaces while appending variables?

    Often it is desirable to store leading spaces in variables when concatenating variables. It appears to do a TRIM rather than an RTRIM, thus removing the space. How can I retain the space?
  8. Replies
    0
    Views
    4,914

    Print Error list

    How do I print the Error List from the compiler or send it to a file after a compile?
  9. Replies
    7
    Views
    10,303

    Re: Write a text file with embedded variables

    Perfect!
  10. Replies
    7
    Views
    10,303

    Re: Write a text file with embedded variables

    What I was looking for was a way to embed a text file with variables in it, then writing it to a variable named file. (Seems I did something like this a long time ago with an INI file.) However,...
  11. Replies
    7
    Views
    10,303

    Re: Write a text file with embedded variables

    It's perfect.:D
  12. Replies
    7
    Views
    10,303

    Re: Write a text file with embedded variables

    Hmm. Apparently I'm on my own for that one.
  13. Replies
    7
    Views
    10,303

    Write a text file with embedded variables

    How can I write a text file that expands embedded variables? EG: I need to be able to create a text file that contains embedded variables to be expanded that can personalize the content and also...
Results 1 to 13 of 14