[AccessD] RVBA question

Jim DeMarco Jdemarco at hshhp.org
Fri Oct 17 13:33:04 CDT 2003


>>since intellisense doesn't show that bit of information<<

Charlotte are you sure about that?  I don't include prefixes in procedure arguments  for just the opposite reason (Intellisense does show the argument name and data type when you type the function name in a code window).

Jim DeMarco
Director Product Development
Hudson Health Plan


-----Original Message-----
From: Charlotte Foust [mailto:cfoust at infostatsystems.com]
Sent: Friday, October 17, 2003 2:20 PM
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] RVBA question


I use the Leszynski convention, but it boils down to the same thing.
Yes, I generally do make my procedure arguments reflect the datatype
since intellisense doesn't show that bit of information.  

Charlotte Foust

-----Original Message-----
From: John B. [mailto:john at winhaven.net] 
Sent: Friday, October 17, 2003 7:51 AM
To: AccessD
Subject: [AccessD] RVBA question


A simple opinion question:

Do you people that use RVBA change procedure variables such as:

Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
to:
Private Sub Form_KeyDown(intKeyCode As Integer, intShift As Integer) ?

JB

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


***********************************************************************************
"This electronic message is intended to be for the use only of the named recipient, and may contain information from Hudson Health Plan (HHP) that is confidential or privileged.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited.  If you have received this message in error or are not the named recipient, please notify us immediately, either by contacting the sender at the electronic mail address noted above or calling HHP at (914) 631-1611. If you are not the intended recipient, please do not forward this email to anyone, and delete and destroy all copies of this message.  Thank You".
***********************************************************************************



More information about the AccessD mailing list