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 wOOdy-Soft 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 jsoltero

  1. jsoltero

    how to save datawindow as a space delimited text file

    Hi RBSmith You can use this function SaveAsAscci long dwcontrol.SaveAsAscii ( string filename {, string separatorcharacter {,string quotecharacter {, string lineending } } } ) JSoltero.
  2. jsoltero

    Serial Port configuration

    I'm using an API WIN to control the serial port, but I can't send or read information when the port is bigger then 9. This is the code that I use to assign the corresponding port IF com_port <= 9 THEN portid = &quot;COM&quot;+String(com_port) work very well ELSE portid =...
  3. jsoltero

    How declare and execute a visualbasic dll in powerbuilder

    I have a problem, I need to execute a visualbasic dll in powerbuilder, but I don't know how declare and how execute it. This dll has two funtions that I need to call and execute pasing some parameters. But my problem is how declare this dll and call that funtions. Thanks a lot. Joel

Part and Inventory Search

Back
Top