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!

Recent content by beti

  1. beti

    Retrieve data from two different database

    Hi PowerOject, Sorry I don't get access to the address you mentioned above. Can you please kindly copy the message and display in here. Many thanks!
  2. beti

    Retrieve data from two different database

    Hi all, I have a question reqarding retrieve data from 2 different database. Is it possible to retrieve data from 2 different database in a datawindow? If so, how do I handle it? Thanks!
  3. beti

    Modify( )

    Hi, I have try the following statement but nothing happens. Anyone know why? I'm trying to do a loop in the datawindow, if pass certain verification...it will change that particular row to red. for n = 1 to dw_datawindow.rowcount() ..... .... ... if xx = yy then...
  4. beti

    text color

    Hi! Thanks for your reply! But what if I want to do it in coding? Let say, I have a store procedure to save all the rows from the datawindow into the database. Meanwhile, it will do some validation to check each record whether is qualify to save into the database. If does not pass the...
  5. beti

    text color

    Hi, I'm using PowerBuilder 7.0. Does anyone know how to set the text color of a specific row in a datawindow? Thanks
  6. beti

    language setting

    Hi all, I have a problem with the language display in PB7 and Sql sever. I input a BIG5 character in PB application. It display alright..however, when I retreive the data in SQL Enterprise Manager, the Big5 characters came out funny. Then I tried to input the big5 characters directly...
  7. beti

    drop down datawindow

    Hi all, I wonder how to pass in a parameter to the child datawindow? I need to pass in a parameter for the dwc_drop_down, so it will retrieve the proper data according to the parameter. Here is my script: DataWindowChild dwc_drop_down dw_project.getChild('project', dwc_drop_down)...
  8. beti

    Import file

    PowerObject, Thanks for reminding me. I think I did not set up the #column and datatype correctly in the datawindow. Thanks so much! =>
  9. beti

    Import file

    Sorry is me again! I encountered a problem when I tried to import a file into a datawindow. I want to let user select the file to import..so I specify a Null string for the filename. But I keep getting a return value of 0. What have been wrong? I even tried to point to a specific file and I...
  10. beti

    Import file

    Thank you rgwith and powerobject! =)
  11. beti

    Import file

    Can anyone give me a sample code how to read a text delimited file and display on a datawindow? I can't find anything on it. Thanks
  12. beti

    Import file

    Thank you for all of you! =)
  13. beti

    Import file

    Dear all, I am newbie to Power Builder and have some problems with import file. I need to import a file and save the data onto database. I wonder does it is neccessary to import the file onto datawindow first then save the data in the datawindow onto database? Can I directly save the data from...
  14. beti

    multiple database connection

    Thanks =>
  15. beti

    multiple database connection

    Hi, Can anyone please tell me how to connect to muliple database. Right now I am connecting to a single database using ini.file. Thanks & Regards

Part and Inventory Search

Back
Top