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 strongm 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. cenwesi

    Getting A function/subroutine memory Address

    I seem to recall some time ago being able to get the address of a powerbuilder function and sending it to my c/c++ dll which in turn will call the powerbuilder function DIRECTLY!!! yes i recall doing this like 3/4months ago.. Anyway to give you some idea it is similar to VB "AddressOf <vb...
  2. cenwesi

    Kodak Image Edit Problem

    btw, do u have a sample app on how to use this control. I have always wonder how to use that in pb
  3. cenwesi

    Importing Text File and ListBox

    you guys, i already know all the datawindow function. What i was hoping for was a similar function like importfile for listbox control
  4. cenwesi

    Importing Text File and ListBox

    i guess you missed my point... is there a similar function for a listbox or better yet and nice ActiveX control for doing this?
  5. cenwesi

    Importing Text File and ListBox

    Apart from me having to read a text file line by line and using the listbox.additem(...) function, is there another way or a better way to do this. Like with datawindow we can use the importfunction. Infact are there any free activeX control that can be used???
  6. cenwesi

    OleObject and making it Visible

    I seriously doubt that will work...but will give it a try
  7. cenwesi

    OLE Control

    if u get the answer to that last question, i sure will like to know cuz i wanted to do this exect thing with WMP9 i can add it as a visual object and so on, but was just curious if i can add it dynamically.... i was able to half way but could NOT figure out how to make it visual :)
  8. cenwesi

    OleObject and making it Visible

    Hi is there a way to make an oleobject visible...case in point, i dont want to make WMP9 visible on my app, i can create an OleObject to it and connect fine...even play a movie/song(mp3). But what i want to do next in the case of a movie is display that oleobject. I noticed one of the...
  9. cenwesi

    SQL7 and Stored Procedure ISSUE!!!!

    yes it is...updating a table
  10. cenwesi

    SQL7 and Stored Procedure ISSUE!!!!

    The server hangs/blocks other users.
  11. cenwesi

    SQL7 and Stored Procedure ISSUE!!!!

    Can someone explain to me why i have to put commit using sqlca at the end of this stored procedure execution ======================================================= int mout DECLARE webrequest PROCEDURE FOR web_request @code = :cd1, @code2 = :cd2, @code3 = :cd3, @msg = :mesg using sqlca...
  12. cenwesi

    Sending Array from c/c++ to PowerBuilder

    Firrip: can you give an example ?
  13. cenwesi

    how to connect to oracle in PowerBuilder

    Does the current user have the right Access Right? Make sure the user have access to the db owner.
  14. cenwesi

    Sending Array from c/c++ to PowerBuilder

    Ok so i want to read a large/small file from c/c++ and send it to powerbuilder. I know i can use import function.... but i want to do it at the c/c++ level. I can read it into an array char **ar at the c/c++ level. Now how can i send this info to PB? Anyone

Part and Inventory Search

Back
Top