Hi,
I want to link a checkbox control from the shipment screen to customer screen.
I try to define this code in customer screen:
Private Sub Form1_Load()
Call VBA_SetAddr("bSoshipheader", bSoshipheader, nSoshipheader, LenB(bSoshipheader))
Call SqlCursorEx(Csr_bSoshipheader, NOLEVEL, "Csr_bSoshipheader", "bSoshipheader", "bSoshipheader")
End Sub
But, send me an error, system message 10051 and system message 6915.
Any Help ?
Thanks,