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 TouchToneTommy 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: *

  1. djmartin

    9i report processes won't die after completing successfully

    We worked with Oracle Support using ODC and they determined that the rwrun.jar on the two machines was different. What we had done was apply one-off patch p2938002_9022_GENERIC to the 'prod' machines and this caused our problem. David
  2. djmartin

    9i report processes won't die after completing successfully

    We are running 9iAS 9.0.2.2 and 9iDB 9.2.0.3, all machines are RedHat Linux. We have a development 9iAS server whose reports run and cleanup successfully off the 9iDB, and we have 3x9iAS production servers (when we go live) that run reports but they do _NOT_ cleanup successfully. That is, both...
  3. djmartin

    Has anyone converted 6i web forms or reports to 9i?

    Help!! Has anyone even thought about it?
  4. djmartin

    Has anyone converted 6i web forms or reports to 9i?

    I am trying to find _anyone_ who has converted an existing 6i web forms and/or reports application to 9i (not Oracle Financials)? If you tell me you have done this successfully. If you tell me why you did not go through with it. If you tell me you are just looking at it. Thanks (Extra...
  5. djmartin

    How can you put the label in 2 lines on a Forms command button?

    You could try covering it with another field or another field's prompt, but I can't get it to work. I think the answer is 'NO', you can't have multiline labels.
  6. djmartin

    Forms 6 installed on Oracle 8i

    Forms 6i and Designer 6i can share an Oracle home. But this must be different to the Oracle 8i home.
  7. djmartin

    Migrating from Forms 6i to 9i - any problems?

    Has anyone converted an inhouse application from Oracle Forms 6i to Oracle9i Forms? If so, please reply with at least a 'Yep, no sweat'. I have not found anyone worldwide that has done this yet.
  8. djmartin

    Migrating from Forms 6i to 9i - any problems?

    I am about to migrate an application from Forms 6i web to Forms 9i. Does anyone know of any problems for which I should look out?
  9. djmartin

    subscribing to forums

    If you are after Oracle Reports the nsearch for 'reports' in the forum search, subscribe to it, and ask your question there.
  10. djmartin

    Accessing Outlook

    Try turning off the email checker of ZoneAlarm ... it doesn't check for viruses anyway ... use an anti-virus for that
  11. djmartin

    WIN_API and 'Start In' on Windows NT

    Okay .. I want to know from which directory a user is running their application. I can control the Registry Forms_Path data, but I can't stop them changing the 'Start In' option of their desktop icon. If I use the following line I can display the current windows directory...
  12. djmartin

    inside reports server: font mappings

    Did you get a solution to this problem? David
  13. djmartin

    Report Margins Are Resetting

    Did you get a solution to this problem? David
  14. djmartin

    Pdf output reduced in size

    Check to see if you have 'Fit to Page' set. Just an idea. David
  15. djmartin

    How to find the Console Window at runtime in Forms 6i

    Not exactly what I was looking for, but a great start. Thank you.
  16. djmartin

    Forms 3.0 to 6i conversion - your advice & experience needed

    Read the white papers from oracle.com for converting 3 to 4.5 and for converting 4.5 to 6/6i. You will have to do both as 6/6i does not read 3 FMBs. You can use the 3rd party tools or pay big dollars for other people to convert everything for you but I have found the easiest way is to get a...
  17. djmartin

    How to find the Console Window at runtime in Forms 6i

    I am trying to resize a form at startup based upon the size of the window listed in the 'Console Window' property at the Form level.  But I can't find its name at runtime.  I don't want to have to edit each form individually if I can help it. Alternatively, how to find the first window in the...
  18. djmartin

    Fetch out of sequence(?)

    If it is a Record Group / LOV problem play with the Record Group Fetch Size, try very big, or very small, depending on how many records you are expecting to get back. Otherwise, try changing the Query Array Size, set it to 0. David
  19. djmartin

    compare date

    Use MONTHS_BETWEEN. eg select months_between(date1,date2) into diff from dual; If mod(diff) < 10/31 /* 31 days in a standard month */ then /* less than 10 days */ RAISE_APPLICATION_ERROR(-20000,'Cannot Delete a Transaction');
  20. djmartin

    Solaris/Linux Reports 6i modify object names from command line

    We are running Solaris 2.6 and are converting Reports from 3 to 6i. We want to change the name of certain objects at the command line, preferably in batch mode. Any help gratefully received.

Part and Inventory Search

Back
Top