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 have written a cfront to transfer data from SQL to NavisionDB . now we converted the nav DB to SQL 2000. so again i written a vb6.0 application to transfer item table . The problem is in item table design view i have tick the allow null except item no field becouse when i am inserting the...