Search results

  1. W

    ProxyGen Error

    Hey All, I am trying to Proxygen a library for .NET. Have done this successfully on another machine before, but am having trouble on this one and hoping someone can tell me what I am missing. On this machine i have installed: Progress 9.1D OpenEdge 10.1A Visual Studio 2005 Standard Edition...
  2. W

    Turning Color Coding (Syntax-Highlighting) back on in OE10.1A

    Hi All, Not really sure what has happened but somehow I disabled the color coding (aka Syntax-Highlighting) in OE10.1A, and I dont know how to turn it back on. All I have found in the help so far is an explaination of the Color Coding Setup Dialog etc, but it doesnt seem to tell you where to...
  3. W

    Roundtable and -s parameter issue

    Hi All, I have 9.1D and 10.0B03 installed locally on my machine, and they are running fine. Then I installed Roundtable and started getting the following error. You have not supplied a parameter for argument -s (1403) Ok strange, so I went to create a local database for Roundtable (just...
  4. W

    Windows XP Search Registry Fix

    Hi All, This is a bit old now, but had to do it for some workmates recently and had to go back through all the info i coudl find on the net on how to fix this so thought I would post for easy access for those with the issue. Problem: Windows Search does not search inside .i, .p or .w files...
  5. W

    Check Stream question

    Hi All, Is there a way to check if a Stream is open or not? Eg. if open output stream s-error then put stream s-error unformatted "......" skip. Thanx in advance for any assistance offered, Cya.
  6. W

    Redirecting Error Output

    Hi All, I have been asked to see if it is possible to redirect the error output for progress to either a DB table (best possible method) or a file. Is there an easier way to do this than the standard NO-ERROR, IF ERROR-STATUS:ERROR THEN.....? There has to be a way that I can setup an output...
  7. W

    Tables in PDF

    Hi All, Firstly let me explain. I want to create Reports in PDF from within Progress. I am trying to use ProPDF, which I found on the internet somewhere. The problem is that it will not allow me to do Tables, that I can find anyway. What is the best way of creating PDF docs from within...
  8. W

    Email via SMTP

    Hi All, I was using the Mapi32.dll calls to send emails form a background task, but with this new Microsoft security issue 'A program is trying to automatically send email on your behalf', I can no longer do this. The problem being that the background task runs unattended (it is a System...
  9. W

    Current Working Folder

    Hi All, I am doing a system maintenance program as a background task (other tasks in Procontrol). Basically I check a few things and if there is a problem then I send off an email to the specified email address. However I am using relative paths for everything, else we would have to store...
  10. W

    _AreaExtent Questions

    Hi All, Firstly let me try to explain what I am doing and then ask the question. I am trying to make an automated background job that will loop through every hour or so and check the size of database extents. I have noticed that I am running this, stop it, add a few records to one of the...
  11. W

    Dynamic Query/Browse Question

    Hi All, I have just started (today) to try and use a Dynamic Query/Browse setup. Is a very simple browse where you pass in the buffer for the table (bh = BUFFER tablename:HANDLE), the Query and then the fields you want to display in a comma seperated list. My problem is that I have no idea...
  12. W

    Quick Procontrol Question

    Hi All, Just a simply quick question. Where does Procontrol keep its database and background tasks information? Basically someone tried to restore a backup from a couple of days ago and somehow stuffed up the procontrol settings. It basically put back in databases that I removed over a year ago...
  13. W

    Promon option 7 Issues

    Hi All, I am in real need of help here. When we do a Promon option 7 on a particular clients database we get the following information: Database blocks high water mark = 0 Free blocks below highwater marks = 0 Record blocks with free space = 0 Does anyone have any idea on what this means etc...
  14. W

    ProxyGen question

    Hi All, I am trying to get this proxygen stuff working (the java side). I can actually connect to the appserver, but I seem to be getting stuck from there. The constructor for one of my classes is below: public KillAgendaInfo(ProObject appObj, int ipKillAgendaNo) throws...
  15. W

    Excel Save Issue

    Hi All, I am using Excel to display some report information. Basically the user selects Excel as their output and it opens Excel and pushes a URL into it, as the reports are created using J2EE. This works fine, including the file that it saves. Then if you leave this Worksheet open and...
  16. W

    Registry Viewing in Progress

    Hi All, If I wanted to find something in the registry programatically (eg, path for Adobe Acrobat Reader), how would I go about this? I have not played with the registry, other than Regedit. Any help you can offer would be appreciated. Thanx in advance, Cya's
  17. W

    Acrobat Active X, OCX etc

    Hi All, I am trying to use Acrobat as an Active X control. At present we just send a URL to a browser to display PDF, but would like to include it as part of the program etc. I have worked with Active X controls in two ways: - The normal drag and drop in the AppBuilder - And the CREATE...
  18. W

    URL Encoding

    Hi All, I am using the OCX control for IE embedded into a Progress frame. I pass in a URL etc using info from the DB. Eg, http://www.urladdress.com/frame?option1=........&option2=.....&option3=.... etc. I am wondering if there is already a library written to do the encoding for URL's...
  19. W

    Microsoft Web Browser OCX

    Hi All, A simple (hopefully simple anyway) question. Is there any way to disable the Right Mouse Click (popup) Menu in this OCX. I would like to make it so that the user can not access the Popup menu and am having trouble finding a method to use. Thanx for any help given.
  20. W

    Microsoft Web Browser OCX

    Hi All, Has anyone used this control yet? I have added the OCX to a window and can drag n drop a HTML file from my desktop onto the window and it displays fine. The problem is I do not want the user to have to drag the file, I want to be able to programatically load a Local HTML file into...
Top