FlexGrid issue

  • Thread starter Nicholas Scarpinato
  • Start date
N

Nicholas Scarpinato

I have a FlexGrid control on a timer form in my database which I'm using to
display lists of users who are clocked out for break and how long they've
been clocked out for. The database works fine on two of our machines, but I
recently copied it to a third machine and it refuses to work. I keep getting
"Error 438: Object does not support this propery or method" when the code
gets to the following line:

Dim rst As Recordset
Dim vRow As Long, vCount As Long, vOrderID As Long

On Error GoTo ErrorLog

flxgrd.Redraw = False <<<< Error is at this line

I've registered msflxgrd.ocx, and I haven't received any messages about
licensing problems. The database is working perfectly fine on two other
machines, one using the full version of Access and the other using the Access
Runtime. I'm using Access 2007. This issue has been driving me crazy for the
past two days, I know it's probably something relatively simple but I can't
figure out what it could be. I'm going to install VB Studio Express 2005 on
this machine just for good measure in case there is a licensing issue at work
here with the control, but other than that I'm completely stumped.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top