vktonk
4th May 2007, 10:09
Hi..
I have added two fields in print session for selecting device to print report.
whenever i try to zoom to list of devices from that field, a message -"Unknown option" appears.
how to remove this.
I am using predefined variables in the script for zoom options and calling tools sessions of devices.
Thanks
mr_suleyman
4th May 2007, 10:16
Hi , Your case isnot clear .
I couldn't understand where two fields are added ? ( on form ? ) These are buttons to select device ? and What did you do in script ?
if you send them , I may make a comment for your case.
G.Luck !
vktonk
4th May 2007, 11:49
I've added the fields on the form of the print session.
Both fields have zoom buttons to zoom to session-ttaad3506m000
after zoom option is used, message appears and after that session ttaad3506m000 is displayed
george7a
4th May 2007, 11:54
Hi,
I have some questions
1) What is the field type on the form?
2) What is the field type in the program script?
3) What is the value of "zoom return field" on the form?
4) Does the message appear exactly after the ttaad3506m000 is displayed or after it closed?
- George
vktonk
4th May 2007, 12:17
Hi George,
1. field type on form: tcmcs.str14
2. field type in program script: tcmcs.str14
3. Zoom return field on the form : Nonebut defined in the script
4. message appears exactly before session ttaad3506m000 is displayed
george7a
4th May 2007, 12:19
Hi,
Can post the relevant code?
- George
mark_h
4th May 2007, 14:32
You will need to post the code as others have suggested. I am on 4c4 also and do not have a problem zooming to that session.
bdittmar
4th May 2007, 14:37
Hi George,
1. field type on form: tcmcs.str14
2. field type in program script: tcmcs.str14
3. Zoom return field on the form : Nonebut defined in the script
4. message appears exactly before session ttaad3506m000 is displayed
Hello,
maybe it's the orientation of the field domains.
On form it's tcmcs.str14 (string 14 , not orientated).
Device in table ttaad306 (Comp. 000) is domain ttaad.devc (string 14 , orientated left)
Regards