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.
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.