Your Products have been synced, click here to refresh
Loading Strings from PC-DMIS
Similar to how you can change the text color for a cell in the "Changing Expression Text Color" topic, the Reporting expression language lets you pull strings from PC-DMIS's current running language by using this expression:
=LOADSTR(<integer expression>![]()
This function takes a single parameter, an integer number that corresponds to the value of a string located in resource.dll or strings.dll.
A positive number pulls the string from the resource.dll file.
A negative number pulls the string from the strings.dll file.
If you type this function in the Cell Expression box (or cell) of the GridControlObject, click OK, and then click outside of the object. PC-DMIS evaluates the expression and returns the string assigned to the specified integer value.
C1 =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=YES,TIME DELAY=0, Svara JA eller NEJ! IF_GOTO/C1.INPUT==GETTEXT(185, 0, {C1}),GOTO = SVAR_NEJ IF_GOTO/C1.INPUT==GETTEXT(450, 0, {C1}),GOTO = SVAR_JA COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO, Du svarade något annat än "JA" eller "NEJ" GOTO/**** SVAR_JA =LABEL/ COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO, Du svarade "JA" GOTO/**** SVAR_NEJ =LABEL/ COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO, Du svarade "NEJ" GOTO/**** **** =LABEL/
Loading Strings from PC-DMIS
Similar to how you can change the text color for a cell in the "Changing Expression Text Color" topic, the Reporting expression language lets you pull strings from PC-DMIS's current running language by using this expression:
=LOADSTR(<integer expression>![]()
This function takes a single parameter, an integer number that corresponds to the value of a string located in resource.dll or strings.dll.
A positive number pulls the string from the resource.dll file.
A negative number pulls the string from the strings.dll file.
If you type this function in the Cell Expression box (or cell) of the GridControlObject, click OK, and then click outside of the object. PC-DMIS evaluates the expression and returns the string assigned to the specified integer value.
C1 =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=YES,TIME DELAY=0, Svara JA eller NEJ! IF_GOTO/C1.INPUT==GETTEXT(185, 0, {C1}),GOTO = SVAR_NEJ IF_GOTO/C1.INPUT==GETTEXT(450, 0, {C1}),GOTO = SVAR_JA COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO, Du svarade något annat än "JA" eller "NEJ" GOTO/**** SVAR_JA =LABEL/ COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO, Du svarade "JA" GOTO/**** SVAR_NEJ =LABEL/ COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO, Du svarade "NEJ" GOTO/**** **** =LABEL/
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |