Hey

Im using MSHFlexGrid to display the database, and to handle it Im using the Adodc thing. Now the problem is that I pre-build a ResourceString, but that points to a file/directory in my HD (ir works fine in my comp, tho). What if I want to it point anywhere, so I can run it on other comps?

I tried changing that on the Form_Load, but it seems to accept the ResourceString (no errors), but the MSHFlexGrid will show up empty (cause I left the ResourceString in the property window empty, I guess).
Do I have to give an special command or something to the Grid to tell I updated the ResourceString, so it has to "reload" the data from the Adodc?

How do you guys do it (ie, add the App.Path & "\dbname.mdb" to the ResourceString)?

Thanks a bunch,
-RoTTer