User (Legacy) Posted February 17, 2000 Report Share Posted February 17, 2000 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) > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.