Click here to Skip to main content
15,905,233 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: nahelp me in this printing problem-- nidhi s Pin
Dave Kreskowiak14-Jul-05 4:24
mveDave Kreskowiak14-Jul-05 4:24 
GeneralChange SQL Server startup account to SA Pin
Toms Edison14-Jul-05 0:46
Toms Edison14-Jul-05 0:46 
GeneralRe: Change SQL Server startup account to SA Pin
Dave Kreskowiak14-Jul-05 1:16
mveDave Kreskowiak14-Jul-05 1:16 
GeneralSelecting dropdown value automatically Pin
macca2414-Jul-05 0:44
macca2414-Jul-05 0:44 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:50
Gavin Jeffrey14-Jul-05 0:50 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:53
Gavin Jeffrey14-Jul-05 0:53 
GeneralRe: Selecting dropdown value automatically Pin
macca2414-Jul-05 0:56
macca2414-Jul-05 0:56 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 1:42
Gavin Jeffrey14-Jul-05 1:42 
You would have to do something like described below (havent tested it so you will have to play around a bit to get it working the way you want)
in page load put this line of code
tbxDateSigned.attributes.add("onblur","changeDropDown()")
Then create a javascript function like so -
function changeDropDown()
{
var element = document.getElementById("dbxStatus");
element.selectedIndex = 2;
}
as for resources you can try looking here or just google for javascript -
http://webdevelopment.developersnetwork.com/Search.asp?Category=6[^]
General<help me>Access Pin
vtalau13-Jul-05 23:44
vtalau13-Jul-05 23:44 
GeneralRe: <help me>Access Pin
SBendBuckeye14-Jul-05 13:01
SBendBuckeye14-Jul-05 13:01 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm13-Jul-05 20:01
Rudy Schramm13-Jul-05 20:01 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Dave Kreskowiak14-Jul-05 1:13
mveDave Kreskowiak14-Jul-05 1:13 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm15-Jul-05 2:22
Rudy Schramm15-Jul-05 2:22 
QuestionMessage Box new line? Pin
phraser13-Jul-05 11:35
phraser13-Jul-05 11:35 
AnswerRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:39
protectorChristian Graus13-Jul-05 12:39 
GeneralRe: Message Box new line? Pin
phraser13-Jul-05 12:42
phraser13-Jul-05 12:42 
GeneralRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:44
protectorChristian Graus13-Jul-05 12:44 
GeneralRe: Message Box new line? Pin
[Marc]13-Jul-05 17:34
[Marc]13-Jul-05 17:34 
Generalmultiple users updating access db Pin
jimbodenny13-Jul-05 7:49
jimbodenny13-Jul-05 7:49 
GeneralRe: multiple users updating access db Pin
ToddHileHoffer13-Jul-05 8:15
ToddHileHoffer13-Jul-05 8:15 
GeneralRe: multiple users updating access db Pin
jimbodenny13-Jul-05 11:50
jimbodenny13-Jul-05 11:50 
GeneralRe: multiple users updating access db Pin
Dave Kreskowiak14-Jul-05 3:39
mveDave Kreskowiak14-Jul-05 3:39 
GeneralRe: multiple users updating access db Pin
jimbodenny14-Jul-05 7:36
jimbodenny14-Jul-05 7:36 
GeneralRe: multiple users updating access db Pin
jimbodenny14-Jul-05 7:37
jimbodenny14-Jul-05 7:37 
GeneralAccessing VB6.0 Resource Editor at runtime Pin
Rudy Schramm13-Jul-05 7:31
Rudy Schramm13-Jul-05 7:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.