Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Forms Developer - Conversion Trouble
...
w number;
...
x := get_window_property("<<my_win>>", width);
...
What's wrong with this code. I get the message '...ORA-06502...'
I check the return value of get_window_property and it's a varchar2 value
like '400,000'
Oracle itself has in help an example like this a number variable is assigned
with the varchar2 value returned by get_window_property(..., width)
Is it about formating that sort of values '999,999'
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Iulian.ILIES_at_mobil-rom.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Sep 26 2001 - 08:19:51 CDT
![]() |
![]() |