Search results

  1. C

    Making GUI fields act like character fields

    Hi, So I am doing a GUI version of our CHUI system so that we can implment some graphic ocx's and images into our system. But one thing the president of the company is adament about is that the screens work very similair to the chui screens. So far so good. But one thing is that in CHUI...
  2. C

    Display Data on Parent

    Hi, I was wondering if there was anyway to display data in the parent window, as you are still in the child dialog box. For example if the window had item data showing and while you where in the dialog you choose a new item, could you have the window behind the dialog display the new item...
  3. C

    Key Event Trigger for whole window or frame?

    Thanks, Perfect!
  4. C

    Key Event Trigger for whole window or frame?

    Hi, My client wants to have the same function keys available on the gui version I am creating as we had on the chui version. So at the bottom of the screen there are buttons labeled like "f4 - exit" and "f6 - inventory", etc.. When there are many input fields on a dialog screen how can I have...
  5. C

    com-handle failing on some clients not others?

    Hello fellow Progress Talkers, I have this weird problem. The following code runs fine on 13 out of 15 clients. On 2 machines I am getting the following error. unable to set com-handle property (5677) The code is the same as it is on the network, I can not find what makes the other two...
  6. C

    OCX Noob Question. Please help.

    Post Removed
  7. C

    OCX Noob Question. Please help.

    Thanks, that did it! Much appreciated! Don
  8. C

    OCX Noob Question. Please help.

    Hi, I am using on OCX active x object for the first time. It looks straight forward but I can not get it to work. Here is the load: ASSIGN chTagViewer = TagViewer:COM-HANDLE UIB_S = chTagViewer:LoadControls( OCXFile, "TagViewer":U) Now when I look at the object viewer to see what I need to...
Back
Top