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

Getting value of column in the trailer band.

Status
Not open for further replies.

Smile4U

Programmer
Jul 1, 2002
7
US
Does anyone know if you can get the value of a column when that column is in the trailer band?
 
You may use the GetItemxxx() functions to access those values by supplying the name you assigned to the field as the GetItemxxx() column argument, and the row number of any
row in the group as the row argument.
 
Thanks for the reply... I am using GetBandAtPointer to get the last row number of the group but it is not working for me... It gives me row 1 everytime? So I have not been able to get a row number from the group to use. Do you have any suggestions as to why the GetBandAtPointer is not working?
 
M,

Again, thanks for your help! I found out the problem I was having was due to the debugger. I was trying to look at the return value of GetBandAtPointer in the debugger but it causes the focus to change sending back the wrong data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top