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 dencom 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: *

  • Users: cagiv
  • Content: Threads
  • Order by date
  1. cagiv

    Bind a Group

    Hi, anybody knows, how can i use a binded group? myGroup GROUP,PRE(myGroup) field1 STRING(20) ... END In source (INIT) i bind this group with: BIND('BGRP', myGroup) and the user wants to use the group in program with: message(BGRP:myGroup:field1) or message(BGRP:myGroup.field1) but...
  2. cagiv

    Listbox-Alternate Linecolor

    Hello again, i use a normal Listbox with an Queue in Clarion 8. Is there any way, to show the lines with alternate color? I tryed the property style and hascolor, but nothing worked. Many Thanks for help. cagiv
  3. cagiv

    Blob-Problem

    Hi @all, i have a mysteriös Problem with loading and saving text in a blob-field (oracle). loc:blob CSTRING(28800) Init Embed (at last): IF SIZE(PRTB:Content) > 0 loc:Blob = PRTB:Content[0 : SIZE(PRTB:Content) - 1] ELSE loc:Blob = '' END Save (Ok Button)...
  4. cagiv

    Picture Format

    Hi @all, is there any way to display swiss currency format in an entryfield? Example: 1'000.00 Picture: N21.'2 I tried key-in pictures but it doesnt work. Best regards
  5. cagiv

    MouseMoveRow

    Hello all, How do you take advantage of PROPLIST:MouseMoveRow? I want to highlight rows in the listbox (C6) as the mouse moves over them. PROPLIST:MouseMoveRow works on a listbox when you click, but on its own, PROPLIST:MouseMoveRow doesn't seem to generate any event, even with the Imm...

Part and Inventory Search

Back
Top