Search results

  1. C

    Browser Selector bar

    Hello, When you create a browse widget, you have the selection bar that highlights where you are in the list. Currently the selection bar highlights all the fields in the browser widget. Can you change it so only some of the fields in the browser light up as you scroll up and down? The...
  2. C

    focus on ocx web browser

    Hi, I have a dialog box, with a ocx web browser in it to view html formatted reports. It works great, but the user has to click on the browser to start navigating with the keys. I can't seem to start the dialog box with focus on the browser. I have tried using APPLY "ENTRY" and also tired...
  3. C

    How to create browser with different colored rows?

    Hello, Is it possible to create a browser with different color (bgcolor and/or fgcolor) for the row depending on the data. Like lets say you had a browser to browse through item records, and you had certain items that are considered hot items. And you wanted the browser to have the rows with...
  4. C

    Why is GUI app taking longer to run dos batch file?

    Hi, I have a batch file that submits a progress created html file to the fax server. When I run this from the character version it takes 10 - 12 seconds, when I run it from the gui version it takes 4-5 minutes. The wierd thing is that it does eventully work. I am using the command "DOS...
  5. C

    check box in browser?

    [edit: Nevermind, just decided to use a logical with format of "*/" and the user hits enter or dbl-click on the record in the browse to toggle/untoggle.] Hello, Is there a way to add a check-box field into a browser column? I would like the user to be able to scroll up and down the data...
  6. C

    How to modify fill-in widget on the fly?

    Hi, Is it possible to change a fill-in's that are set up as "view-as text" back to fill-in's? I know that you can change the read only or color status by doing something like this: fill-in1:read-only = yes. But I would like to have a bunch of fill-ins that are set to "text" to open up for...
  7. C

    How to create window that is uneffected by parents dialog boxes

    Hi, I want my parent window to be able to pop up a small window that will have some tools icons that you could move to the side but have at all times. The problem I have is that, when the parent window runs a dialog box, you loose access to the pop up window. You can see it, as it is a...
  8. C

    Anyone seen an OCX plugin that will scroll text?

    Hello, I would love to find a shareware or free ocx plugin that would act like a news scroller or ticker tape scroller that I could add to my gui apps. The boss would love to have scrolling notes at the bottom of certain of our gui screens. Would love to do this as an ocx plugin instead of...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
Top