Home » Developer & Programmer » Forms » How to get form name in .pll (Oracle forms 10g, DB 10g)
How to get form name in .pll [message #659093] Fri, 06 January 2017 01:29 Go to next message
adfnewbie
Messages: 54
Registered: January 2016
Member
Hi Experts,

Is there a way by which i can get the form/function name when I am using the form?

Example - If I am using FORMX, when I am doing something on form I should be able to do it only if it's done from FORMX.
Scene - There is a functionality which is common to many forms and I want to change it only for my form. So I need to check like this

if current-form = FORMX THEN
-do something-
else
-do something else-
end if;
Re: How to get form name in .pll [message #659116 is a reply to message #659093] Fri, 06 January 2017 05:10 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Have a look at :SYSTEM.CURRENT_FORM system variable.
Previous Topic: Custom form LOV is not working properly? (merged 3 by jd)
Next Topic: RAISE FORM_TRIGGER_FAILURE not working using form persoanlization
Goto Forum:
  


Current Time: Fri Mar 29 10:41:15 CDT 2024