BILLING
BILLING
BILLING
paygtotal = lblrevpay.Text
If Val(txtcasht.Text) = 0 Then
lblrevchange.Text = ""
lblrevchange.ForeColor = Color.Red
Else
lblrevchange.ForeColor = Color.Blue
End If
End Sub
Else
frmreciept.Show()
frmreciept.lstlistme.Items.Add(frmordering.lstsizes.Items(x))
frmreciept.lstflavor.Items.Add(frmordering.lstflavor.Items(x))
frmreciept.lstpriceme.Items.Add(frmordering.lstitems.Items(x))
Next
frmreciept.lblpayab.Text = lblrevpay.Text
frmreciept.lblname.Text = frmsec.txtuser.Text
frmreciept.lbldate.Text = Now
End If
FORM3
Dim x, y As Integer
y=x
Exit For
End If
Next
Else
frmordering.Show()
Me.Hide()
End If
End Sub
Me.Hide()
frmregistration.Show()
frmregistration.txtfirst.Text = ""
frmregistration.txtmiddle.Text = ""
frmregistration.txtlast.Text = ""
frmregistration.txtage.Text = ""
frmregistration.cbogender.Text = ""
frmregistration.txtuser.Text = ""
frmregistration.txtpass.Text = ""
frmregistration.txtconpass.Text = ""
frmregistration.txthint.Text = ""
End Sub