Re: Adding columns to existing view

frank_wouters

Member
Re: Adding columns to existing view

I don't know if JDE uses BSVW from within the C code,
but if it does and you added fields to the BSVW,
the "TypeDef" data structure will no longer match.
This structure is defined in the .h file (C) of a BSVW.

As there is a "TypeDef" button available in the Dev. Tools,
I assume BSVWs may be used in C, though I never saw it applied.

This is more a theoretic answer, I don't have the time
to start searching in MS C++.

Frank




----------------------------------------------------------------
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon, this information by persons or entities other than the
intended recipient is prohibited. If you received this in error, please
contact the sender and delete the material from any computer.
 
Back
Top