Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: trium123
  • Order by date
  1. trium123

    Session - getting value from details view

    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...
  2. trium123

    Master / detail - updating master ID from detail page?

    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...
  3. trium123

    Master / detail - updating master ID from detail page?

    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...
  4. trium123

    Updating Master ID on Child Page?

    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...
  5. trium123

    Web page logon - password not recognised

    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...
  6. trium123

    Web page logon - password not recognised

    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...
  7. trium123

    Accessing / inserting objects in ListArray

    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...
  8. trium123

    set to map question

    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.
  9. trium123

    basic newbie class method question

    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...
  10. trium123

    Opening Excel from Access

    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...
  11. trium123

    Opening Excel from Access

    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...
  12. trium123

    Check for program running and notify user

    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...
  13. trium123

    Check for program running and notify user

    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...
  14. trium123

    Access RT Program and MS Office Reference

    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...
  15. trium123

    move message box display from center of screen to one side

    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...

Part and Inventory Search

Back
Top