MattBaldry
Self Taught, Learn from the Forums
- Local time
- Today, 11:18
- Joined
- Feb 5, 2019
- Messages
- 330
Hi all,
Just wondered what sort of naming prefixes people use on form components?
Currently I have something like the below.
cmd = Command Button IE cmdAdd, cmdEdit
txt = Text Field IE txtCustomerID, txtCustomerName
lbl = Label IE lblCustomerID, lblCustomerName
cbo = Combo Box IE cboCustomerType, cboCustomerPaymentTerms
lst = List Box IE lstCustomerContacts
img = Image IE imgCustomerLogo
Just wondered what prefix setups others use. Or do people not really bother with this?
~Matt
Just wondered what sort of naming prefixes people use on form components?
Currently I have something like the below.
cmd = Command Button IE cmdAdd, cmdEdit
txt = Text Field IE txtCustomerID, txtCustomerName
lbl = Label IE lblCustomerID, lblCustomerName
cbo = Combo Box IE cboCustomerType, cboCustomerPaymentTerms
lst = List Box IE lstCustomerContacts
img = Image IE imgCustomerLogo
Just wondered what prefix setups others use. Or do people not really bother with this?
~Matt