Search results

  1. M

    Input/Output of data

    What about Have you coded for the file being locked? If a user has the file open to read into whilst someone is trying to write this could problems have you coded for this? As a point to why you are doing this, are you exporting the file from the same application, I am doing something...
  2. M

    Input/Output of data

    What about Have you coded for the file being locked? If a user has the file open to read into whilst someone is trying to write this could problems have you coded for this? As a point to why you are doing this, are you exporting the file from the same application, I am doing something...
  3. M

    HELP WITH EXCEL

    Buy me a pint cos im gonna save u ur job OK these are the basic commands to build an excel document on the fly. You should be able to adapt this to meet your needs. First define these DEF VAR chExcelApplication AS COM-HANDLE. DEF VAR chWorkbook AS COM-HANDLE. DEF VAR...
  4. M

    ListView OXC

    I want to use the Microsoft Listview ocx as browse. I have just stumbled upon it and would appreciate a little point in the right direction. I want to use it to display the results from my query, any help/sample code would be appreciated. Thanks Regards
  5. M

    New ProgressTalk.com Home Page!

    New Homepage Here are my views on the new front page. 1)It is extremly cluttered and difficult to read/find what you want. 2) It is a good idea to have the last postings available, so when you come to the site you can see whats new, but are the links down the sides really needed, this is...
  6. M

    linking Alphabet Smartpanel to SmartBrowser

    I'll try and be of some help. I normally use a combo-box with the alphabet in, much smaller than the smart panel. What I do is on the change of comb-box value, or what ever in the smartpanel run a procedure in the smartbrowse or set attribute or whatever to get into the smart browse, if your...
  7. M

    Windows System Info: Sample Code

    I thought I would give a little back to the Progress community. Here is a sample code I have writtten in v8.3b I thought I would share with you guys. It gives the user login name, and details of the system running. Feel free to use it. Regards Martin Couldnt see the attach so here is...
  8. M

    Status Bar

    i have down-loaded the status.p for the status bar on the bottom of the window. I was wondering how you put icons, images, progressbar etc... in the different columns ala IE, Office etc. Thanks Regards Martin
  9. M

    WebBrowser/Excel ActiveX (COM/OLE)

    Sorry I havent got a reply to your question but I have been thinking of doing something similar (the same i think). I want to have a window with the web browse ocx and open a template excel document inside it. I was wondering how to communicate with the excel spreadsheet once inside the web...
  10. M

    Run Persistant

    If I use the following code RUN window.w PERSISTENT SET v-handle It runs my standard window fine, exactly how I want and expect. However If the window is a smartwindow and I use exactly the same code the window doesnt appear. Most bizzarre, any help on this wopuld be appreciated...
  11. M

    SmartObject slow to initialise

    I checked the database and the live db is a lot bigger than the test. Thanks Regards
  12. M

    Flat Buttons in progress 8.2b

    Try the softbutton ocx/activex at www.dotr.com
  13. M

    Two windows at once

    I have wrote a SmartWindow with a ProgressBar OCX that I want to use when the system is busy. I have a procedure that creates an Excel document on the fly, which takes a few minutes. I want to be able to run this progressbar window and let it look nice and informative to the user whilst it is...
  14. M

    SmartObject slow to initialise

    Hi Peggers I am using Progress v8.3b on an NT machine. I am developing an application using SmartObjects. I have a browse and a viewer on a smartwindow. When I run the window the browse and viewer take forever to load. Any help/ideas would be helpful. During development there were no problems...
  15. M

    Banners

    If I wanted to display a banner promoting my product on your site, how do I go about this? and what are the current rates? Regards MPowell
  16. M

    Young, Dynamic, Enthusiastic Developer (no-commitments)

    Please find attached my CV.
  17. M

    Sort a Browser by the column that was clicked

    This source code is a little on the flakey side. 1) It will only sort by databse fields and not calculated fields 2) The open query browse for each by field, doesnt take into account any where statements. No-one wants to retype the whole query, cant a preprocessor be used such as...
  18. M

    HTML- Prowin32

    I shall have a play then. Do I need a Perl editor? Can I modify the source? I found the installation quite confusing. any help with this is welcome. Thanks for the help. Regards
  19. M

    HTML- Prowin32

    I have downloaded it but it is perl script and I dont know Perl. I would rather not use something I don't understand. I would prefer to be given an algorithm or some anotated source that I can use to develop myself so I understand it fully. Thanks anyway. Any further help will be gratefully recieved
  20. M

    browse to HTML code

    The code for the browse to htm doesnt seem to work, am I doing something wrong? DO WITH FRAME {&FRAME-NAME}: {&OPEN-BROWSERS-IN-QUERY-{&FRAME-NAME}} ll_ok = {&BROWSE-NAME}:SELECT-ROW(1). lc_ligne = "" . lh_browse =...
Top