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 strongm 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: *

  1. CandieCane

    VB.NET or Visual Studio.NET?

    Hi Patten, I work for a software and hardware company and get people asking me this same question all the time. VB .NET is the standard edition which is only a basic compiler (you cannot create/run dll's) as well as all the other goodies that come with it. Visual Studio tools have...
  2. CandieCane

    Place Cursor in First Form Field

    Hi Tia, This is an easy question and I guess I'm the only one who can answer you at the moment. The way I did mine is to create a function call onLoad() and call it in the body of your HTML script. Something like this: Function onLoad() {...
  3. CandieCane

    RecordSet.MoveFirst

    Figured it out on my own. Thanks for ur help! Candie ;o) "Mere distances between 2 people bring you all that much closer in the end!"
  4. CandieCane

    RecordSet.MoveFirst

    Hey, It's still returning ID_TEAM = 3!! ;o( Candie ;o) "Mere distances between 2 people bring you all that much closer in the end!"
  5. CandieCane

    From values after insert??

    I think I understand what you're saying but you just making me more confused! Can you try and explain a little more clearer? With you going from one page to the next and saying certain things about it here and there and which page is doing what, it's making it kind of hard... Candie ;o)...
  6. CandieCane

    RecordSet.MoveFirst

    Hello! Here is an excerpt on the part that I'm currently working on. There's 4 records in TBL_TEAM starting at ID_TEAM = 0. My goal is to initialize teamNumber to the first ID_TEAM record for that league. In this case, the first ID_TEAM = 0 but ID_TEAM is being returned as 3. How do...
  7. CandieCane

    RecordSet.MoveFirst

    Hello everyone, When I use this, it doesn't seem to take me to my first record in the my table, does anyone know how to forcefully get to the first record of a table without hardcoding? Thanks! Candie ;o) "Mere distances between 2 people bring you all that much closer in the end!"
  8. CandieCane

    Microsoft ODBC Microsoft Access Driver

    Hello! As you probably already know, it basically means that it is not getting the session value for region. Of what I can see, try and remove the single quote ( ' ) on the outside of the defined session variable. Recordset1.Source = "SELECT * FROM HHSC_VoiceInventory WHERE region =...
  9. CandieCane

    From values after insert??

    Hey, Not sure what you mean exactly, but do you mean can you still use Request.Form("variable_name") in another page after inserting? The best way to pass variables from multiple pages (as you might know) is using Session variables. You can define your Session variable by doing...
  10. CandieCane

    Refreshing a Database - Please Read

    Thanks alot Jim!! I understand what you mean but might just keep the error trap since I have no idea how to do that time delay and get in the software\ms\jet\engines 3.5 or 4.0. Also, thank you, RFletch, for trying to help! ;o) Candie ;o) "Mere distances between 2 people bring you all...
  11. CandieCane

    Refreshing a Database - Please Read

    Hello everyone, I'll try and explain this to you the best that I can. I'm am making a webpage using dll's to connect to my access database. In this, I cannot use autonumbers in case that we wanted to convert our database from access to oracle or sql. So, I have a function that does...
  12. CandieCane

    Having 2 Frames Scroll Simultaneously

    Thanks for your help, Deecee. I'll see what I can do! Candie ;o) "Never forget what you learn & learn from what you forget!"
  13. CandieCane

    Having 2 Frames Scroll Simultaneously

    I'm actually not working with layers, just frames. So, you're basically saying that if I want to have 2 pages moving simultaneously it'll only be with tables? There's no other way? Administration is just where and admin(coach, person, etc.) logs on (userID & password) that is...
  14. CandieCane

    Newest version of UltraDev coming out?

    I currently am working with UltraDev 4.0.1 though I seriously don't notice the difference! ;o) Candie ;o) "Never forget what you learn & learn from what you forget!"
  15. CandieCane

    Having 2 Frames Scroll Simultaneously

    Hi deecee, When you're in the administration of my page, it shows more links than in the home page. Only problem with that is that some of the links go off the page on smaller monitors. I know this isin't a problem, I would just have to enable the scrollbar, but it would make my graphics...
  16. CandieCane

    Having 2 Frames Scroll Simultaneously

    Hi, I heard quite frequently that the best way to do this is with tables, but I seriously don't have time to convert all my pages to tables right now! If anyone knows a simple way of doing this, or any way, please gimme a shout back!! Thanks!! Candie ;o) "Never forget what you learn...
  17. CandieCane

    Ending Session Variables

    Hi suzi, Did you know that you can set a limit to when your sessions will timeout? Not sure if that will help you with this problem but it might... All you would have to do after defining how long you want your session to last do an if statement saying that if that amount of time has been...
  18. CandieCane

    form validation - onFocus() event

    Hi M, The best tips that I can give you on using onBlur & onFocus would be to go the website: www.htmlgoodies.com Hope they help you! Candie ;o) "Never forget what you learn & learn from what you forget!"
  19. CandieCane

    Refreshing A Page Just Once

    Derren, Thanks for the tip. I figured this out for myself later after my posts. As for asking the same question in multiple forums, I'm not sure where everyone goes to look all the time so I took my chances and wrote it in every forum that it related too. Hi Kavaman, I seen that...
  20. CandieCane

    Refreshing a Frame using ASP just Once

    I know that alot of people ask this question, but mine's a little bit different, let me explain... I am working with Frames (top, left & main). Top being the logo, left the navigational links & main being the frame to display all the pages. In my left frame, I have default links as well as an...

Part and Inventory Search

Back
Top