How to insert records in a table with a extent field type?

kepler77

New Member
Hi All,

I was doing some tests with SalesRep table to insert records via SQL92, It has MonthQuota field as Extent, and I could not insert any record. I tried to do use proelement and I did a view to create MonthQuota__1, MonthQuota__2, ... MonthQuota__n fields, but when I do the insert into the view I'm getting error 7583.

Does anybody know how can do this?

I have Progress V10.1C.

Greetings.
 
Back
Top