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.
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...
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.
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?
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
//...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.