Skip to Content
0
Former Member
Oct 31, 2005 at 12:09 PM

Problem with Field-symbols when copying code from 4.7 to 4.6C

20 Views

Dear SDN

I developed the code below for 4.7 system. It works fine on 4.7, but it is failing to compile on 4.6C.

field-symbols : <pnnnn> type any.

assign ('wa') to <pnnnn>.

move-corresponding p0001 to <pnnnn>. " <i>Error <pnnnn> is not an internal table with a header line</i>

unassign <pnnnn>.

Can anyone please assist?

Regards

Kriger