Recent content by moush

  1. M

    utf-8 printing

    Interesting enough, I have manage to print the file but with out any control (or at least I do not know a way to) on changing fonts to make the file more readable with headers and so on with the following: DEFINE VARIABLE whand AS HANDLE NO-UNDO. DEFINE VARIABLE file-to-print AS CHARACTER...
  2. M

    utf-8 printing

    how excaclty can i use a printer driver within progress to print a file?
  3. M

    utf-8 printing

    With open command instead of print, the file opens in notepad ok. The changes you made in the coding have an error, vprinter:U need to be just vprinter, and it still does not produce anything on the printer. Compiles, runs but without and print out or any error. If the problem is caused by the...
  4. M

    utf-8 printing

    Maybe it has something to do with shell32.dll that ShellExecuteA uses and my windows vista. What do you think?
  5. M

    utf-8 printing

    I have used the ShellExecuteA you have in your post without any results. It compiles, it runs but I do not have anything on the printer OR any error. Any ideas?
  6. M

    utf-8 printing

    Yes, I needed to share the printer. The command does execute but the output is still messed up. Even when I execute the command directly from command prompt, the output is messed up. I am really and seriously confused!!! When I open the file in notepad, I can read it and print it ok!!! When I...
  7. M

    utf-8 printing

    The command does not do anything. Even when I execute it directly from command prompt "COPY c:\ticket.txt TSP100". Any ideas?
  8. M

    utf-8 printing

    How can i send it to the printer via a progress os command?
  9. M

    utf-8 printing

    I have already checked this. When i open the output file in notepad and print it, it comes out all right. So there is nothing wrong with the printer.
  10. M

    utf-8 printing

    Anyone having any ideas?
  11. M

    utf-8 printing

    Hello all, I need some help on printing data from a utf-8 codepage database. I am using: Progress Version:10.2B04 Session startup parameters: -pf C:\PROGRESS\OpenEdge102B\startup.pf,-cpinternal UTF-8,-cpstream UTF-8,-cpcoll Basic,-cpcase Basic,-d dmy,-numsep 44,-numdec 46,(end .pf),-basekey...
  12. M

    How to assign data from temp-table to dynamic temp-table

    Tested it and is working. I was going the wrong, long and hard way. BUT It was so simple. Many thanks.
  13. M

    How to assign data from temp-table to dynamic temp-table

    The problem is that my dynamic temp-table field's have the same names as my statis temp-table fields, BUT it does not include all the fields of my static temp-table. can buffer-copy still work?
  14. M

    How to assign data from temp-table to dynamic temp-table

    I have been trying to solve this for a couble of days. Can anyone help me please? I create a dynamic temp-table with fields according to the user's selection from a selection-list. The name of these fields are assigned to the same value as the fields of an other temp-table (not dynamic). I need...
  15. M

    Platform Selection

    I am trying to decide which Progress development platform to buy license for, to start working on my own. I need to select one for creating and installing Databases for 5-20 users on Windows server, and for developing GUI and Webspeed applications. Because I have not tried OpenEdge 10 platform...
Top