Y
Yoav
Hello,
I'm converstiong an MSP2003 environment to 2007.
How do I convert VBA reference of Enterprise fields to 2007 where the
Enterprise Fields are not recognized by attribute (e.g. Enterprise Text 4),
but by Name
(Feature Name)?
For example, how to convert to 2007 the following code (Enterprise Number11)?
If [Enterprise Number11]<0 then
msgbox "Delay from last time"
else
msgbox "Precede from last time"
end if
I'm converstiong an MSP2003 environment to 2007.
How do I convert VBA reference of Enterprise fields to 2007 where the
Enterprise Fields are not recognized by attribute (e.g. Enterprise Text 4),
but by Name
(Feature Name)?
For example, how to convert to 2007 the following code (Enterprise Number11)?
If [Enterprise Number11]<0 then
msgbox "Delay from last time"
else
msgbox "Precede from last time"
end if