Home » Developer & Programmer » Forms » Range of Values (Forms 6i)
Range of Values [message #485900] Sat, 11 December 2010 01:33 Go to next message
arif_md2009
Messages: 732
Registered: May 2009
Location: United Arab Emirates
Senior Member

I have a field called percentage , where user doesnt want to enter any data , instead he wants a poplist like 0-100 when he clik the range will come as 0-10,10-20 and so on like 90-100 how i can do it he will increase and decrease it.
Re: Range of Values [message #485907 is a reply to message #485900] Sat, 11 December 2010 03:40 Go to previous message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Create list of values. Query would be
select '0 - 10' range from dual union
select '10 - 20' from dual union
select '20 - 30' from dual union
...
select '90 - 100' from dual
Previous Topic: Oracle forms
Next Topic: HOW TO ENABLE ONE FIRST RECORD ITEM UNDER ONE BLOCK WITH MULTIPLE RECORDS? (merged)
Goto Forum:
  


Current Time: Thu Sep 19 00:24:44 CDT 2024