Page 1 of 2
check box & symbol drop down
Posted: Thu Jul 11, 2002 1:28 pm
by Heather
Is there a way to include check boxes in the forms we create?
And, when I create a drop down menu with Spanish words using the input4 command, symbols display incorrectly when prompting the user, i.e. the tilde in manana comes up as ma\'flana. Is there a way to allow the drop down options to show the correct symbol?
Re: check box & symbol drop down
Posted: Thu Jul 11, 2002 1:52 pm
by Michael Appell
Do you mean an empty check box or one that is checked? You will see a square box when you click the Symbol button.
Apparently you are correct about the problem with the spanish symbols. This is a bug that I will need to check into. In the meantime, I do have a workaround for you. You may issue a code to convert the word after issuing the INPUT4 command. For example:
>
Mike.
Re: check box & symbol drop down
Posted: Fri Jul 12, 2002 7:29 am
by Heather
Thanks! This work around actually works great in this instance since this time I am using it for a Spanish letter. Since the majority of our users don't speak Spanish, this gives me the opportunity to prompt them with options in English but have it print in Spanish.
I can see where I could need the options to display the actual characters in the future, but this takes care of my immediate need.
Re: check box & symbol drop down
Posted: Fri Jul 12, 2002 10:28 pm
by Michael Appell
I will fix this in the next minor revision.
Mike.
Re: check box & symbol drop down
Posted: Wed Jul 17, 2002 7:05 am
by Heather
It looks like I forgot to respond that I do need a checked box.
Thanks.
Re: check box & symbol drop down
Posted: Thu Jul 18, 2002 10:36 am
by Heather
How would I write the code if I wanted to convert multiple options instead of just one? Or include phrases in my drop down with other commands inside them?
Re: check box & symbol drop down
Posted: Thu Jul 18, 2002 5:38 pm
by Michael Appell
The are all stored in different memory variables if you use the INPUT4 command. So, just specify which memory variable you want to convert. For example:
>>
Mike.
Re: check box & symbol drop down
Posted: Fri Jul 19, 2002 8:16 am
by Heather
Thank you.
How about the nested commands? I see that you have the combo option, to include a drop down that allows user input as well, but what if I want to include a command that automatically merges data within my dropdown option?
Re: check box & symbol drop down
Posted: Fri Jul 26, 2002 7:01 am
by Heather
Have you had a chance to look at this? Is this possible, to include commands for merging with data WITHIN the INPUT4 dropdown command?
Re: check box & symbol drop down
Posted: Fri Jul 26, 2002 10:40 am
by Michael Appell
Can you be a little more specific as to what data you would like merged within the INPUT4 dropdown? For example, is it a client's name, a user defined field?
Mike