Jump to content
Software FX Community

Re: ValueEx with recordsets


User (Legacy)

Recommended Posts

I've tried that to see if the record set is populated and it is. 

I even printed it to the screen to be sure but once I call the

recordset value using

ChartFX1.ValueEx(0,0)=rs.fields("fieldname").value

it is as if this form of assignment is not supported by ChartFX.

Tarik

SteveT wrote in message ...

Doesn't solve your problem but:

rs.fields("fieldname").value and rs("fieldname") are equivalent.

After you set the rs did you try:

rs.movelast

rs.movefirst

to make sure it's populated?

Steve

Tarik Khan <tkhan@hydro.mb.ca> wrote in message

news:DE0379D14694D211B4CE00609770710D04AC47@sftfx-221.wamnet.net...

> Using ChartFX IE2000 is it possible to set values using a recordset as

> follows

>

> ChartFX1.ValueEx(0,0)=rs.fields("fieldname").value

>

> When I try this I get an EOF or BOF is true asp error. (I checked and the

> record set has data)

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...