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 Wanet Telecoms Ltd 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: thebull1
  • Content: Threads
  • Order by date
  1. thebull1

    ERROR FRM-92060

    We are experiencing a situation where we have developed our application using oracle forms connecting to an oracle database. We are now deploying the application through the web but now we are experiencing the following error. "FRM-92060: Failed to Connect to the server. Bad machine...
  2. thebull1

    MATRIX SQL QUERY

    Hi All? I am working on a matrix query whereby I do not want to specify the columns ie Select job_id, (row 1..n of table emp should be the columns) from emp; Old way ------------ Select job_id, decode (dept id,10) "Dept 10",... decode (dept id,n) "Dept n", from emp; Basically you have an...
  3. thebull1

    RUN A HTML APPLICATION FROM A PB MENU

    Hi All? I have a HTML Help application that I want to run from PowerBuilder 6.5 (a bit archaic I admit). The run command works well for other applications like winword, excel, notepad, etc, but will not open my HHT.HTML file using Explorer. Any ideas please?
  4. thebull1

    UNABLE TO LOG INTO SQLPLUS

    Hi All? I am a programmer and have been liasing with my System Admin to try and resolve some issue Im having. Im unable to log into my Oracle 8 database from SQLPLUS using any of the users. It just hangs, even the user SYSTEM. The all just hang when I attempt to connect. This user SYSTEM is...
  5. thebull1

    ORA-01033 Oracle initialisation or shutdown in progress Error

    Hi All. Im running an Oracle Release 9.2.0.1.0 database on my PC. (Windows XP). It has been perfect for a long time, but now every time I try to log in I get the error "ORA-01033: ORACLE initialization or shutdown in progress", and I cannot log in. Kindly assist. Situation getting desperate...
  6. thebull1

    OBTAIN THE SELECT FROM A DATAWINDOWCHILD

    Hi all?? I have the following syntax for a dropdown dw :- //declare datawindowchild ldwc_child_h // idw_detail.getchild("dw_header", ldwc_child_h) ldwc_child_h.settransobject(SQLCA) How do I obtain the SELECT that is in the dataobject contained in dw_header??
  7. thebull1

    CONNECT FAILURE TO A REMOTE ASA DATABASE

    I have created an ASA ODBC database on a certain PC in our nerwork. I intend to write a multi-user application with that PC acting as the Central Server for my database. I have been trying to create a profile to connect to it from my PC, but have been thoroughly frustrated by errors like...
  8. thebull1

    OutPutting DataWindow Text To An MS Word Document

    Hi, Id like to attach, "or move" some text from a datawindow to an MS Word Document at runtime, save the document in the hard drive, and later send the Word Document by Outlook Mail. Any one with some sample scripts that I can reference. I dont even know where to start. Kind Rgds.
  9. thebull1

    ORA-00984 :Column Not Allowed Here

    Hi All? I am tryingto create a new table with the following strucure and getting the error mentioned. Please assist. Column Name Null? Type Default Value ----------------------------------------------------------- bu_segment1 Varchar2(25) cc_segment2 Varchar2(25) account_segment3...
  10. thebull1

    ORACLE ERROR - ORA -12571 -packet failure

    Hi all, I have a user's PC with Oracle 8.0.5 that has started misbehaving. When I try to connect to the database its returning the named error and cannot connect. How do I go around this? I can be able to ping the database from the PC.
  11. thebull1

    "Path_too_long" Error While Installing Developer 6i

    Hi all, Im trying to install Developer 6i onto my PC, but while analysing application dependencies, setup is returning the error: path.vrf(86):Unbound Variable 'path_too_long_prompt' and terminates the installation. We are not getting the same on a pal's PC. What do I need to change on mine...
  12. thebull1

    Arithmetic Operation On Two Variables

    I'm a novice in Javascript and I have run into a small problem. How do you for example perform var1 + var2 ?? When I do this I get a concatenation of the two variables...eg if var1=5 and var2=6, var1 + var2 gives me 56 and not 11. How do I go round this??
  13. thebull1

    PROBLEM WITH ATTACHING A PL/SQL LIBRARY

    I have a form that requires an attached library from the Orawin95\tools\devdem60\demo\forms path. On attaching it, when I try to save the form, I get the error FRM-10044: Cannot Create File. What is the cause, and how do I get round this? Please assist...
  14. thebull1

    ORA-01003 ERROR IN FORMS

    I have a process (of creating some views and selecting data from the views onto datablocks) that repeats either once, twice or six times depending on certain options. The process is fine when repeated once or twice, but fails when repeated six times with a the error ORA-01003 - No Statement...
  15. thebull1

    POPULATING A DATABLOCK PROBLEM

    I have a non-displaying datablock that is being populated using the following cursor:- for readingrec in reading loop :db_gross_next.rtime := readingrec.rtime; :db_gross_next.meter_read := readingrec.meter_read; ll_curr_gross := Get_Block_property('db_gross_next',current_record); next_record...
  16. thebull1

    UPGRADE PROBLEM TO DEVELOPER 6i

    Hi all? I have just upgraded to Developer 6i and I'm having a problem with my Form modules. Whenever there is some long script to be executed, and I go through the process twice, the runtime just disappears with no errors at all. This was not happening with version 6.0, though 6i solved other...
  17. thebull1

    Reports - Debugger?

    Is there a debugger in Reports? If there is, how does it work??
  18. thebull1

    Reports - Dynamically Changing the FROM Clause

    I'd like to dynamically change the FROM clause in the Report query, such that I should be able to provide the table from which to select in the parameter form at runtime. How would I go about that ?? Thanks.
  19. thebull1

    Reports - Customizing Error Messages

    In Forms Builder we have on_message and on_error triggers where you can actually customize the error message to be displayed to the user. How can we achieve the same in Reports.. eg I have a parameter validation trigger that is returning the message "REP-0546 : Invalid Parameter Input...
  20. thebull1

    Reports - Currency Format Symbol

    Happy New Year to you all ! The only currency format symbol avaliable in Report Builder is the dollar($). How would I change this to a different symbol? Thanks

Part and Inventory Search

Back
Top