From: Lee L. <le...@ri...> - 2004-05-03 17:46:20
|
>I'm not working on it currently, but here is what I have found out >about it. The form data is stored as an OLE object using the Lv (i >think) column in MSysObjects. The LvProp column has some useful data >in it too (form name and some other stuff). I was hoping to use >libgsf to extract the data from Lv, but I haven't been able to >corollate the data to anything that libgsf will handle. It may yet >yield to further exploring. > >I would recommend using the "prole" program, but it seems hopelessly >broken at the moment. I hope to fix it this week. The mdb-prop >program will dump some of the LvProp stuff. You'll need a current CVS >copy though to pull the forms data. I grabbed the CVS copy last week, but was unable to get it to compile, seemed to me like autogen.sh was not generating the Makefiles properly. The 0.5 release however I have re-compiled to allow the gmdb2 gui to list the MSysObjects table. However, when I click 'Data' button to list the data in the table, it segfaults in a memory allocation attempt while adding items to the clist array. Let me know when you fix it, so I can try again. Lee |