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 TouchToneTommy 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: marinos
  • Order by date
  1. marinos

    Rebuild Progress 10.1.b

    Dear all, Does anybody knows what is the command for rebuild progress 10.1.b databse? Thanks Marinos
  2. marinos

    Progress 10b

    When i am trying to open the system i get the following error: "Error getting first extent for area 6, error = -20006.(7113)
  3. marinos

    Truncate Empty Spaces

    Sorry for not answering earlier but i was very busy. This is the code for the PUT Statement: /************************************ Acp20088.i * Bank Transfer Expense Statement******************************/ w3-total = (w3-total + exp-total)-(exp-advpay). if...
  4. marinos

    Truncate Empty Spaces

    I have use the TRIM and RTRIM function but is not working on my program. Whenever i use the right trim function cuts the half of the field. Can you please help me how can i solve this? Thanks
  5. marinos

    Truncate Empty Spaces

    Dear All, i am using the PUT Statement Function to display some details for a bank. The small problem i am facing is the following, i have a field (character) "x(35)" to display the name of the bank. The problem is that if the name is less than the field size which is 35 the system puts blank...
  6. marinos

    Small Character

    Thanks MadMichael. It was very helpful. Thanks Marinos
  7. marinos

    Small Character

    Dear All, I am using the PUT Statement function to export a .txt with some details in a straight line. At the end of the line the system puts a small character like a small rectangle( ). It describes the end of the page. Does anyone knows how to delete this small rectangle. Thanks Marinos
  8. marinos

    Blank Spaces

    Thanks it was very helpful. Regards Marinos
  9. marinos

    Blank Spaces

    Thanks, but the trim function is not working for my program. What i actually want is to erase any blank spaces in my output file. Thanks again for help. Marinos
  10. marinos

    Blank Spaces

    Dear all, i have small problem in progress 10.1b. Does anybody know how can i eliminate spaces or leading zero. For example: i have a field with format char"x(10)". but the value is less than 10. How i avoid the spaces at the end, also the same for integer values e.g. ">>>>>9.99". Thanks Marinos
  11. marinos

    TXT File

    I have use the PUT and it seems that is working. Thanks for the help. Reagards Marinos
  12. marinos

    TXT File

    Dear all, i am trying to create a .txt file with more than 400 characters using Progress Software 10.1b,but when i compile the program the system comes with an error that can not fit some fields more than 300 characters. Can anybody knows how i can create a txt file with more than 300...

Part and Inventory Search

Back
Top