Showing related tags and posts across the entire site.
-
Another nice trick: If you know the field numbers of the table but not surely the field names, you can write your code based on the field numbers: SalesLine.SETRANGE(Field1,SalesHeader.Field1); SalesLine.SETRANGE(Field3,SalesHeader.Field3); If you save and close this code and open the object in Design...
-
hi friends i am trasfering values to a temparory table(Field type : varchar) from another DB (SQL 2000) my Back end also sql2000 (Feild type : varchar) when i run that temparory table inside navision then there is a error massage saying . The temp-PO table contains a value in a code field that canot...