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 strongm 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. goldenlam

    SQL*Loader-500: Unable to open file

    I am trying to run a sql loader .ctl file from a .bat file. The data file (.txt), the .ctl file are both in the same directory. The .ctl starts but then I get a .log file that reads the following error message: SQL*Loader-500: Unable to open file (c:\narrative.txt) OSD-04002: unable to open...
  2. goldenlam

    FORMS 4.5 and OUTLOOK??

    Can I get an example of how to invoke Outlook from FORMS 4.5? I did it a couple years back and lost my code.
  3. goldenlam

    Generating an email from pl/sql

    Rather than reinvent the wheel... Does anyone have any code samples on how to send an email from pl/sql? Thanks gh
  4. goldenlam

    Unsaved record count

    I am working on a form where I need to get an item count of data that is not yet saved. Example: I have two fields on the form 1. Side Item Options sample record: "2 side dishes" 2. Available side dishes sample records: corn, tuna, candy...
  5. goldenlam

    Calling VBX object from FORMS with parm(s)

    I need a sample of how to call a VBX object from FORMS with parameters. I am sure I will use HOST command but are there any specifics/gotcha's? Do we need to register the com object on desktop? the server? Any help is cool. Tanks. gl
  6. goldenlam

    RUNNING A CRYSTAL REPORT FROM FORMS

    We are going the round-about way. One of the developers created a MS-VB wrapper that calls the Crystal report. Then, we are going to use the Oracle HOST command to call the VB object and pass the parms needed. gl
  7. goldenlam

    RUNNING A CRYSTAL REPORT FROM FORMS

    Has anyone ever kicked off a Crystal Report from an Oracle Form? How do you do it?
  8. goldenlam

    RUNNING A CRYSTAL REPORT FROM FORMS

    Help. Does anyone have any examples of how to run a Crystal report from a form. I have found some articles in Metalink but they are not complete. The doc they describe on Metalink also does not exist any more. Please help on this issue. Thanks
  9. goldenlam

    Oracle LONG data in a web page problem

    Here is the code you asked about: <html> <head> <title>Job Description Detail</title> </head> <body> <% On Error Resume Next if request.querystring(&quot;jobcode&quot;) <> &quot;&quot; THEN jobcode = request.querystring(&quot;jobcode&quot;) elseif jobcode = &quot;&quot; THEN jobcode =...
  10. goldenlam

    Oracle LONG data in a web page problem

    Help, We are trying to retrieve an Oracle long data field into a web page and are getting the following errors: HTTP 500.100 - Internal Server Error - ASP error Internet Information Services Technical Information (for support personnel) &amp;#61623; Error Type: Microsoft OLE DB Provider for...
  11. goldenlam

    Is Powerbuilder Dead?

    I posed the same type of question this past summer. Read what I got back. goldenhead (MIS) Jun 1, 2000 I need to eat in the future and would like to know thoughts on using this tool as a primary development skill in the future. Should I get a job at McDonald's too in order to eat or will PB...
  12. goldenlam

    USING OLE SPELL CHECK IN FORMS

    How do you get the OLE spell check to work in Forms? I am trying to invoke the spell checker Word Basic Macro ToolsSpelling as follows: DECLARE -- Declare the OLE object application OLE2.OBJ_TYPE; -- Declare handle to the OLE argument list args OLE2.LIST_TYPE; -- Declare a temporary...

Part and Inventory Search

Back
Top