GP ver 7.5
I try to simulate a clic on the button, in the windows sop_entry , expension button 4
i would like to have the sales rep Feild (Require Feild)
The way i found is
Private Sub Codedevise_AfterLostFocus()
Saisiedesdonnéesdétaillées.Open
Saisiedesdonnéesdétaillées.CustomerNumber.Value = SalesTransactionEntry.Codeclient.Value
Saisiedesdonnéesdétaillées.Codereprésentant.Focus
End Sub
But when the form open is not linked to the transaction
Some one have a idee, or a simple way to do this
I try to simulate a clic on the button, in the windows sop_entry , expension button 4
i would like to have the sales rep Feild (Require Feild)
The way i found is
Private Sub Codedevise_AfterLostFocus()
Saisiedesdonnéesdétaillées.Open
Saisiedesdonnéesdétaillées.CustomerNumber.Value = SalesTransactionEntry.Codeclient.Value
Saisiedesdonnéesdétaillées.Codereprésentant.Focus
End Sub
But when the form open is not linked to the transaction
Some one have a idee, or a simple way to do this