Added ROID PDF Destinations to Complete RO Report so that PDF Links can go to a specific Refenced Object in the Complete RO Report PDF.
This commit is contained in:
@@ -239,7 +239,12 @@ namespace RODBInterface
|
||||
public VlnXmlElement( string prefix, string localname, string nsURI, XmlDocument doc ):base( prefix,localname,nsURI, doc )
|
||||
{
|
||||
}
|
||||
|
||||
private string _MyROID;
|
||||
public string MyROID
|
||||
{
|
||||
get { return _MyROID; }
|
||||
set { _MyROID = value; }
|
||||
}
|
||||
private string CvtUserFldToFld(string fldname)
|
||||
{
|
||||
if (fldname.Length < 2)
|
||||
@@ -1013,6 +1018,9 @@ namespace RODBInterface
|
||||
if (InUseList != null)
|
||||
{
|
||||
xmldoc.writeRROBegin();
|
||||
xmldoc.writeInt(8);
|
||||
xmldoc.writeText(myrodb.MyDBID + MyROID);
|
||||
Console.WriteLine("ROID={0}", myrodb.MyDBID + MyROID);
|
||||
xmldoc.writeInt(7);
|
||||
xmldoc.writeText(this.GetAttribute("AccPageID").Trim());
|
||||
// add items to the InUseList box.
|
||||
|
Reference in New Issue
Block a user