Search results

  1. B

    Good Progress book

    lol It just reminds him about his thread right??? I dont want to leave any thread stranded...:rolleyes:
  2. B

    Good Progress book

    Hi Rich, You can get lot of resources from here http://www.progress.com/v9/documentation/start.htm Thanks, Karthikeyan
  3. B

    VPX Print Basics

    Hi All, I'm new to VPX Print and i need to know how to align a text (i.e., center of the page) i read in the documentation about <CENTER> tag... but it is not working for me...:( find my piece of code below... PUT STREAM coverStream UNFORMATTED "<R1><C22><CENTER>" +...
  4. B

    How to avoid line breaks in CSV?

    Thanks Tom!!! It is working fine now!!!
  5. B

    How to avoid line breaks in CSV?

    i'm exporting data using PUT statement which has 120 columns. After 991 th character a line break (it can be viewed as rectangular box) is created automatically. Code snippet: PUT STREAM csv UNFORMATTED '"' 'ID' '","' 'Code' '","' 'Desc'...
Back
Top