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 Mike Lewis 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. paul102384

    INI File

    Hi to All PB Programmers: Looking for some help from the PB gurus out there! I'm running PB 10.5 as my front-end and MS SQL Server 2005 as my back-end. The problem is i encounter connection problem when i run my application. I used INI file named (financial) to connect to MS SQL Server...
  2. paul102384

    Deploying the to IIS 7

    Hi to all pb programmers, Can somebody tell me the procedures on how to deploy pb application to IIS 7 on Windows 7.... thank you in advance Paul
  3. paul102384

    How to speed up retrieving in datawindow?

    Hi to all pb programmers, I just want to ask if there is some technique or method on how to speed up retrieving in datawindow?Because i tend to used embedded sql in datawindow may be that's why it slow down the retrieving process. any suggestions would be appreciated. thank you in advance....
  4. paul102384

    PB 7 update

    hi again to all pb programmers: i'm using powerbuilder v7.0.1 build 5031 and i want to update it to build 6012 or higher but the same in version.. is there a sight on where can i download this patch... thank's in advance
  5. paul102384

    Powerbuilder Report to Save as Excel Format

    thanks Matt.... for your post.. i really appreciate it.
  6. paul102384

    Powerbuilder Report to Save as Excel Format

    hi to all pb programmers, I just want to ask if how to save the report in powerbuilder (the same as the structure when you save it to powersoft report) to excel format. tnx in advance
  7. paul102384

    Triggering an event from another window

    I believe that the window w_assess should be open in order to access the event named 'ue_compute' then just hide it again then go back to the main window named w_inquiry.. this process will be helfpul in order to execute this script: IF IsValid(w_assess) THEN...
  8. paul102384

    connecting in two database at same time with the same structures

    thanks miguelleeuwe for your post i really appreciate..
  9. paul102384

    connecting in two database at same time with the same structures

    hi to all pb programmers: Is it possible to connect 2 database (particularly an mssql db) at same time in powerbuilder? if yes, can somebody tell me how to do this thanks...
  10. paul102384

    Triggering an event from another window

    try this.. IF IsValid(w_assess) THEN w_assess.TriggerEvent('ue_compute') END IF paul
  11. paul102384

    Convert excel file to tab delimited text file

    Hi to all pb programmers, I want to ask if how can i convert an excel file to tab delimited text file using powerbuilder tnx....
  12. paul102384

    combining text object and column

    thanks guys, i really appreciated your replies..
  13. paul102384

    combining text object and column

    thanks thekl0wn, i appreciate your reply, but it happens that the value of text object named text_1 is not always "Name:" if that so is it possible to combine a text object and a particular column in datawindow object?
  14. paul102384

    combining text object and column

    Hi to all pb programmers: I want ask if is it possible to combine a text object and a particular column in datawindow object?if it's possible can somebody tell me how to do this.. e.g.. text object named - text_1 and the text value is : Name: column named - l_name and the column value is...
  15. paul102384

    converting amount in words

    hi to all pb programmers: I want to asked if how can i convert an amount in words. e.g. 1,280.85 output: One Thousand Two Hundred Eighty and eighty five centavos thanks in advance...
  16. paul102384

    eliminating special characters

    hi to all pb programmers: Is there an available function that can eliminate any special characters like commas (,),apostrophes ('), colons (:), semi-colons (;), periods (.), etc... and also the charcter (ñ).... in a string? e.g J. VARGAS AVE., how can i eliminate the...
  17. paul102384

    Batch Deletion

    tnx thekl0wn for the valuable post, the code helps a lot..
  18. paul102384

    Batch Deletion

    tnx thekl0wn, but i need not to delete all the records that i have retrieved... i just want to delete the selectedrow that i have selected using selecrow.... eg... 5 records retrieve, but the selected row is only 3, then only three records should be deleted.. pls. help..
  19. paul102384

    Batch Deletion

    hi to all pb programmers: how can i delete a batch data in a datawindow sinced i used tabular datawindow? e.g.. i retrieved 5 records in dw_1. how can i delete a series of records in dw_1, i want to use a selectrow command to select or highlights the records that i want to delete and...

Part and Inventory Search

Back
Top