Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cathalturi

    Exit From Infinite Loop Needed

    I'm trying to have a loop check the comport at least once a second in an infinite loop. I would like to stop the loop by pressing a button on the same window. Addtionaly exiting via the ESC key would be great. I've tried numerous variations. Either the loop can't be interrupted or it will only...
  2. cathalturi

    Color Hex Values?

    Thank you for your response. I can't think of a reason why HEX values are converted and stored as an INT. - but I guess it's enough to know what it does.
  3. cathalturi

    Color Hex Values?

    Is there anyway to store used colors in a variable in hex format? I've tried using a variable of type string to accomplish this, but the color is always stored as a numeric value. 04080FFH will be stored as 4227327. How is the translation prevented? Is it possible to assign a color to an...
  4. cathalturi

    PROP for Box FillColor

    Nevermind - I've found the solution in the meanwhile. {Prop:Fill} changes the color a rectangle. {Prop:FillColor} does not. @siteadmin = Is there any way to remove ones own posting, if needed?
  5. cathalturi

    PROP for Box FillColor

    I'm looking for the the PROP: used to change the color of a filled recatngle. Sofar I've only been able to change the border color. {Prop:FillColor} {Prop:Color,1} {Prop:Color,2} {Prop:Color,3} {Prop:Color,4} The examples above, didn't do the trick - the fill color stil remains black.
  6. cathalturi

    Browse: Dynamic Color -Change

    ... www.jadutech.com seems to be down. Do you know if this is temporary? Thanx to ShankarJ for supplying the solution, works fine!
  7. cathalturi

    Transparent Selection Needed

    Ooops. My mistake. I chose the wrong control. 'Hide Selection' works fine. Please disregard my previous posting.
  8. cathalturi

    Transparent Selection Needed

    @ -> ShankarJ: Thank you for your response. I've tested the 'HIDE' option within the list menu. The effect I achieved was that the entire listbox was hidden... Am I using the wrong control?
  9. cathalturi

    Transparent Selection Needed

    Normally, clicking a record in a browse will mark it dark blue. Also, the first record is marked automatcally on opening the window. What I need is: 1) No auto-select on window open. 2) If a record is selected, it's line should not change color. If possible, I would like to have it framed by a...
  10. cathalturi

    Browse: Dynamic Color -Change

    Hello everyone! I need to change the background color of a single line / or field depending on a certain value is holds. I'll try to give an understandable example: Assuming I have created a Browse with a Listbox, each line holds information on an item. The first field of each line holds the...
  11. cathalturi

    Change Record Position by Buttonclick

    Great. Many Thanx for all your help - it's up and running now. You should consider recommneding this thread to other newbies, as I have found it to be most helpfull. I figure the task is quite common, too. So thanx once more! Andy
  12. cathalturi

    Change Record Position by Buttonclick

    Thanx - works great, just one small problem remains. In cases where browses have more lines than the listbox can display, it starts to scroll. A record on the first position of the current scroll-view, is not always the first record in the browse. 1 00000000 2 00000000 3 00000000 4 xxxxxxxx...
  13. cathalturi

    Change Record Position by Buttonclick

    ...waiting for an answer I've tred to manage the task by using the POSITION() command - and I just can't get it to work. The problem seems so simple. I Have also tried to solve it via CHOICE(). Works fine as long a the queue list is not longer than the browse window, thus forcing a scroll. The...
  14. cathalturi

    Change Record Position by Buttonclick

    Hello, this is my first post to this forum. Hopefully someone here can help me. Here's my problem: I have a browse-window showing several records. Each record has tweo fields: one for the name, the second for it's position within the queue. BMW 1 PORSCHE 2 FIAT 3 DODGE 4 Also...

Part and Inventory Search

Back
Top