Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 12th, 2004, 02:21 PM
Authorized User
 
Join Date: Mar 2004
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problems with MSFlexgrid

I've written an Access 2000 application that uses an MSFlexgrid on one of it's forms. When this application is run on a PC running WIN2000 and Office 2000, all is GOOD.

When it's run on a PC running WINXP-Pro and OfficeXP-Pro, the flexgrid does not populate. At first I thought there might be a problem with the references (specifically the .ocx files), but they all check out fine on this "XP" machine.

Any other ideas??

Thanks for your help!

Rick
__________________
Rick
 
Old March 12th, 2004, 02:33 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It is a referencing of the wrong ocs. 2000 is not forward compatible with xp (go figure). Try the other way around. it is part of DLL Hell. Try not to use ocx controls with access unless you will e deploying the database as a run time file with a deployment package.



Sal
 
Old March 23rd, 2004, 03:35 PM
Authorized User
 
Join Date: Mar 2004
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for your help. I found that although I loaded the .ocx files onto the new machine, they were NOT registered. Once I went through the regester procedures, all worked fine and good.

Thanks for your help.


Rick





Similar Threads
Thread Thread Starter Forum Replies Last Post
MSFlexGrid in VC++ arun.sharma.kumar Visual C++ 0 March 24th, 2007 02:27 AM
MSFlexGrid loveperson Beginning VB 6 1 January 18th, 2005 11:45 AM
Msflexgrid with Textbox Rudner Pro VB 6 2 November 26th, 2004 05:57 AM
MsFlexGrid vs. DataGrid - which ? mike123abc SQL Server 2000 3 November 19th, 2003 11:19 PM
MSFlexGrid meireliezer Visual C++ 0 November 19th, 2003 07:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.