Search results

  1. 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...
  2. W

    Microsoft Web Browser OCX

    thanx mate I was hoping there was an OCX method to do this to make things a little simpler, but thanx anyway mate. cya.
  3. 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.
  4. W

    Microsoft Web Browser OCX

    Thank you very much Jon for all your help mate, this has given me a start. I was almost there, I had just forgotten the chCtrlFrame reference before the WebBrower. Once again thanx mate.
  5. 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...
  6. W

    Input From - error trapping question

    Hi All, I have a simple question that I can't seem to find any information on. If someone could please help it would be really appreciated. I am asking the user to put in a path and filename, eg. c:\temp\sometestfile.csv. I then open the file and read the contents. The problem is...
  7. W

    Intelhex/PCX, Intermec Printers and File Transfers

    Hi all, I have been struggling with this for a couple of days and really need an answer. I will try to explain as best I can the situation so that you will have a better idea of what it is I want. Recently I started working with the Intermec EasyCoder F4 printers. I have written a...
  8. W

    Calling all who have used IPL from Intermec

    Hi All, I have to write my program to send data directly to label printers. I have written the code to send raw data to the THARO Datamax printers, using the DPL (DataMax Programming Language) with no problems. I am doing this via TCP/IP using socket communication. I now have to do some...
  9. W

    TreeView node Selection

    Hi all, Has anyone used the Microsoft TreeView Control v6? If so do you know how to select a node when displayed. Example build a menu with the treeview, and then programmatically select a node. I used the Com Viewer (Progress) to view the events and methods and could find nothing so...
  10. W

    String-Value on Dynamic Queries Question

    Found It! after we set the hField = hBuffer:buffer-field(FieldName), we then do: hField:format = "x(60)". simple as that. :toast:
  11. W

    String-Value on Dynamic Queries Question

    Hi All, Can anyone please help me. I was wondering if it is possible to get more than the first 8 characters of the field when using :STRING-VALUE in a dynamic query? I am using the below code: hField = hBuffer:BUFFER-FIELD(fieldname). hKeyFld = hBuffer:BUFFER-FIELD("KeyFields")...
  12. W

    DLL Query

    Hi All, I have written a DLL (in C++) which is supposed to return the CRC (16) of a string. It seems to work fine when included as part of a Visual C++ program (not a DLL), but when I make it a DLL and call it from progress I get the wrong numbers returned. And it is a different number...
  13. W

    exiting from a WAIT-FOR CONNECT OF command

    Thank you very much Chris I will give this a try. Once again thank you very much, I appreciate the help!
  14. W

    exiting from a WAIT-FOR CONNECT OF command

    Hi All, I have a very perplexing problem that can probably be solved rather easily, if I only knew how. I have written a simple background process, that sits on the server and opens a Port (Server Socket). it then sits in a loop listening for any data to be sent through from the client...
  15. W

    Using the DLL for EasyLabel32

    Sorry Firstly sorry for not getting back to you sooner, but have been real busy. Secondly the reason it wasn't working, is that when I installed EasyLabel32 it mustn't of installed correctly, as I reinstalled and it worked fine. Once again sorry Gabor
  16. W

    Using the DLL for EasyLabel32

    Please help. I am having trouble accessing the DLL for Tharo's EasyLabel32. It is finding the DLL and seems to be running the Function, but returns error code of 0, which really doesnt help! Anyway I am new to this DLL programming and was wondering if someone had some insight as to what I...
  17. W

    Error Code: 0x80010001

    Can someone please help? I have checked the Knowledge Base, and came up with nothing. We are creating a Word.Application, and when it needs to print more than one page, it loses ComHandle:ActivePrinter. Cant figure out where it is being lost, as I can see it on one line then on the very next...
  18. W

    Windows NT V4.00.1xxxxxx

    We are running Win NT V 4.00.1xxxx on our server. And are having trouble with ProControl not AutoStarting some of the DB's. One of our clients, running the same setup, is having the same trouble. We are using Progress V9.0a. Does anyone have any suggestions as to why this is? Thank you in...
  19. W

    Windows NT V4.00.1xxxxxx

    We are running Win NT V 4.00.1xxxx on our server. And are having trouble with ProControl not AutoStarting some of the DB's. One of our clients, running the same setup, is having the same trouble. We are using Progress V9.0a. Does anyone have any suggestions as to why this is? Thank you in...
  20. W

    Windows NT V4.00.1xxxxxx

    We are running Win NT V 4.00.1xxxx on our server. And are having trouble with ProControl not AutoStarting some of the DB's. One of our clients, running the same setup, is having the same trouble. We are using Progress V9.0a. Does anyone have any suggestions as to why this is? Thank you in...
Back
Top