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 Chriss Miller 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: paul102384
  • Content: Threads
  • Order by date
  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

    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
  6. 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...
  7. 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....
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. paul102384

    Datawindow (Filter)

    hi to all PB programmers: In datawindow, how can i filter all the data with a month of january and with the year 2001 (regardless of days specified) if the selected criteria for Month is January and for Year is 2001.Assuming the equivalent value for January is 1. the data that was retrieve in...
  13. paul102384

    Deleting all rows..

    hi to all pb programmers; Can somebody help me on how to delete all rows on a datawindow. For example there are five rows in dw_1... then delete this five rows in just one execution. Pls. give a sample code to do this.. thanks!..
  14. paul102384

    How to connect VB to MS SQL

    hi to all programmers, I'm not familiar on how to connect Visual Basic to MS SQL,becaused instead of MS SQL i used MS Acces as my back-end.Can anyone help or tell me on how to connect VB to MS SQl.
  15. paul102384

    Print Preview

    I encounter a problem in previewing a report from datawindow.The problem is, it display a blank page for every each of a page. Also it affects when i tend to print this report because when the page is 3 pages it becomes 6 pages.how can i delete this blank page(s). thanks...
  16. paul102384

    openwithparm()

    hi to all pb programmers: i have a hidden datawindow_1 in window_1, i would like to get all the data of datawindow_1 and put it all in datawindow_2 in window_2.How can I do this using openwithparm?. datawindow_1 and datawindow_2 have the same structure. I also created a user-defined...
  17. paul102384

    Export using SaveAs method(datawindow)

    hi all to all pb programmers: Using SaveAs method(datawindow) function to export a data, Is it possible to export a data coming from two different datawindow control and datawindow? Also I want to save the data coming from two different datawindow in one filename...Can someone give me a...
  18. paul102384

    importing a data to the data window

    hi to all pb programmers, i want to import a text file(tab delimited) to the datawindow whereas in a text file, for every line, the first character should be letter D or H, and then, D should be imported to 1st datawindow or dw_1 while H will go to another datawindow which is dw_2... e.g...
  19. paul102384

    Function for reading text file(tab delimited)

    hi to all pb programmers, i have a problem on reading a data line by line on a text file(tab delimited).. can somebody tell me what function should i use to do this task.. thanks in advance...
  20. paul102384

    Import data to the datawindow

    hi to all pb programmers, i want to import a text file(tab delimited) to the datawindow whereas in a text file, for every line, the first character should be letter D or H, and then, D should be imported to 1st datawindow or dw_1 while H will go to another datawindow which is dw_2... e.g...

Part and Inventory Search

Back
Top