Home » Developer & Programmer » Forms » How Can I use the function in report.
How Can I use the function in report. [message #78774] Sun, 17 March 2002 22:59 Go to next message
Rajesh Mandawat
Messages: 37
Registered: October 2001
Member
How Can I use the function in report.

I want to use a function say nintow(minvamt number )
Which return the value word.
Where minvamt is field of table sob whose value is to be
converted into word.

No I want to display the value word in report.

How this can be done.

Thanx.

Rajesh
Re: How Can I use the function in report. [message #78777 is a reply to message #78774] Mon, 18 March 2002 00:50 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
the easiest way is to create query like this

select nintow(minvamt) number_in_words
from your_table.

and then uise the usual method
Previous Topic: Oracle forms 5.0
Next Topic: foreign key problem
Goto Forum:
  


Current Time: Tue Apr 16 07:35:31 CDT 2024