How i get the client machine Ip address through developer
2000 forms, if you are running three tier architech.
Answer / kiran nair
Use WIN_API_ENVIRONMENT.Get_Computer_Name function of the
D2kwutil library. D2kwutil.pll library depends on
D2KWUT60.DLL.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the usage of the Flex mode in Layout Editor ?
What is difference between open_form and call_form?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
I am using oracle developer suit(form 10g), On used ole2 objects to initialize excel and worksheet and on "BEFORE REPORT" i am printing report heading in excel using OLE2 objects only. if i run report from developer suit report builder it give output in excel normally and what expected but when ever i put same report on server and run report from application it gives error : " Terminated with error : <br> REP-1401 'before report': FATAL pl/sql error occured. ORA-43356; message 43356 not found; Product=RDBMS; facility = ORA." Please reply it is urgent
Why is a Where clause faster than a group filter or a format trigger?
What are the different file extensions that are created by oracle reports?
What is a Trigger ?
What are the default extension of the files created by library module?
Where we can use the placeholder columns?
What are the built-in routines is available in forms 4.0 to create and manipulate a parameter list?
What are the two ways to incorporate images into a oracle forms application?
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.