Search results

  1. W

    Current Working Folder

    Thank you very much mate. This will do the job nicely. Cya.
  2. 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...
  3. W

    _AreaExtent Questions

    Hi All, Just to let you all know, instead of using the _AreaExtent table I now use the _FileList. Something like: FOR EACH _FileList NO-LOCK WHERE _FileList._FileList-Name = vExtentPath: IF _FileList._FileList-Size > vExtentSize THEN DO: opMsg =...
  4. 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...
  5. W

    Dynamic Query/Browse Question

    Thanx mate, not sure where my head was yesterday as I was trying to do ROWID(bh). Once again thank you very much mate, this makes it so easy. Cya.
  6. 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...
  7. 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...
  8. W

    Promon option 7 Issues

    I didn't think I used 'but', although I know I end a lot of my sentences with 'mate', but I am being told by my workmates that I say it quite a bit :-P Cya.
  9. W

    Promon option 7 Issues

    what is the reference to 'But'?
  10. W

    Promon option 7 Issues

    Yes we are using v9. Atleast this means that there is no problem with the database. Thank you very much mate, you have been very helpful and just lifted a huge weight off my shoulders. Thanx again mate. Cya.
  11. 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...
  12. W

    ProxyGen question

    Thanx kprdrgkk. Work has me working on something else at the moment, but as soon as I get the chance I will try this mate. Once again thank you very much mate, Cya.
  13. W

    ProxyGen question

    Hi Murray, Firstly thank you for the quick response. The problem is that I beleive I have to use this constructor as this is the AppObject, which in turn has a SunAppObject of KillAgendaInfoObj. So I think I need to make this call to start the program up persistently. I have tried...
  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 managed to figure it out (I usually end up answering my own questions :P ). I had to change the procedure to the one below. PROCEDURE ShowExcel: DEF INPUT PARAMETER ipURL AS CHAR NO-UNDO. DEF INPUT PARAMETER ipFile AS CHAR NO-UNDO. DEF VAR lvPath AS CHAR NO-UNDO. DEF VAR l-WSheets...
  16. 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...
  17. W

    Acrobat Active X, OCX etc

    I have now doen this. I unistalled Abode Acrobat 5 and installed version 4, and then I coudl drop the OCX on the window from Appbuilder. Anyway just thought I would add that here incase anyone else is having the same trouble. Cya.
  18. W

    Registry Viewing in Progress

    Thank you very much Simon, I will try this as soon as possible. Once again thanx mate. Cya.
  19. 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
  20. 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...
Back
Top