D
DavidC
I need to use the Project Task notes in a specialised
report that I have developed using Access by saving the
project file as a databaes. I have the code to convert
the long binary data that the notes are stored in to a
recognisable string. The issue I have recently discovered
is that I have had the converted notes bearing no
resemblance whatsoever with the 'real' notes as entered
into Project. It appears that within the long binary code
there is some 'hidden' information. I have come to that
conclusion through viewing the raw converted data and the
sanitised data ( all the hieroglyphics such as \par, \f1
\fs16 etc removed). The issue then that I have is firstly
is there any information on what all the hieroglyphics
associated with the long binary data represent, and how is
the notes saved in long binary format that would mean old
deleted notes may still remain yet hidden within the data.
One other piece of information that may give an indication
as to the cause of the problem. I am given to understand
that most of the notes were 'written' in Excel and then
copied and pasted into the task notes field of Project.
Many of the notes have both VBCR and exceed 255 characters.
A typical converted notes is:
{\rtf1\ansi\ansicpg1252\deff0\deflang5129{\fonttbl{\f0
\fswiss\fprq2\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue0;}
\viewkind4\uc1\pard\cf1\f0\fs16 Remove, clean and inspect.
Bench test and set 0.5 Bg, reassemble. Make test flange if
needed.\par
}
yet after cleaning it up the result is this:
both the HP/LP pressures
no resemblance at all.
I proper conversion and clean up is this (the next task)
{\rtf1\ansi\ansicpg1252\deff0\deflang5129{\fonttbl{\f0
\fswiss\fprq2\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue0;}
\viewkind4\uc1\pard\cf1\f0\fs16 Record HP and LP lube oil
pressure.\par
}
Record HP and LP lube oil pressure.
Any ideas or suggestions would be most gratefully received.
Regards
DavidC
report that I have developed using Access by saving the
project file as a databaes. I have the code to convert
the long binary data that the notes are stored in to a
recognisable string. The issue I have recently discovered
is that I have had the converted notes bearing no
resemblance whatsoever with the 'real' notes as entered
into Project. It appears that within the long binary code
there is some 'hidden' information. I have come to that
conclusion through viewing the raw converted data and the
sanitised data ( all the hieroglyphics such as \par, \f1
\fs16 etc removed). The issue then that I have is firstly
is there any information on what all the hieroglyphics
associated with the long binary data represent, and how is
the notes saved in long binary format that would mean old
deleted notes may still remain yet hidden within the data.
One other piece of information that may give an indication
as to the cause of the problem. I am given to understand
that most of the notes were 'written' in Excel and then
copied and pasted into the task notes field of Project.
Many of the notes have both VBCR and exceed 255 characters.
A typical converted notes is:
{\rtf1\ansi\ansicpg1252\deff0\deflang5129{\fonttbl{\f0
\fswiss\fprq2\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue0;}
\viewkind4\uc1\pard\cf1\f0\fs16 Remove, clean and inspect.
Bench test and set 0.5 Bg, reassemble. Make test flange if
needed.\par
}
yet after cleaning it up the result is this:
both the HP/LP pressures
no resemblance at all.
I proper conversion and clean up is this (the next task)
{\rtf1\ansi\ansicpg1252\deff0\deflang5129{\fonttbl{\f0
\fswiss\fprq2\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue0;}
\viewkind4\uc1\pard\cf1\f0\fs16 Record HP and LP lube oil
pressure.\par
}
Record HP and LP lube oil pressure.
Any ideas or suggestions would be most gratefully received.
Regards
DavidC