H
Hardik Shah
Hi,
I have created a form for sales bill information. I am using two tables, its
salient filds are as below.
1) Bill - Fields - bill_id,customer_id,tdate [ bill_id is auto
incremental ]
2) Itemtran - Fields - itemtran_id,bill_id,item_id,price [bill_id is not
allows null]
I am using datagrid for Itemtran table. in case of new bill creation , I
can't know new bill_id before updating data. As my itemtran table's field
bill_id doesn't accept null value, I have to replace bill_id . Temporary, I
set its allow null value true. But is there any proper method for above
task.
Any hints are appreciated.
Hardik Shah.
I have created a form for sales bill information. I am using two tables, its
salient filds are as below.
1) Bill - Fields - bill_id,customer_id,tdate [ bill_id is auto
incremental ]
2) Itemtran - Fields - itemtran_id,bill_id,item_id,price [bill_id is not
allows null]
I am using datagrid for Itemtran table. in case of new bill creation , I
can't know new bill_id before updating data. As my itemtran table's field
bill_id doesn't accept null value, I have to replace bill_id . Temporary, I
set its allow null value true. But is there any proper method for above
task.
Any hints are appreciated.
Hardik Shah.