Hi,
Here is my virtual host section from my httpd.conf file:
### Section 3: Virtual Hosts
#
# VirtualHost: If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server...
Hi,
I'm setting up an intranet over my lan of 4 XP Pro machines, one of which has Apache installed and is being used as a web server for my intranet.
I've come to the conclusion that I need a DNS so that I can access various intranet sites by typing site/page NAMES instead of...
TheAceMan1,
Thanks for your help, I'll give this a go nexttime I'm at work.
Craig
--------------------------------------------------------------------------------------------------------
"Time-traveling is just too dangerous. Better that I devote myself to study the other great mystery...
I have managed to work around this problem by using the following code :
Function SelectTop(frm As Form, listbox As String, Optional OnOff As Boolean)
Dim lngCounter As Long 'set up counter variable
For lngCounter = 1 To 1
frm(listbox).Selected(lngCounter) = OnOff 'sets the...
Hi TheAceMan1,
Thanks for your suggestion but the listbox is still only outputting a NULL value.
What do you think of setting the MultiSelect property to SIMPLE and using a FOR...NEXT loop to select only the top value (which is always the one I want).
I have used this method to "Select All"...
Frink,
Sorry for the delay...
I've had another play and I still can't get any decent results.
Sorry for any confusion before... I'm trying to programatically select a row in the listbox and then read the .value property, however its always NULL. If I click it manually then the value DOES...
Hi Frink,
I've tried your suggestion but all that seems to happen is that it sets the value of the listbox to TRUE... reflected in the text box as it changes to -1
I want to select one of the rows and set the listbox value to the bound value of that row.
Any suggestion as to where I'm going...
Hi,
i'm using the following code to programatical;ly select a row in a listbox.
Function SelectTop(frm As Form, listbox As String, Optional OnOff As Boolean)
Dim lngCounter As Long 'set up counter variable
For lngCounter = 0 To 1 'standard for/next loop...
... actually the error still occurs, however as I have the error handler in place, it is ignored and the database still closes.
When I took the handler out it caused the error with an OK button... when clicked the db closed down.
Still puzzled...
Hi,
I setup a function to close all open forms except one, which I kinda wanted to keep open, however the error still happened.
After you post I changed it so that it closes all forms before running APPLICATION.QUIT and it did work.
The confusing thing is that I have other databases which...
Hi,
I'm using the following code to log users out of my database:
Function LogOff(UserID As String, dteLogon As Date, dteTime As Date)
On Error GoTo err_LogOff
Dim db As DAO.Database
Dim rst As DAO.Recordset
Dim intlogID
Set db = CurrentDb
Set rst = db.OpenRecordset("tbluseagelog"...
You could disable all the controls on your form using the Enabled property. Then using a checkbox (which would always remain enabled) you can toggle the property of all the controls on the form to be enabled or disabled.
HTH,
Craig...
Hi,
I know its not good to cross post but as this query covers several different threads I feel I would get the best responses from also posting to the following forums:
AttachMate solutions
Citrix Solutions
(If you are annoyed by this then I apologise in advance)
We're currently in the...
Hi,
I know its not good to cross post but as this query covers several different threads I feel I would get the best responses from also posting to the following forums:
Citrix Solutions
Microsoft: Access Modules (VBA Coding)
(If you are annoyed by this then I apologise in advance)
We're...
Hi,
I know its not good to cross post but as this query covers several different threads I feel I would get the best responses from also posting to the following forums:
AttachMate solutions
Microsoft: Access Modules (VBA Coding)
(If you are annoyed by this then I apologise in advance)...
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.