I've use this:
THISFORM.Text1.Value = THIS.ListItem(THIS.ListItemID,1)
THISFORM.Text2.Value = THIS.ListItem(THIS.ListItemID,2)

Tracy Pearson
PowerChurch Software
828-665-1818



-----Original Message-----
From: Michael Hawksworth
Subject: Bound Column


Some code that has moved from vfp8 to vfp9 has stopped.  It appears that
the boundcolumn parameter no longer seems to work so

this.BoundColumn= 1
thisform.text1.Value = this.Value
this.BoundColumn= 2
thisform.text2.Value = this.Value

no longer puts the value in column 1 into text1 and column 2 into text2.
It is as if you never change the bound column.

Has anyone come across this?




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to