I've been experimenting with jQuery.ajax(), and I have come to the conclusion that everything in the scope of the .done()-function in the ajax-call is contained within the scope of the .done()-function, and cannot be accessed from the outside.
I've also tried passing a callback function, but all...
I've created a web page wich is sending out e-mails when users register or do other stuff.
I would like to be able to send the e-mail in html format, but when I do, some e-mail clients send the e-mail to the spam folder because of an image and a link in the e-mail.
I'm using class.phpmailer...
I understand. And I am sorry.
I'll remember that for my next thread.
So here's the problem:
I've got a user form with a text box (txtusername) and four lables (lblname, lblsname, lblemail, lbltel).
I would like to be able to write a username in the text box, and get the user data for that...
Oh, sorry.
I just misunderstood your question..
So the whole clause looks like this:
"SELECT givenName, sn, mail, telephoneNumber FROM 'LDAP://dc=man,dc=ddd,dc=intern' WHERE objectCategory='user' "
What do I add where?
lblname = givenName
lblsname = sn
lblemail = mail
lbltel = telephoneNumber
These are all lables in a user form. I would like the user form to query AD about the user name entered in a text box, then output the results to the lables..
Thank you
Hi Geoff,
Thank you for your reply!
My code looks like this:
Private Sub txtusernamen_Change()
On Error Resume Next
Const ADS_SCOPE_SUBTREE = 2
Set objConnection = CreateObject("ADODB.Connection")
Set objCommand = CreateObject("ADODB.Command")
objConnection.Provider =...
Hi guys,
I've got a vba-app. that fills out a form in excel, and I need something that enables me to write a username in a text box and get the users first name, surname, phone number, and e-mail address outputed to lables or text boxes in the form.
Hope someone can help me
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.