Search found 51 matches

by mfa786
Tue Aug 01, 2006 10:24 am
Forum: General / Others
Topic: FRM-40102 Record must be entered or deleted first
Replies: 1
Views: 3583

FRM-40102 Record must be entered or deleted first

Sir I create new record by using F6 key but I not record this record and I press delete button from menu and all field blank but system give me this error FRM-40102 Record must be entered or deleted first And no delete that blank record And not move to next record Please give me idea how I solve thi...
by mfa786
Thu Jul 27, 2006 3:45 am
Forum: Oracle Forms & Reports
Topic: i need landscape view [
Replies: 2
Views: 1311

i need landscape view [

Hi master Hi master Sir I have many column I need landscape layout with A3 paper I set orientation = landscape from system parameter and A3 from page setup but not give me at design time and give me landscape on printer or paper Please give me idea I set all column in my report Thanks aamir this is ...
by mfa786
Mon Jul 24, 2006 5:34 am
Forum: General / Others
Topic: How I avoid the duplicate record and show only one
Replies: 2
Views: 1981

How I avoid the duplicate record and show only one

hi master Sir I have many duplicate record in my table I use this query STDCODE COUNT(*) -------------------- ---------------------- 021-00-11133 1 021-00-11327 1 021-00-11329 2 021-00-11400 3 021-00-11401 1 021-00-11473 2 021-00-11490 1 021-00-11498 2 021-00-11521 1 021-00-11529 2 021-00-11531 2 02...
by mfa786
Mon Jul 24, 2006 4:30 am
Forum: Oracle Forms & Reports
Topic: How system show landscaped in design and view time
Replies: 1
Views: 1896

How system show landscaped in design and view time

Hi master Sir I set landscaped paper from report data model system parameter orientation Initial value = landscaped When I print report then print landscaped but design and view time not show me landscaped paper I need extent then field width How system show landscaped in design and view time Thank ...
by mfa786
Sat Jul 22, 2006 4:56 am
Forum: General / Others
Topic: how convert row in column
Replies: 2
Views: 1732

how convert row in column

Hi master sir this is my query and data query ======== SELECT TO_CHAR(STUJOURNAL.stujdate, 'YYYY') AS YEAR,DEPARTMENT.NAME,SUBSTR(STUSECMTAMT.sem_code,5,4) AS SEMESTER,COUNT(STUSECMTAMT.STDCODE) AS TOTALSTUDENTS,SUM(STUSECMTAMT.totdebit) AS totdebit,SUM(STUSECMTAMT.totalcr) AS totalcr,SUM(STUJOURNAL...
by mfa786
Fri Jul 21, 2006 4:43 am
Forum: General / Others
Topic: how i control then Decimal
Replies: 2
Views: 2092

how i control then Decimal

sir i use qury but system give me this result

3905.555555555555555555555555555555555556

i need result in this format

3905.555

please give me idea


thank

aamir
by mfa786
Fri Jul 21, 2006 4:20 am
Forum: General / Others
Topic: error in query ORA-01476: divisor is equal to zero
Replies: 2
Views: 2035

error in query ORA-01476: divisor is equal to zero

sir i user this query but system give me error SELECT STUSECMTAMT.totdebit/STUSECMTAMT.totalcr,STUJOURNAL.cre_bal/(STUSECMTAMT.totdebit/STUSECMTAMT.totalcr) FROM STUSECMTAMT,STUDEG,STUJOURNAL WHERE STUSECMTAMT.vhno=STUJOURNAL.ref_no AND STUSECMTAMT.studegid=STUDEG.studegid; error ERROR at line 1: OR...
by mfa786
Tue Jul 18, 2006 7:22 am
Forum: Oracle Forms & Reports
Topic: which event use for checking befor delete
Replies: 2
Views: 1739

which event use for checking befor delete

Sir my requirement is the system asking befor deleting record You see my code If found this chq in ledger file then not delete form cheqfile Sir my question is where I put I this code Or which event I use select count(*) into :CHQFOUND from voumaster where cheqno=:rchqno; if :CHQFOUND>0 then message...
by mfa786
Tue Jul 18, 2006 3:29 am
Forum: General / Others
Topic: how get section wise query result
Replies: 3
Views: 2134

how get section wise query result

Hi master I hope you are good and comfort Sir my problem is I have log query from many table now my need is query display result separately Such as Query Select a.name,a.fanem,a.address,a.phone,b.carbillno,b.carbillamount,c.homelona,c.loaninst,d.chqno,d.chqamount from a,b,c,d where a.no=b.no and a.n...
by mfa786
Wed Jul 12, 2006 7:06 am
Forum: Oracle Forms & Reports
Topic: how i eject the page Programmatically
Replies: 1
Views: 923

how i eject the page Programmatically

hi master
how i eject the page Programmatically in in oracle report

thank
by mfa786
Wed Jul 12, 2006 2:18 am
Forum: Oracle Forms & Reports
Topic: how when new group when start new page
Replies: 1
Views: 903

how when new group when start new page

hi master sir i have group report my need is when new group start then start new page is use this code for balance cs_1 this is summrise colunm and count then record no is new group then is statr from 1 if :cs_1 =1 then :cp_1 :=0; if nvl(:drbal,0)>0 and nvl(:debit,0)>0 then :cp_1 :=nvl(:drbal,0) + n...
by mfa786
Mon Jul 10, 2006 4:31 am
Forum: General / Others
Topic: need every first character are upper in query
Replies: 2
Views: 2235

need every first character are upper in query

Hi master
Sir I use amount to word function which give me following result

four thousand five hundred sixty-three Rupees only.

But my user need following result

Four Fhousand Five hundred Sixty-Three Rupees only.

Means every first character are upper not small

Please give me idea

Than

aamir
by mfa786
Fri Jul 07, 2006 11:51 am
Forum: Oracle Forms & Reports
Topic: how order by use in master detail form
Replies: 1
Views: 1268

how order by use in master detail form

hi master
sir i have master detail form but show data with out order by
my need is form show data in order on date

please give me idea how order by use in master detail form

thank

aamir
by mfa786
Fri Jul 07, 2006 9:40 am
Forum: Oracle Forms & Reports
Topic: how use search option in my form
Replies: 0
Views: 533

how use search option in my form

Hi master Sir I have master detail block form Sir I need search option in my form how when my user give amount, description, date, chqno or voucher no then system give result as per give criteria I use default inter query but that not satisfy me Please give me help how I search any voucher from my f...
by mfa786
Fri Jul 07, 2006 4:46 am
Forum: Oracle Forms & Reports
Topic: how to handle the LOV
Replies: 5
Views: 2796

thank for your reply sir i have this is lov query SELECT CHARTOFACC.TITLE||' '|| CHARTOFACC.ACCID AS comcode FROM chartofacc; and this is data or column LAND K1101 BUILDING K1102 COMPUTERS / PRINTERS K1103 OVERHEAD PROJECTORS K1104 MULTIMEDIA K1105 Sir my question Is where I % % put in my query user...