Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

for report i have to parameters those are from_date and
to_date ,so to_date should be greater when compare to
from_date ,if we are giving to_date is less then it must
shows some error how we willmake

Answer Posted / rajesh

I have not been using reports since long back.But as per my
previous knowledge i am giving you this sugession.

We can also validate it at run time by writing small code
in 'After Parameter Form Trigger' like

If :p_from_date > :p_to_date then
srw.message(20001,'You should enter to_date > from_date');
--srw.message();
end if;

OR

If :p_from_date > :p_to_date then
return(false);
else if
return(true);
end if;

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Plz anybody send me Technical specification for AP Interface

2617


If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?

2157


q)what are the validations in sql*loader

2456


How many schemas we have? how many you have used?

2113


Can you differentiate between mediator and osb?

1193


How to move the one file from one instance to another instance? And your scripts also?

1173


testing tools?

2301


What is count(*) from po_vendors(any table)?

1139


How can a process be deployed in soa?

1336


tell my any difficult situtation you solved in your experience in your company?

2363


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

1165


List the various types of value set.

1122


tell me the scenarios of the independent in reports

2658


CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

2670


is it possible to run the interface without using oracle apps?

2025