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?

    Thanks folks, this was easier than I thought. Very cool. Much appreciated. Kind Regards, Don Foley www.donaldcfoley.com
  4. 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...
  5. C

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

    Thank you! Thank you! Thank you! That works incredibly well. It even shows up on the server in 2 or 3 seconds. Better than the chui version even. Sweet! Don Foley
  6. C

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

    Sure, I am not sure how to do it as an API, I think I could figure out shortcut. I am retrying this with a differnt order number to make sure the no-wait thing works or doesn't. If it does, than that would fix it. I am so curious why os-command works differently, I know they both run...
  7. C

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

    [Edit: I think I spoke to soon, that thing in the fax program may have been there already, because it has not worked again.] Thanks, your comments made me try some things, that ended up fixing the problem. It seems if I run it with no-wait, it comes back immediatly, and a few minutes later the...
  8. C

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

    I tried OS-COMMAND also, but it does not make a difference. This can be brought down to one line of progress code. OS-COMMAND SILENT sendfax.bat VALUE("5551212") VALUE("c:\temp\test.htm"). This one line will take 10-12 seconds running from the character editor, and 4 or 5 minutes running...
  9. 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...
  10. C

    check box in browser?

    I will have to admit, that doing that would be beyond my current GUI skill level I think. Sound cool though! Don
  11. C

    check box in browser?

    Thanks! I like the wingdings checkmark better than the "*/" asteric I had. :)
  12. 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...
  13. C

    How to modify fill-in widget on the fly?

    Thanks! I will check out your site right now!!
  14. C

    How to modify fill-in widget on the fly?

    Yep, and I can tell you a self-employed progress programmer job is the best in the world for persuing an acting carreer. You can make your own ours, and working less hours on occassion to work on a film project wont make you starve, etc.. Thanks for noticing!!! :) Best choice I ever made...
  15. C

    How to modify fill-in widget on the fly?

    Thanks so much! I did not know that if you disable a fill-in, that you can still see the data, and it looks like a view-as-text fill-in. So by leaving them as fill-ins and disabling them at start, and enabling them after hitting the update button it works excatly like I was picturing. Thanks...
  16. C

    How to modify fill-in widget on the fly?

    Thanks, but I already new you could modify attributes in genreal as I said in the post. The question is "Can I modify view-as text once it is set?" I think maybe not. The pdf did not show how to do it if you can. Sorry if my post was unclear. Don
  17. 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...
  18. 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...
  19. C

    Anyone seen an OCX plugin that will scroll text?

    Thanks! That was exactly what I needed. Don
  20. 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...
Top