An OLE object stops working (can't find the object) when we update a server, copy the files from an old server to a new server.
In VFP6.0 (I think the entire 6.0 studio) when a file is named with a long name like this, "Surplus Inventory Summary by Division 3 Months Continuous Stock to dbf 5mth.RRW" the name is actually something like this SURPLU~3.RRW behind the scenes. I use an OLE control to point to this file. I have found that when more than 4 files start with the same 6 characters a different naming procedure is used before the tilde ~. Like it's truncating the original name. Something like this, SUEC4B~1.RRW.
When the files are copied from one server to the new server only the first 4 will work. The rest generate a error that the file cannot be found.
I know VB.net now uses the entire long name. Is there a version of Fox Pro that does this also?
Any time out IS dept updates a server I have to delete 100's of OLE controls and recreate them.
Any suggestions?
John OD
In VFP6.0 (I think the entire 6.0 studio) when a file is named with a long name like this, "Surplus Inventory Summary by Division 3 Months Continuous Stock to dbf 5mth.RRW" the name is actually something like this SURPLU~3.RRW behind the scenes. I use an OLE control to point to this file. I have found that when more than 4 files start with the same 6 characters a different naming procedure is used before the tilde ~. Like it's truncating the original name. Something like this, SUEC4B~1.RRW.
When the files are copied from one server to the new server only the first 4 will work. The rest generate a error that the file cannot be found.
I know VB.net now uses the entire long name. Is there a version of Fox Pro that does this also?
Any time out IS dept updates a server I have to delete 100's of OLE controls and recreate them.
Any suggestions?
John OD