But the problem is that if I do this: IF GET(BOM."Parent Item No.",BOM."Line No.") THEN BEGIN StartDate := BeginDate; EndDate := EndDate; END I still get the warning that Too many key fields were specified. And I added now the extra fields: Enabled Field No. Field Name Data Type Length Description Yes 1 test Text 30 Yes 2 BeginDate Date Yes 3 EndDate Date Yes 4 Subscription Text 100 Yes 5 No. Code 20 Yes 6 Item No. Text 30 Yes 7 BOM Line No. Text 30
↧