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

  • Users: akenty
  • Content: Threads
  • Order by date
  1. akenty

    Cannot receive Socket I/O more than once

    Hi, having problems receiving an HL7 transmission from a third party through a socket transmission. Listening port connects fine, can receive the first transmission and process fine, but the second one is held up. Here is the code: public void run() { DateFormat dateFormat...
  2. akenty

    Reading inputstream is not finding end of file

    Hi All, I've tried a number of different ways to read an inputstream and cannot get the -1 for the end of file to trip. Stepped through the code and got to the final carriage return in the stream, but when the next read() is performed, the code goes into neverland. Does not produce an error and...
  3. akenty

    RowsCopy / DeleteRow problems in PB 10.5

    Hi All, I'm having problems copying rows from a datawindow to a datastore using the RowsCopy function in PB 10.5 (was working fine in PB8). Error is an unhandled win32 exception. Both the DW and the DS use the same dataobject. I do dynamically add columns to both the DW & DS in the application...
  4. akenty

    Problem running application through PB 10.5

    Hi All, wondering if anyone has had problems running the application through PB 10.5. Have no problem starting it the first time, but when I go and make changes to anything in the app and then go to run it again, PB 10.5 shuts down. No error message, just closes PB completely. Open up PB and can...
  5. akenty

    Oracle XE replication setup

    Hi All, Brand new to Oracle. Installed XE and can log into two different schemas where I have defined the same table. Now I would like to set up replication between the two DBs. Is this even possible? Looked high & low for documentation but could not find anytyhing related to XE & replication...
  6. akenty

    Using SHBrowseForFolderA, how do I specify a specific directory

    Hi All, Using SHBrowseForFolderA as an external function to allow the user to browse to a directory. What I would like to do is start from a specific directory instead of from the default (currently starts off at My Computer). Any help would be appreciated. Thanks in advance.
  7. akenty

    DbisqlG not working

    Hi there, Since loading java 1.5.0_03, I cannot get DbisqlG to run. It looks like it is firing up and is present in the list of processes in the task manager, but it does not run. No problems running DbisqlC. Would anybody know how to set up my path so that I can get DbisqlG to run again? Thanks...
  8. akenty

    Illegal cursor operaton attempt when dynamically creating a temp table

    Hi All, I am dynamically creating a temp table and it's columns and loading a file into it using a stored procedure. Everything is working swimmingly until I do the final select for my result set where I receive an "Illegal cursor operation attempt". Here is the sql for the stored procedure...
  9. akenty

    Using BMP in the Ink control

    Have inserted an ink control into a PowerBuilder app where I am able to capture and save the ink into a Sybase DB. Some users do not have a tablet to capture the ink, so I want to save a BMP into the DB and then display it in the ink control. I can save the BMP to the DB, but whenever I try to...
  10. akenty

    Using the InkPicture Control

    I have a PowerBuilder 8.0 application which requires capturing a client's signature. How do I copy a signature (drawing) to the clipboard when using the Microsoft InkPicture control? I have placed the OLE control on my window and I am able to scratch a signature into the control, but I am not...

Part and Inventory Search

Back
Top