Search results

  1. C

    Help with Error in Webspeed

    We´re configuring webspeed in UNIX and getting the next error: WebSpeed error from messenger process (6019) Msngr: the specified service name does not exist or has a bad format. (5825): wsbroker1 Any idea about how to fix it???
  2. C

    How to execut a line of code in a char variable

    Is there a way in Progress to execute a line of code from a char variable or a string? for example: in SQL Server: exec ("select * from user") or exec (" a * b / 2") or StringVar = " a * b / 2" exec (StringVar) Thanks in advance!
  3. C

    TreeView4GL.ocx & Windows Server 2003

    Hi, We have an application which uses Treview4GL.ocx (ver 3.7.0.8), it works perfect in any Win 98/NT 4/2000/XP PC we have, the problem is windows Server 2003, when I try to register the ocx it shows the next error: "Run Time Error 255 at 0006A985" "LoadLibrary("Treeview4GL.ocx") failed -...
  4. C

    Db Defrag

    Hi everyone, We have a Progress 9.1d DB on HP-UX. Our original DB was defragmented using a Dump/Reload procedure, we redesign this DB and now we use some sequences in our principal tables, now the question is how can we defrag our DB without a Dump/Reload procedure? Is there any external...
  5. C

    Reporting Tool

    Hi everyone, We have Progress 9.1d (HP-UX, WebClient), we need a report tool preferably a server based tool or web based, we are thinking about Crystal Enterprise and Actuate eReporting but we do not have any idea about how they work with progress, any suggest are welcome. Thanks in advance!!
  6. C

    Crystal Reports

    Hi everyone, Is it possible to connect to My Progress / HP-Unix DB using Crystal reports? Thanks in advance!
  7. C

    Roll Back Transaction ¿?

    Hi everyone, Is there a function like 'Roll Back Transaction' in Progress? I mean, inside an a transaction maybe I could have something like this: . . . if A > B Then Do: /* Stop this process and Roll Back Transaction */ End. . . . Thanks in Advance!
  8. 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!
  9. 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!!
  10. 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!!
  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...
Top