PDA

View Full Version : Item editor issue


tricyclethief2
02-26-2010, 08:27 PM
Im trying to use the grid edit and i keep getting a cannot initialize data bindings. It looks like i get this error when its actually going to populate with items. when i do a search and i believe no items should show up i get a "Nothing matched query!" i click ok then i get another window that says "There was an error in your SQL"

On a side note if anyone has a guide on grid edit or an easy way to edit multiple items id appreciate it

GeorgeS
02-27-2010, 11:04 PM
That error is due to a file missing on your install


Quote:Microsoft DataGrid Control - Cannot initiate data bindings.
You may be missing a key file "MSSTDFMT.DLL" download or copy the file in to your System folder or System32 folder (XP). Click Start, select Run, Key in Regsvr32 C:\Windows\System\msstdfmt.dll



vb6 service pack may help - but not sure
http://download.cnet.com/3001-2206_4-10726545.html?spi=92c7c7331e507de3a7c804c8c8dfd2ba

GeorgeS

tricyclethief2
02-28-2010, 03:31 AM
Thanks! was able to download just the missing dll and register and now it works perfect.