Hi All.
I'm almost there with creating my first session!!
Can anyone help me with the syntax for the following code fragment, i would like the session variable to get the nameID from DetailsView1, if i put a dot after DetailsView1 i get loads of options, but none are for the nameID. It looks...
Thanks for the suggestions, i did get a similar reply last week - sorry to sound idiotic but now can anyone explain to me how i create a session method?
Is there a guide anywhere that i can reference? Anywhere?
Something that explains in english how i create this?
Sorry to sound so pathetic but...
Hi All.
I have been trying to find the answer to a simple question, but from what i have found so far, it seems very complicated.
I have a small SQL database with a couple of web pages - master and detail. I can insert, update, delete entries on both pages with no problems - as long as i...
Hi all.
I have successfully created a master / detail web page setup which links with an SQL database. Both pages use a details view control to view and add data. Everything works fine but i have one small thing that bugs me.. In order to add a new detail entry for any master record - i have to...
Hi again - thanks for trying to help.
Here's my web.config code...
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio...
Hi all.
Just taking my first steps into .NET using visual web developer express and have created a simple logon page which runs on our server ok and asks for a username/pwd.
I have specified a user and password using the built in developer wizard and it all works superbly on my pc - but on the...
Hi All.
I have a List of 100 objects of which each have a string and two integer values
If I wanted to access the first object in the list and change one of the integers from a 5 to 10 then how could i do this?
I have tried using memberList.add(0,aValue); but i get the error that the add method...
Hi All.
I'm stuck with the correct syntax for inserting the contents of a set<string> into the key section of a map<string, Set<string>>(for now, the values of the map<Set<string>> are empty).
Can anyone help out with this?
Thanks for your time..
Regards
I.
Hi there, please excuse me for asking what i would imagine is an easy question for some..!
I have two unrelated classes and would like to know the basic syntax for accessing a method in one class from a method in the other..
Is it something like (from classA)
classB.methodA()?
or am i miles...
Thanks for your suggestion, but the reason i wanted to know about adding worksheets was because eventually i will have to copy 4 seperate queries into 4 seperate worksheets in the same workbook. Yes i think the docmd.transferspreadsheet method would work fine, but i would need to get the correct...
Hi All.
I'm trying to open excel by using a command button in access. Then, using code, i would like to open a new worksheet and copy the contents of a query into the worksheet.
So far i can open Excel, but that's it.
I have also added the excel references in Access.
I understand a little...
Thank you for your help. Blimey! All that code for such a simple task....
From what you have provided it looks like the code looks at the task manager list and identifies the program from there? I.E. notepad.exe?- however i'm getting two small errors, 1 DoEvents() is not declared and 2 FrmMain...
Hi All.
My goal is to create a windows app that checks for a program currently running(one that's minimised on the taskbar)and notify the user to log out of the program at a certain time (- lunchtime backup for example). I do not want to terminate the program since the user has to back out of...
From what i have done in the past i don't think there will be a problem. What i did - if this helps is create an MDE file which will then hold all the relevant code, modules etc.
This was then rolled out to users (using access 2002 RT) and it worked fine - I have had problems with developing...
Hi All
I have a confirmation window which appears when i click a button. The message asks the user to confirm that the selection is correct, however the message appears in the center of the screen, i would like it to appear to the middle left of the screen.
Can this be done in code and if so...
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.