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 Mike Lewis 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. smoriano

    update on date field, invalid month ora1843

    Hi, If both fields are date, you have "to say" to database wich format are you using in the string like this: UPDATE XXXXX SET MSG_TIME_ACK = to_date('01-00-00 9:18:16','DD-MM-YY HH:MI:SS') , MSG_DATE_ACK = to_date( '02-00-02','DD-MM-YY') WHERE A = 'CON' AND B IS NULL must work...
  2. smoriano

    mail on forms

    You can try by including library d2kwutil.pll (to use this you need d2kwutil.dll, that doesn't work on windows2000), wich is included in forms. Then your code to send an email (without atachment) will be like this: declare destinatarios varchar2(100):='null@null.null'; var1...
  3. smoriano

    argument in query

    Hi, Try with number = &argument
  4. smoriano

    oracle forms - master/detail relations

    Hi, If I've understand you, the relation is marriage.M_Star_ID||marriage.F_Star_ID=star.Star_ID Having this enviroment, the solution I'll apply is: First create a view from the detail table, where the select will be: "Create View marriage_view as Select M_Star_ID||F_Star_ID...
  5. smoriano

    Problem with client-server aplication

    Hi all, We have an aplication, running in client-server on a Windows 2000 system. It`s made whith forms6i. Sometimes it crashes, and in the ifxxxxxxxx.dmp that generates, it gives the error: Abnormal termination: Access Violation: C0000005 Module: ifr60.dll...
  6. smoriano

    Getting the ip adress from Forms

    Hi all, We have an application running on the web, the question is, How can I get the server IP ADDRESS to do a web_show_document with the ip address? Thanks in advance for all your responses.
  7. smoriano

    Two questions

    Hi all, Firstable, sorry about my English. I have two problems that I'm not able to solve, so here we go: First problem: I have made a simple form (a client card). In that form I have three lists (Combined lists) that I fill from a record group. The question is, the customer wants...

Part and Inventory Search

Back
Top