Added logic to support reading a 64 bit registry from 32 bit code.
Fixed logic to check to see if MSWord 2007 has the addin installed for PDF Export Added Unit RO support for MSWord Sections for U-Name, U-ID, U-Other Text, U-Other Number, U-Other Name, and U-OtherID Fixed code to handle Library Documents being remove from a list. Removed Debug Output
This commit is contained in:
@@ -187,7 +187,7 @@ namespace Volian.Controls.Library
|
||||
this._MyDSOFramer.Open(MyDSOFile.MyFile.FullName);
|
||||
}
|
||||
LBDocumentClass doc = new LBDocumentClass(_MyDSOFramer.ActiveDocument);
|
||||
Console.WriteLine("Version {0}", doc.Application.Version);
|
||||
//Console.WriteLine("Version {0}", doc.Application.Version);
|
||||
float ver;
|
||||
if (!float.TryParse(doc.Application.Version, out ver))
|
||||
ver = 12.0F;
|
||||
|
Reference in New Issue
Block a user