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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by squivy

  1. squivy

    ThreeState property of Checkbox Control

    I am trying to find out how to use the ThreeState property of the Checkbox control on a datawindow. What are the advantages to using it? Any disadvantages? How can I still use the other values? Any help would be appreciated.
  2. squivy

    Checkbox Control - Powerbuilder 7.0

    Is there a property on the checkbox control that can be used to change the COLOR of the CHECK itself? I want the check to be different colors, depending on the indicator that I am using to turn it on.. Please note, I am not talking about the COLOR of the TEXT that might go with the checkbox...
  3. squivy

    Clipboard()

    I figured this out - since I was trying to copy to clipboard from a datawindow, I need to preface the call to Clipboard() with ::Clipboard() - otherwise I was copying a default non-text bitmap (the information icon) to the clipboard.
  4. squivy

    Clipboard()

    When I step through it, lv_s_copy_string contains data that looks like this lv_s_copy_string = "50304|90100|50||" Is there any special property I need to set to enable copy to clipboard functionality?
  5. squivy

    Clipboard()

    I added that line - ls_test does not contain a value
  6. squivy

    Clipboard()

    I am trying to copy 3 columns from a grid datawindow to the clipboard to use to paste to Excel When I run through this code: DO WHILE lv_l_row > 0 // Concatenate all selected fields into one string to be put into the // clipboard. Within a row, fields are delimited by tabs. Rows are //...

Part and Inventory Search

Back
Top