I don't even know if this is possible - but it's worth a shot.
I'd like to have a dynamic field prompt. The window contains a field that could be a Price or a Percentage. This is control via a boolean checkbox that changes the linked format for the field (that part works).
What I would like to do is have the prompt for that field reflect what is being looked for, so when the checkbox is checked the prompt would display "Percent" and when unchecked "Price."
I haven't been able to find anything about using sanScript to modify the value of static text prompts - and indeed it throws errors when I try to reference it like a field '[Text] Price'.
I could use a local string field to control the text - making it read-only, setting the colors, and borders to look like a prompt - but I can't link it like a prompt.
Anybody have any thoughts?
Thanks.
I'd like to have a dynamic field prompt. The window contains a field that could be a Price or a Percentage. This is control via a boolean checkbox that changes the linked format for the field (that part works).
What I would like to do is have the prompt for that field reflect what is being looked for, so when the checkbox is checked the prompt would display "Percent" and when unchecked "Price."
I haven't been able to find anything about using sanScript to modify the value of static text prompts - and indeed it throws errors when I try to reference it like a field '[Text] Price'.
I could use a local string field to control the text - making it read-only, setting the colors, and borders to look like a prompt - but I can't link it like a prompt.
Anybody have any thoughts?
Thanks.