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!

Expression='<%# (ds_fin.RecordCount > 0) %>'

Status
Not open for further replies.

sgraham

MIS
Jul 19, 2005
12
US
What causes this number to increment to 1 or more?
 
So do I understand this correctly?

If no records are returned the number stays at 0, but if records are returned the number is incremented to 1



 
no idea what it works out to, because I don't "do" this DW auto generated code

But I assume it is

Code:
if ds_fin.record.count > 0 then

equates to
if some records were returned (count greater than 0)



Chris.

Indifference will be the downfall of mankind, but who cares?
Woo Hoo! the cobblers kids get new shoes.
People Counting Systems

So long, and thanks for all the fish.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top