Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Tools > Strange behavio...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 2712 of 2769
Post > Topic >>

Strange behaviour in SET_RE****T_OBJECT_PROPERTY

by nick048 <nicosia.gaetano@[EMAIL PROTECTED] > Feb 26, 2008 at 05:09 AM

Hi,

I need to run a re****t from a Form.
The Re****t Parameter are stored in a table and with this parameters I
want to set the re****t properties

Now if I use this statement (this is an example):

SET_RE****T_OBJECT_PROPERTY(rep_id, RE****T_DESFORMAT,
MYTABLE.REP_DESFORMAT);


the property is set correctly.

But If I use this code:

DECLARE PR$Format VARCHAR2(100);
......
BEGIN
SELECT RE****T_DESFORMAT
INTO PR$Format
FROM MYTABLE
WHERE ........
SET_RE****T_OBJECT_PROPERTY(rep_id, RE****T_DESFORMAT, PR$Format);
........
END;


the parameter is not set.

And so for the others parameters. I do not understand this curious
behaviour.

Can anyone help me ?

Greetings...
Gaetano
 




 4 Posts in Topic:
Strange behaviour in SET_RE****T_OBJECT_PROPERTY
nick048 <nicosia.gaeta  2008-02-26 05:09:48 
Re: Strange behaviour in SET_RE****T_OBJECT_PROPERTY
"shakespeare" &  2008-02-27 18:58:00 
Re: Strange behaviour in SET_RE****T_OBJECT_PROPERTY
nick048 <nicosia.gaeta  2008-02-28 02:10:10 
Re: Strange behaviour in SET_RE****T_OBJECT_PROPERTY
"shakespeare" &  2008-02-28 13:44:33 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Sun Jul 6 0:19:33 CDT 2008.