December 8th, 2012 11:50 AM
option1.value = False
check1 = vbUnchecked
October 26th, 2011 08:37 AM
You just reverse it. The string goes first and then the space. I don't know vbnet so I am unfamiliar with PadRight, but it is not needed. I'll use len for the length of the string.
...
October 26th, 2011 08:29 AM
SNEX_ARRAY$(EXE_AMOUNT)
The $ indicates the variable is a string. Possibly you need the value of this string
Try Val(SNEX_ARRAY$(EXE_AMOUNT))
March 20th, 2011 10:10 AM
You should use the ampersand '&' instead of the plus +' when concatenating strings.
January 17th, 2011 05:12 PM
Have you tried removing the slash in
Open "C:/nightlyreports.txt" For Append As #1 ' Open file to read
The slash is a illegal character in a file name hence the error bad file name.
November 7th, 2010 07:48 AM
April 13th, 2010 01:11 PM
You can also set the form startupposition property to center screen.
March 22nd, 2010 09:44 PM
This part looks weird and You shouldn't need it.
WHERE (([where Venue].[venueID]=[Event].[VenueID]));
November 30th, 2009 09:58 PM
February 26th, 2009 07:52 AM
The pad comes with an .ocx to be used. It has what looks like a picture box where what is captured from the pad is displayed in this picture box. This image can then be saved to a .bmp or a .sig...
February 25th, 2009 09:04 PM
Has anyone here ever used an electronic signature capture pad made by Topaz Systems Inc. They have some examples fo using the pad with VB, but I cannot figure out how to print the signature image to...
February 16th, 2009 07:03 PM
My guess is that emp_id is an interger or a long integer, so the string delimiter should be removed.
sql = "INSERT INTO DayWiseRoster (id) select UserOFTheMonth (id) where emp_id= " &...
September 27th, 2008 08:52 PM
Msgbox format(now,"wwyy")