|
More site info...
|
|
Forum profile page for Forms
on http://www.oracle.com.
This report page is the aggregated overview from a single forum: Forms
, located on the Message Board at http://www.oracle.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Forms
" on the Message Board at http://www.oracle.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Forms
:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
300
|
921
|
2,554
|
|
Post:
|
1,104
|
3,645
|
9,884
|
|
|
Forms
Posting activity graph:
|
Top authors during last week:
user's latest post:
URGENT!!! calling crystal...
Published (2009-11-27 21:33:00)
hi 1- Created a new form 2 - The action control block and his name is control 3 - Action content canvas and was named REPCAN 4 - ActiveX control work on the canvas and was named CrystalReport1 5 - Action Image item and was named REP (and have the whole picture on the ActiveX control) Enlarge image to fill in the window 5 - right-click on the ActiveX control and choose Insert Object from the list and chose Crystal Report Control 6 - Select...
user's latest post:
Schema for Oracle Report...
Published (2009-11-27 12:02:00)
duplicate post. Also, check your post in the Reports-forum, there is already an answer.
user's latest post:
Oracle 11g & 10g FR services...
Published (2009-11-27 09:03:00)
Hi, Its not a forms issue as such. Check out the metalink note 1012300. 15.) Cannot Run Forms Stored In The Network Drive. The network Drive is mapped to the machine where the Oracle DS and Oracle AS is installed. Compiled FMX are stored in this network drive, the FMX can be accessed when run from the Oracle DS and the same Form when accessed from the Oracle AS getting the error: Solution Description: ===================== FORMSXX_PATH is...
user's latest post:
form 6i to ids converter
Published (2009-11-27 20:41:00)
install 10gAs on the server. If only you need only forms & repots converion, then AS is not required forms &n reports service (10gAS) only availbale to download. You need to convert all your fomrs to 10gDeveloper suite. forms migration assistant is available as a part. You have use webutil.pll , if any CLIENT side file update or etc.
user's latest post:
Preserv previous value
Published (2009-11-25 23:39:00)
My last words. I don't know why you don't want to use CHAR text item, it required very simple validation trigger: WHEN-VALIDATE-ITEM BEGIN IF ABS(TO_NUMBER(:s)) > 999 THEN RAISE VALUE_ERROR; END IF; EXCEPTION WHEN VALUE_ERROR THEN MESSAGE('Conversion to number error or value > 999.',NO_ACKNOWLEDGE); RAISE FORM_TRIGGER_FAILURE; END; Edited by: just me on 26.11.2009 12:40
user's latest post:
Record creation based on...
Published (2009-11-25 22:02:00)
Use when-create-record trigger for assigning the values
user's latest post:
Tab Canvas
Published (2009-11-25 22:08:00)
Murali, Can you post a picture, how you want to arrange the 2 canvas. Then it will be easy to give an idea. Regards, Manu.
user's latest post:
how to pass value from called...
Published (2009-11-25 11:20:00)
There is no problem in using either of the ways mentioned, but I was just curious to find , if there is any other way which I don't know , just for information...
user's latest post:
using complete oracle 10g...
Published (2009-11-25 12:45:00)
I do have the documentation but acccording to my personal experince this forum with gurus aroun here is better i wud like to noe how to make the best use of forms 10g like making good graphically appealing form,increased funcationality how to incude flash objects, n whats the use of using import java classes, import OLE interface and how to select the specific class or the package according to the requirements...i.e how to use and when to use...
user's latest post:
How to run the form that is only...
Published (2009-11-25 09:27:00)
Regardless of the version, it appears that you may not have configured the Builder. Do the following: 1. Open the Builder 2. From the menu, select Edit > Preferences > Runtime 3. In the box labeled "Application Server URL:", enter a local URL needed to run a form OR click the button labeled "Reset to Default". If you decide to manually enter a value, it would looks something like this:...
|
|
|
|
Latest active threads on Forms
::
Started 1 day, 17 hours ago (2009-11-27 20:41:00)
by SDN
install 10gAs on the server.
If only you need only forms & repots converion, then AS is not required forms &n reports service (10gAS) only availbale to download.
You need to convert all your fomrs to 10gDeveloper suite. forms migration assistant is available as a part.
You have use webutil.pll , if any CLIENT side file update or etc.
Started 2 days, 7 hours ago (2009-11-27 06:18:00)
by S@R@h
hi
try something like this.
DECLARE
charWinHandle VARCHAR2(50);
numWinHandle NUMBER;
BEGIN Set_Application_Property(Cursor_Style, 'BUSY' );
charWinHandle := Get_Item_Property( 'Control.Rep' ,Window_Handle);
numWinHandle := To_Number(charWinHandle);
:Item( 'Control.CrystalReport1' ).OCX.Crystal.Crysta lReport.WindowParentHandle
:= numWinHandle;
:...
Started 1 week ago (2009-11-21 22:51:00)
by S@R@h
hi
please check u r report codes and please also start u r report server u have problem in report server and code.
sarah
Started 1 day, 23 hours ago (2009-11-27 14:38:00)
by Michael Roy
It can be kind of access? NO. For tested with the login of a user that is in place ( no access through vpn) and the failure persists. I went to this user my login, and can access it normally.
Can be connected through VPN? I think NOT, because if the TEST environment would not work.
Test your network with tnsping80 and/or sqlplus first.
Started 2 days, 8 hours ago (2009-11-27 05:30:00)
by DM
Hi, a poster on here, forget his name is brilliant with java beans, take a look at this link, it may steer you in the right direction
http://forms.pjc.bean.over-blog.com/article-662153 8.html
Started 2 days, 1 hour ago (2009-11-27 12:02:00)
by Andreas Weiden
duplicate post. Also, check your post in the Reports-forum, there is already an answer.
Started 2 days, 4 hours ago (2009-11-27 09:45:00)
by S@R@h
hi
try the following link.
http://www.1neveling.de/oracle/parameter_list.htm
sarah
Started 2 days, 17 hours ago (2009-11-26 20:09:00)
by S@R@h
the same issue .........
please i need to know how USER_EXIT Built-in works?
hi
Hanny!!
please try the following links...
http://www.camden.rutgers.edu/HELP/Documentation/O racle/server.815/a68023/exits.htm
http://download.oracle.com/docs/cd/B10501_01/appde v.920/a97269/pc_20exi.htm
If its Correct/Helpful please mark it thanks.
...
|
|
Hot threads for last week on Forms
::
Started 1 week ago (2009-11-21 22:48:00)
by S@R@h
hi
check the following link.
http://www.orafaq.com/forum/m/82027/0/?srch=report +excel+format#msg_82027
sarah
Started 1 week, 1 day ago (2009-11-21 07:00:00)
by S@R@h
hi
try something like this.
Exit_Form(No_Commit);
Sarah
Started 5 days, 11 hours ago (2009-11-24 02:18:00)
by Impulsive
you can use Webutil for that
Started 1 week ago (2009-11-22 04:48:00)
by Arunkumar Ramam...
Hi,
Did you run the form with config=webutil?
I.e, the URL should be something like
http: //host:port/forms/frmservlet?form=....&config=webu til
- Arun
Started 6 days, 16 hours ago (2009-11-22 21:09:00)
by S@R@h
hi
shabar
if u r using u r post-insert trigger on form level please move it to block level.
Post-insert Trigger(Block level).
begin
if
webutil_file_transfer.client_to_db_with_progress ( :pdf.filename, 'PDF' , 'PDF' , ' id_pdf = ' '' || :pdf.id_pdf || '' '' , 'Sarah' 'S Upload' , ...
Started 1 week ago (2009-11-21 21:00:00)
by S@R@h
hi
try something like this.
CALL_FORM( 'D:\H.F.Practices\List of Built-in Packages\CALL_FORM\EMPLOYEES' ,no_hide,no_replace,no_query,NO_SHARE_LIBRARY_DATA , pl_id);
why u r using Parameter_list already u have one Pl_id.
Example:
Call_form( 'D:\Form_Name. fmx' ,no_hide,no_replace,no_query,NO_SHARE_LIBRARY_DATA , pl_id);
sarah...
Started 5 days, 16 hours ago (2009-11-23 21:55:00)
by S@R@h
hi
in property check for x and y position.
Sarah
Started 1 week, 1 day ago (2009-11-21 10:13:00)
by S@R@h
hi
please u have to give atleast one reference item.So you need to specify the block_name and item_name
sarah
Started 5 days, 14 hours ago (2009-11-23 23:39:00)
by just me
Use format mask if you want to enter in exponential format.
Or use CHAR data field and use WHEN-VALIDATE-ITEM to check
Started 1 week, 2 days ago (2009-11-20 05:14:00)
by S@R@h
hi
try something like this.
select ename,to_char( empno) from emp where deptno=:block.item
sarah
|
|