hi all
v r converting our oracle forms english to arabic using d2k translationhub . v need to create glossary file .mtw formate .but v don't hv option to create glossary file in translationhub. hw to create this file? plz tell me if any one know abt this..
thank u..
User Profile
Collapse
-
how to create .mtw file in oracle transalationhub.
-
actually the object library PROG_UNIT have a three procedures namelly
RUN_REPORT,
PROC_RPT_PARAM,
CHECK_DATA .but PROC_RUN_REPORT is not there then why it will be raise.... -
search is completed but no results..
and another one important news i can't use this procedure in
forms and object libraries.but it will raise again again
any another way..pls help me.....Leave a comment:
-
LIVE> SELECT * FROM all_objects WHERE object_name LIKE '%PROC_RUN_REPO RT%';
no rows selected
it will return no rows selected.but some forms are working fine .
how.....Leave a comment:
-
Failed to load the following object in oracle forms
when i open form in a developer i'm getting err
FRM-18108:faild to load a following objects.
Source Module : PROG_UNIT.olb
Source Object : PROC_RUN_REPORT
this error comes perticular forms only , all other forms are working fine.
pls anyone help me... -
hai,
we can only pass the sigle value from the INTO clause but the deptno have a morethan number of columns .
plz try this query.
cursor c1 is
select
empno,ename,sal
from emp ,dept
where deptno=deptno;...Leave a comment:
-
hi
please use the to_date funtion in sysdate , because sysdate contain a time , min,seconds so that the if condition is return false.
if to_date(sysdate ) =to_date('23-11-2007','DD-MM-YYYY') then...Leave a comment:
-
Select *
From
Part_price
Where
Price=
Decode(
Sign(
Length(substr(p rice,instr(pric e,'.')+1,length (price)))-2),1,price)Leave a comment:
-
CHECK THIS IF ..ELSE FORMATE
SUM(
IF f.code_category =3
THEN
IF d.flag_result= null
THEN
IF b.date <= p_startlngdate+ 1 THEN
RETURN(b_date)
END IF;
ELSE-- NOT NULL THEN
RETURN 1;
END IF;
ELSE
RETURN (0)
END IFLeave a comment:
-
-
Hai Try This Query
Update Table_name Set Column_name1=co lumn_name2;Leave a comment:
-
This One Is Useful For U
Pls Write This Code Into On-error Trigger In Form Level
Message(dbms_er ror_code||'-'||dbms_error_t ext);
Message(' ');-- It Display An Ora- Errors In Forms
Or
Message(error_c ode||'-'||error_text);
Message(' ');-- It Display An Forms ErrorsLeave a comment:
-
nramrits replied to swarna plz give me replay any bady,In this code runtime error is coming can you findin OraclePlease Check The Insert Statement The No Of Columns Are Not Same In Select Statement And Avoid Values Keyword
Ex
Insert Into Table_name(c1,c 2,c3) Select C1,c2,c3 Table_name;Leave a comment:
-
nramrits replied to swarna plz give me replay any bady,In this code runtime error is coming can you findin OraclePLEASE CHECK THE INSERT STATEMENT THE NO OF COLUMNS ARE NOT SAME IN SELECT STATEMENT AND AVOID VALUES KEYWORD
EX
INSERT INTO TABLE_NAME(C1,C 2,C3) SELECT C1,C2,C3 TABLE_NAME;...Leave a comment:
-
An On-Error trigger fires whenever Oracle Forms would normally cause an error message to display.
Use an On-Error trigger for the following purposes:
to trap and recover from an error
to replace a standard error message with a custom message
Example(form level)
On-Error
message(error_c ode||error_test ||dbms_error_co de||dbms_error_ text);
message(' ');Leave a comment:
-
-
-
if u try to insert in annonyms block , using implicit cursor sql%rowcount to display the how may rows are inserted otherwise u try to insert in sql block check the specified table count(*) from before commit and after commit
user_constraint s...Leave a comment:
No activity results to display
Show More
Leave a comment: