Hi,
I have an MS Access database and I want different forms to open automatically depending on which user is logged on. The back-end of the database is a SQL server. So, user from list 1 logs on they get screen X, user on list 2 logs on and they get screen Y.
Is they possible? The list of...
Hi,
I want to insert a symbol of a tree onto my signature at the end of an e-mail. However, it just comes up as an uppercase P instead. Does anyone have suggestions on this?
Kind regards,
Declan
Hi,
I need to save a user's NT ID into a table. Is there a way to automatically detect who is logged onto the system and then use this information in the server.
Kind regards,
Delcan
Hello,
I need to set up the e-mail service in sharepoint but don't know how. Do I set up the SMTP mail on the windows server that is hosting my sharepoint application first?
After this what is the next step with sharepoint?
Thanks for any help provided.
D
Hi,
We have a database used by multiple users residing on a server. When one of the users tries to open the database on her machine she gets the following error:
"Your Microsoft Access database or project contains a missing or broken reference to the file 'msadox.dll' version 6.0 "
Any ideas...
Hi.
We have a number of users connecting to citrix servers using windows 2000 servers. Is it possible for the users to change their own password? The log in screen only has the option to input your password rather than change it. The user is then only presented with the normal citrix toolbar...
Hi.
I have a session in Windows 2000 that keeps on timing out when there is no action by the user. The session needs to run for 10 hours but times out in 6 if there is no input by the user. Is there any way that the you can simulate a mouse movement or something every few hours so the session...
Hi.
I'm using windoes xp home edition on my laptop (not this computer) and I've noticed a problem over the past few weeks, it's reallllllly annoying!
I just run one program like word and every ten seconds or so it misses a letter and the mouse stalls for a second. I ran the task manager and...
Hi.
I've finished my application and have ran the package and deployment program.
Then, I try to install the program and it goes grand for a little bit. But half way through the installation an error comes up saying:
"The file C:\WINDOWS\System32\wininet.dll is being used by another...
Hi.
I've finished my application and have called it myApplication and now I'm creating the install setup.exe project for it.
As the program uses DAO I specify the drivers required but when I click Next, the aplication says that I'm missing the necessary file myApplication.CHI.
Hope can I...
Hi.
How do I open a .chm hlp file in my VB code when someone clicks on my help icon.
The help file is located in the same folder as the application.
Thanks,
D
Hi.
I need a message box to appear on the screen for 1-2 seconds and then automatically close itself without the user having to press anything.
Is this possible??
Thanks
Hi.
I have a VB project that's located at C:\Documents and Settings\Owner\Desktop\Project.
I need to access a html file that will always be located in the same folder as the project.
However, I want the folder to be portable to other machines (that is, it may not always be located at the above...
Hi.
I have a string called sFrag that contain HTML code of the form
sFrag = " <TABLE> <TR> <B> Hello World ........ <\TABLE> "
I need this to be printed to the printer in its table format. But when I try Printer.Print sFrag it just prints the characters and text (and not in the table...
hi,
I have a string in my VB code. When assigning a value to it I get an error saying that I have too many line continuations. I can't get around this because I need all of the lines. Any ideas of how to get out of this?
------------------------------
myString = "xxxxxxxxxx" & _...
Hi,
I need to format a bunch of text strings so that they're tabbed apart.
That is:
<<
Dim myString as String
myString = "Value 1 is:" tabbed & textBox1
>>
Is there a way of "returning" a string as well? I.e
<<
Dim myString as String
myString = "Value 1...
Hi,
Is it at all possible in VB to create some kind of text "container" object. That is, when a button is pressed in the application, I need VB to take all of the Text strings in textBoxes and place then into some kind of super string.
E.g
TextBox1=50
TextBox2=Hello
TextBox3=10...
Hi,
I need to add various items to a single clipboard in a VB application. That is, I need to add a set text like say "Height" then a tabbed space, then the value stored in say textBox1. Then I need to add the value stored in textBox2 etc.
So, I need something that works like...
Hi,
I have a VB program that has a nice GUI format with Tabs and text boxes. Basically I need to create a button that, when pressed, copies all the current data in the text boxes to the MS clipboard in a desired fashion (that is, say, a certain amount of standard text like labels, along with my...
Hi.
I have a VB applicaion that I want to open context sensetive help. When I set the forms WhatsThisHelp property to TRUE I get an error saying that the VB application can't open the .chm help file.
However, when I set the forms WhatsThisHelp property to FALSE it opens the help file.
I have...
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.