Search results

  1. C

    Multithread with Progress ¿?

    My problem is this, I'm running an application using Web Client and AppServer, everything works fine, but there are some big process wich last from 30 Min. to 1 Hour or more, in this kind of process I would like to use Multithread in the Client Side so the screen could display a blink "Working...
  2. C

    Multithread with Progress ¿?

    Hi everyone, I wonder if it is possible to create a multithreaded application with Progress 9.1d, and how could it be done. Thanks in advance!
  3. C

    Changing Excel Fonts & Colors

    Excellent, thank you very much, it works very good. I just have a question, what I'm doing is creating a simple report, When I send it to a .txt file it works very fast, but if I send it to Excel it works very very slow, I don't know why?, maybe Progress and COM don't work very fine together...
  4. C

    Changing Excel Fonts & Colors

    Hi everyone, What I want to do is to change color and fonts in some cells of an excel spreadsheet generated with progress, does anyone has an example or someting? Thanks!!
  5. C

    Change Letter Size

    It's working, I copied the .ini file to my start in folder. Thanks!!:)
  6. C

    Change Letter Size

    I did that, but nothing happens, I did change size to 12, but I'm still having size 8. :confused:
  7. C

    Change Letter Size

    How can I change letter size in Section Editor or Procedure Editor of AppBuilder?, I need it to be bigger than default size. Thanks in advance!!
  8. C

    Install OCX(s) using 4GL

    Great, Thanks!!
  9. C

    Geeting Value from a Combo Box using Index

    Excellent, Thank you very much!!!:awink:
  10. C

    Install OCX(s) using 4GL

    Excellent, so the ocx's are registered automatically?
  11. C

    Geeting Value from a Combo Box using Index

    Hi everyone, How can I get a specific value from a combo box using an index number? I mean, supose we have this string in a Combo Box: combo:List-Items = "10,20,30". Supose I would like to do this: Do i =1 to combo:Num-Items: Message combo:Get-value(i) view-as alert-box...
  12. C

    Smart Objects & WebClient

    Hi Everyone! I'm currently developing an application using Progress WebClient, I connect the DB through a WebServer using AppServer & HTTP. I don't have any problem with procedures running in Application Server but I do have probles with Smart Objects. I can connect the server Smart Data...
  13. C

    Binary files in a Db Record

    Hi Everyone! Is it possible to upload a binary file in a Progress DB Record? (ex .zip) What Data Type do I need too use? How can I accomplish that? Thanks a lot in advance!!!:awink:
  14. C

    Smart Objects & WebClient

    Hi Everyone! I'm currently developing an application using Progress WebClient, I connect the DB through a WebServer using AppServer & HTTP. I don't have any problem with procedures running in Application Server but I do have probles with Smart Objects. I can connect the server Smart Data...
  15. C

    Install OCX(s) using 4GL

    Hi everyone, Is there a way to install OCX(s) in a PC using 4GL? I'm using WebClient, the .r files are installed in the clients PC's automatically, but my problem is that I'm using an OCX component (TreeView4GL). What I would like to do, is to also install the .OCX component automatically...
Back
Top