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!

Recent content by kriss

  1. kriss

    PBL library size

    Migration to a higher version might also help since max library space has been adjusted.Worked for me from 6.5 to 7.0. Try it. Kriss
  2. kriss

    Powerbuider 7.0 runtime termination

    Hello people, I have a problem here. I have safely migrated my application from PB 6.0 pbls to 7.0 pbls.I even went further and compliled (build) my .pbd files.The application runs perfectly well from the .pbls. However the application object does not assume the default icon but gets the...
  3. kriss

    Internal Overflow , Script too large

    Helloz, Someone tell me how I can get rid of all unreferenced objects in my libraries.Or just how can I find out if the existing objects are not referenced anymore.. eg. UO_MYUSEROBJECT Rgds Chriss
  4. kriss

    C0159: conversion of .....

    Hi all, Keep getting " C0159: conversion of c:/simsprd2/simmscase.pbl (w_mdi_fram.win) failed full stop probably library file i/o error occurs during build in library painter - 15 pbl's " What could be the problem here ... (Tried "archiving" the files in file properties but not working...
  5. kriss

    Internal Overflow , Script too large

    Hie , I have a problem trying to compile certain script.It keeps giving me "Internal Overflow , Script too large" and then point to a different script ... eg : Library: D:\Ogms_2003\ogms_fms_reports.pbl Object: w_fuel_reports Function: w_fuel_reports::wf_hfocv_year (0023): Fatal...
  6. kriss

    Capturing data from a serial port

    Hie folks, I have some kind of a terminal(a "keyboard" without a monitor) that I input data which I finally print out normally from a printer. The terminal has a serial port that I connetc to a printer. My problem is , is there a way I could capture and display this data ? Say if I...
  7. kriss

    Attaching and sending a composite datawindow report in PowerBuilder

    Hie, I am trying to a attach a composite (many datawindows)report to a mail session using ..... dw_visual.SaveAs "C:\WINDOWS\TEMP\DAILY_REPORT.PSR",PSReport!, FALSE) ...kind of syntax in PowerBuilder . The format of the report here is not really a problem but I would prefer viewing...
  8. kriss

    Attaching and sending a composite datawindow report in PowerBuilder

    Hie, I am trying to a attach a composite (many datawindows)report to a mail session using ..... dw_visual.SaveAs "C:\WINDOWS\TEMP\DAILY_REPORT.PSR",PSReport!, FALSE) ...kind of syntax in PowerBuilder . The format of the report here is not really a problem but I would prefer viewing...
  9. kriss

    Skipping Lines in Excel using OLE2

    Hi krindler and sfvb, I had posted a question wondering how you import data from Forms to Excel. I see you have already done that and are now worried about how to space the imported data... How do you use the OLE2? Could you please post some sample code on this import? Rgds.. Thebull1(programmer)
  10. kriss

    Skipping Lines in Excel using OLE2

    Hi krindler and sfvb, I had posted a question wondering how you import data from Forms to Excel. I see you have already done that and are now worried about how to space the imported data... How do you use the OLE2? Could you please post some sample code on this import
  11. kriss

    TRANSFER SLQ-SELECT TO EXCEL

    I want to do a query in Forms and output the results to an Excel sheet, not to a report as I have been doing. How do I go about it?
  12. kriss

    Passing Parameters from Forms to Reports to RTF files.

    Hie Am passing text parameters from Forms to Reports and these seem to work just fine .. however when I generate to a file (say in RTF Format) the parameters do not show in the RTF sheet yet they appear in the Report itself . Is there something I am missing out ??? Please help. Kriss
  13. kriss

    Hie there, Am trying to delete an

    Hie there, Am trying to delete an item from a tree but or essentially remove it from display an error appears .... " FRM-40734 Internal Error : PLSQL error occured " Anyone with an idea wsup??? This is my trigger code : Declare parent_node ftree.node; current_node...
  14. kriss

    3-tier applications

    I am currently using a 2-tier kind of application but would like to move it to a 3-tier kind to incorporate an Application Server. My question is , Is there a tool I can use to achieve the same in Oracle Developer or do I need to develop the whole system afresh in the application server. Kriss

Part and Inventory Search

Back
Top