Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mrkamran
  • Content: Threads
  • Order by date
  1. mrkamran

    Using page number property in formula

    Hi, I want to use "Page Number" and "Total Pages" in my oracle report formula becuse i want to display a message at bottom of my report as Continue on Page 2. When i m currently on page 1 then i want to display Continue Page 2 similarly go on. Is there any predefined property or function which...
  2. mrkamran

    Specific No. of Reports Copies

    Hi, I have a report and i want that user could not print more than 3 copies. i.e user could only print 3 copy of that report not more. How can i do it? Thanks
  3. mrkamran

    Remove Item from LOV

    Hello, I have a master detail form, in detail from i select diffrent products. Now i want that when i move to next record then previous product shuold remove from LOV Becuse user could not select it again. Thanks
  4. mrkamran

    How to solve this complex query

    Hello, I m working on accounts software and i have a problem this query SELECT V_MAST.VOUCHER_DATE, V_DTL.DTL_CODE, V_DTL.VOUCHERNO, V_DTL.VOUCHERTP, V_DTL.DEBIT, V_DTL.CREDIT FROM V_MAST, V_DTL WHERE V_MAST.VOUCHERNO = V_DTL.VOUCHERNO AND V_MAST.VOUCHERTP = V_DTL.VOUCHERTP AND...
  5. mrkamran

    Master Detail Form Loop

    Hello, I have a master detail form and in detail block i want generate a loop from first record to last record of detail block. I want to check that an code is already in previous records of detail form. So i want to make a loop which check a field with given value in every row where it will...
  6. mrkamran

    Start Oracle Instance

    Hi, I have a problem with my Oracle 8i database, that is when my computer restart my database will shutdown. Every time when i start my computer then also start oracle database from DBA studio. Is there any way to start my database autometically with windows or why it is happening? Thanks
  7. mrkamran

    Oracle 8i DBA Studio

    Hello, I have a problem with my DBA studio 8i Personal Edition. When i type any user name and any password and connect as DBA then there is no password error. My dba studio open with any password there is no security. What should i do to overcome this problem. Thanks
  8. mrkamran

    Import database in 8i from 9i

    Hi, I want to import database in 8i from 9i. I have checked 8i export utility to export data from 9i database, but its not working, a dll error is generated. What is your opinion Thanks
  9. mrkamran

    Developer 6i command button image

    Hi, I have found a problem that when i use background image of standerd command button, the image do not view corectly, i seem to be strach whereas my icon size is 16x16 but it can not display as icon is. How can i set property to view image corectly? Thanks
  10. mrkamran

    Change forms 10g layout

    Hi, I want to change my applet layout in 10g form. Layout remain left and some space of right side is blank. I want that this layout strach with web browser, any idea? Thanks
  11. mrkamran

    Placeholder Column

    Hi, I have 2 groups in my report(master and detail group), i place a plcaceholder column in my master group. i give it value with a formula, which is also place in master group. i use placeholder column in detail group, i can take its value but when i assign value to it, it will give error that...
  12. mrkamran

    Setting Runtime Report 6i Properties

    Hi, i m using Dev 6i Reports. I want to set page break before report property on a specific condition. I have 2 queries i want that if query number 1 return null value then query number 2 show on new page. What is the method? Thanks!
  13. mrkamran

    Hide Non repeated Frame

    Hi, I have a repeted frame in a non repeted frame. when the value of repeated frame is null then the repeated frame do not show but outer non repeting frame show. i want hide this frame when inner repeted frame is null. I have used conditional formating on outer frame but no effect and also is...

Part and Inventory Search

Back
Top