BJCooperIT,
When I saw the title and author of this thread I was looking forward to some great tips from you as I've been used to your great advice - didn't think you'd be looking for advice yourself!
I too am about to embark on new beginnings with what I hope to be a longer term job so I've...
Is it just me...?
What if a woman takes a year off after having a baby? Please don't say that we should be penalised.
I returned from maternity leave in Sept. and I've been given a pay rise as they realised how much work I actually do.
Thanks PHV. Posted there and then thought I should do a search! Surprise, surprise I found the answer:
Thread333-747622
which points to an MS article: "Using Session Objects with Session State Disabled Returns Type Mismatch Error" - I wasn't aware of this on my own PC but when I changed it on...
Sorry, I think I've found the problem. Did a search in VBScript forum but not here! When I tried here, found the following: thread333-747622
which points to an MS article: "Using Session Objects with Session State Disabled Returns Type Mismatch Error" - I wasn't aware of this on my own PC but...
I've started to write a small intranet. Got it working on my PC. The IT section needs a login, so I look up the database for the login details, then save the username to a session variable for use elsewhere. I now want to move the intranet to a server but have come up against this error...
I've started to write a small intranet. Got it working on my PC. The IT section needs a login, so I look up the database for the login details, then save the username to a session variable for use elsewhere. I now want to move the intranet to a server but have come up against this error...
Finally got it to work..
The data is being pulled from a Lotus Notes Database (which I know less about than asp and javascript) - one of the columns' multi-value property was set to 'new line'. After I changed this, problem solved - with a big thank you (and a star) for mbiro.
My experience is a mixture of a few of the above posts.
I try to reassure users that their questions aren't stupid and encourage them to ask if they are not sure because:
- it can save them time trying to get something to work
- it can save problems occuring
- they are not being stupid because I...
Yes - works as is. As soon as I populate the arrays from a recordset, it doesn't work.
I think I'll need to push through my training - I've a huge list of new things to do/learn but the only resource I've got is the internet. Sorry, moan over.
Thanks, I've tried your code - it makes sense now as I typed it in. Only problem is it's not working..
I know the arrays contain the right information:
the combo box is populated
if I view the source I see the following -
function setDetails(item)
{
If(item == 1
{...
Thanks for your response mbiro,
I'm pulling 3 columns from a database:
username, telephone and email
The dropdown is populated with the username
When a username is selected, their telephone and email details are populated in the textboxes.
Firstly, apologies if the answer to this is staring me in the face but I've been trailing Google and forums for a week now and I'm a little bamboozled... (also fairly new to asp/javascript so please be gentle!)
Okay, to my problem...
I have one dropdown and 2 textboxes - all info for these are...
There are two approaches that we've found need to be taken:
Departmental -
we created a support log, nothing fancy just a little web-based db that we could enter user requests and assign priority to.
Company -
a new personnel manager started and brought in a system for new starts and leavers...
Does this help?
Dim objExcelApp As Excel.Application
Dim xlsExcelSheet As Excel.Worksheet
' Create the Excel application.
Set objExcelApp = New Excel.Application
' Add the Excel spreadsheet.
objExcelApp.Workbooks.Add
' Check for later versions.
If...
Just another suggestion, if recordset is from access ....
Dim objExcelApp As Excel.Application
Dim xlsExcelSheet As Excel.Worksheet
' Create the Excel application.
Set objExcelApp = New Excel.Application
objExcelApp.Visible = False
' Add the Excel spreadsheet...
When I saw "shoe.factory" I immediately thought of a post I saw a while ago here. I can't find the post (and I'm not sure which forum it was) but here's the quote in case you haven't read it:
"On a visit to a foot wear factory in Japan, a gentleman was extremely suprised when...
infoReceiver,
That should work. Where is the code? If not within the form code then you'll need to fully reference it:
frmFormName.txtTextbox = ""
pmrankine
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.