
Código PHP:
If DataGrid1.Columns(3).Text = "-1" Then Chkx = 1 Else Chkx = 0
Form1.chkClie.Value = Chkx
If DataGrid1.Columns(4).Text = "-1" Then Chkx = 1 Else Chkx = 0
Form1.chkProd.Value = Chkx
If DataGrid1.Columns(5).Text = "-1" Then Chkx = 1 Else Chkx = 0
Form1.chkProforma.Value = Chkx
If DataGrid1.Columns(6).Text = "-1" Then Chkx = 1 Else Chkx = 0
Form1.chkBoleta.Value = Chkx
If DataGrid1.Columns(7).Text = "-1" Then Chkx = 1 Else Chkx = 0
Form1.chkFactura.Value = Chkx
If DataGrid1.Columns(8).Text = "-1" Then Chkx = 1 Else Chkx = 0
Form1.chkEmp.Value = Chkx
Form1.Show 1