On Jul 20, 2006, at 5:01 PM, Roger Clary wrote:
On Jul 20, 2006, at 5:09 PM, Norman Palardy wrote:
I have a listbox bound to a Database Query called NamesQuery.
the listbox is populated with:
NamesQuery.SQLQuery = "SELECT StudFirst, StudLast, StudPW,
StudID FROM Names WHERE ClassNm= '" + curClassSel + "'"
NamesQuery.RunQuery
I want to display the StudPW field as the usual "dots" but I
can't figure out how to intercept the placement by binding.
In my initial testing, none of the Listbox events are triggered
when the LB is populated.
Is there a way to change this one column to Password and keep my
bindings, or am I relegated to loosing the binding and handling
the populating myself.
Why select it out at all then ?
Or select it out as '...' instead
Thanks for your reply, Norm, but I don't understand. I select the
StudPW out because that info is needed. Is there a way to have the
info for the real password but "select it out as '...' instead"?
How would one do that?
It's need but you need to hide it I assume.
Then no, dont use a binding as you don't get the chance to intercept
I never use bindings because it's not that much more code to do it
manually
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>