2007 Nov 13 10:00 AM
Hi Experts
In my ztable, am supposed to insert the Degree symbol between the data of the database.
Is that possible to add degree symbol in database, how to solve this, i need to print that symbol in smartform also.
Pls, help me on this.
Thanks in advance.
Regards
Rajaram
Hi Experts
In my ztable, am supposed to insert the Degree symbol between the data of the database.
Is that possible to add degree symbol in database, how to solve this, i need to print that symbol in smartform also.
Pls, help me on this.
Thanks in advance.
Regards
Rajaram
2007 Nov 13 11:08 AM
Hi Raja,
you may define a 1 or 2 character length field in the databse and put your symbol there. I could not find the Degree symbol in our system, we have only symbols
SYM_1
SYM_2
SYM_ASTERISK
SYM_BOLD_MINUS
SYM_BOLD_PLUS
SYM_BOLD_X
SYM_CAUTION
SYM_CHECKBOX
SYM_CHECKED_DOCUMENT
SYM_CHECK_MARK
SYM_CIRCLE
SYM_CUMULATED
SYM_DELETE
SYM_DIAMOND
SYM_DOCUMENT
SYM_DOCUMENTS
SYM_DOWN_ARROW
SYM_DOWN_TRIANGLE
SYM_ELLIPSIS
SYM_EXECUTABLE
SYM_FAX
SYM_FILLED_CIRCLE
SYM_FILLED_DIAMOND
SYM_FILLED_SQUARE
SYM_FLASH
SYM_FOLDER
SYM_GLASSES
SYM_HALF_FILLED_CIRCLE
SYM_HALF_FILLED_SQUARE
SYM_LARGE_SQUARE
SYM_LEFT_ARROW
SYM_LEFT_HAND
SYM_LEFT_TRIANGLE
SYM_LOCKED
SYM_MINUS_BOX
SYM_MINUS_CIRCLE
SYM_MINUS_FOLDER
SYM_NOTE
SYM_OPEN_FOLDER
SYM_PENCIL
SYM_PHONE
SYM_PLUS_BOX
SYM_PLUS_CIRCLE
SYM_PLUS_FOLDER
SYM_PRINTER
SYM_RADIOBUTTON
SYM_RIGHT_ARROW
SYM_RIGHT_HAND
SYM_RIGHT_TRIANGLE
SYM_SORTED_DOWN
SYM_SORTED_UP
SYM_SPACE
SYM_SQUARE
SYM_UNLOCKED
SYM_UP_ARROW
SYM_UP_TRIANGLE
SYM_WORKFLOW_ITEM
No degree there.
Please explain your task in depth.
Regards,
Clemens
2007 Nov 13 11:21 AM
COLOUR FASTNESS TO WASHING 40* C
In the above statement i used astritch symbol(instead of degree symbol).
but i need to display the degree symbol.
This i need to add in the database itself.
is it possible.
2007 Nov 13 11:25 AM
Hi Raja,
it is not possible to add any icons or symbols to the system.
TTDTG is for definition of text symbols. This is something different.
Regards,
Clemens
2007 Nov 13 11:24 AM
2007 Nov 13 11:46 AM
Hi,
If you want degree symbol do like this...
Activate NUM LOCK, hold ALT down, and enter these numerals 167. then you will get degree symbol.
Regards,
Omkar.
2011 Aug 03 10:37 AM
Thanks Omkaram Yanamala,
I has worked woderfully for my application.
Great piece of information I must say.
Regards,
Davinder
2007 Nov 13 12:35 PM
Hi Raja Ram,
If I give input as 65 (ascill value) I want display 'A'.
Below logic is for convert from character to ascii value ,
report demtest.
*going from A to 65
data : c value 'A'.
field-symbols :
Thansks & Regards
ilesh 24x7