Login | |
|
 |
RE: Dim Drop Down Select Box Value - 10/19/2006 11:42:57 PM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
You can change a value of a variable without having to redim it. Dim msg msg = "1" msg = "2" msg = "3" Msgbox Msg
_____________________________
Mike For useful Scripting links see the Read Me First stickey! Always remember Search is your friend.
|
|
| |
|
|
|
 |
RE: Dim Drop Down Select Box Value - 10/20/2006 7:07:35 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1183
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
Donno, but isn't that what XML is for? i would elaborate, but I am not very strong with XML either, so will leave it to one of the Size 40XXXX Craniums that are floating around here.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: Dim Drop Down Select Box Value - 10/25/2006 9:04:14 PM
|
|
 |
|
| |
cjwallace
Posts: 491
Score: 0
Joined: 3/5/2005
From: United Kingdom
Status: offline
|
Hi ebgreen I have put the code you said to try into the script but its not working. When the script runs and it gets to the part in the script where it reads the following , then it displays that no group exists. Set objGroup = GetObject _ ("LDAP://cn=" & sDepartmentGroup & ",OU=DEPARTMENTAL GROUPS,OU=LONDON,OU=SECURITY GROUPS,OU=EUROPE,OU=WITHERS,dc=WITHERS,dc=NET") objGroup.PutEx ADS_PROPERTY_APPEND, _ "member", Array("cn=" & strCN & ",OU=" & sDepartment & ",OU=LONDON,OU=USERS,OU=EUROPE,OU=WITHERS,dc=WITHERS,dc=NET") objGroup.SetInfo Dim sDepartment Dim SDepartmentGroup sDepartment = Department.Value sDepartmentGroup = "LN" & Department.Value Any ideas? i am thinking it is something to do with sDepartmentGroup = "LN" & Department.Value but not really sure what Cheers Craig
|
|
| |
|
|
|
|
|