Hi guys,
I am new to programming and have never written Pseudocode before and need some help please.
How would you start writing a click event, a private sub and do you end with End Sub? What command words can I include?
Does anybody have some examples to show me?
What would I write for the following?
VB Code:
Private Sub Form_Load txtdate = Date 'Disabling all text boxes CboCustomerId.Enabled = False TxtCustName.Enabled = False TxtCustAddress.Enabled = False TxtCustTelephone.Enabled = False TxtCustHire.Enabled = False CboVideoId.Enabled = False TxtVideoTitle.Enabled = False TxtVideoCopyNo.Enabled = False TxtvideoStatus.Enabled = False TxtHireDate.Enabled = False TxtReturnDate.Enabled = False TxtCharges.Enabled = False End Sub
VB Code:
Private Sub cmdpreviouspage_Click() frmmanagementoptions.Show 'Showing Management Options Form Unload frmhiresbookingsreturns 'Close Hires Bookings Returns Form End Sub
Thanks very much for any replies!![]()




Reply With Quote