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 bkrike 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: gnibbles
  • Content: Threads
  • Order by date
  1. gnibbles

    Joystick Input Question

    Is there an easy way to take the x,y data from a USB joystick and utilize it? Im not trying to develop a game or anything I just want to take the data and show it in a bar graph type of project just for testing purposes. Ive tried searching for something simple and everything points me to...
  2. gnibbles

    Proper Tutorial

    Hello all. Im trying to teach a group of young programmers the main basics. I have a lot of little tutorials but they are so broad and sparatic that it confuses more than helps. Is there a good site that gives good examples to follow? Also I want to implement a good example for them to get...
  3. gnibbles

    Looking for a way to automatically update report into word.......

    This may be a simple thing but Ive searched quite a bit and cant seem to find exactly what Im looking for. What Im trying to do is have a Microsoft Word document open up into a report and be able to search or fill the report based on certain parameters. Is this even possible through Word or will...
  4. gnibbles

    Directory Structure Problems

    Hey there, Im trying to save database files to directories. Im having no problem saving to directories within the root but when I try ot use say a null to save to the root it doesnt do it unless I go into the database delete the null then save again. Any help in this problem would be...
  5. gnibbles

    Pretty simple question, need to divide whole workbook by 100, any idea

    As stated in subject line, I need to divide the whole workbook by 100 to get my desired result. Will I need to start a macro? or can this be done with existing functions? Im not macro efficient either so any help would be appreciated. Thanks. gnibbles nturpin@excite.com
  6. gnibbles

    Problems Connecting to Database

    I cant seem to see what the heck is wrong with my code. Im just trying to connect to the database and display some information. IE keeps telling me that line 17 has problems which is the DBConn.Open "DSN=JobFiles" line. Heres the VBScript that I have in there. If anyone has any...
  7. gnibbles

    ASP Pages downloading instead of posting????

    I am trying to setup my ASP Pages, but when I try to post another page instead of going to that page the browser tries to download. Here's some sample code: This is for the interface page with some text fields and two buttons. The second page is just displaying data from a database. <form...
  8. gnibbles

    Link to access Form

    How would one link to text boxes and buttons from an ASP web page to the text boxes and buttons in an acccess form. Is this possible? gnibbles nturpin@excite.com
  9. gnibbles

    Searching by various characters?

    I wanted to know if/how its possible if I was running a search form and instead of seraching by a specific field like &quot;Equipment&quot; or the like search by &quot;quip&quot; or &quot;ment&quot;. gnibbles nturpin@excite.com
  10. gnibbles

    Open Access Form on a web page

    Is it possible to open an Access Form from a web page to that web page or as a new web page. gnibbles nturpin@excite.com
  11. gnibbles

    Open Access Form on a web page

    Is it possible to open an Access form from a web page and it be displayed correctly on the web page rather than it open up in Microsoft access? gnibbles nturpin@excite.com
  12. gnibbles

    counting a text field

    what if you, multiplied it then by -1, you'd then get the answer you are looking for, right, then just test it further and if you are still having problems let me know. But this seems like a nice simple solution. gnibbles nturpin@excite.com
  13. gnibbles

    why doesnt this work, please tell me

    BODY { background: url(images/background.gif); background-repeat: no-repeat; width:100%;height:100%} if i take out the background-repeat: no-repeat it comes out tiled and wont fit to the screen or anything nad is driving me crazy gnibbles nturpin@excite.com
  14. gnibbles

    mschart data??

    Im trying to take data from the comm port, and i want to display this information on a line graph. gnibbles nturpin@excite.com
  15. gnibbles

    Progress Bar Colors?

    Is there a way to change the color of the progress bar colors and the size of the blocks in the progress bar cause they are huge and i want smaller ones and i want it to change to a certain color when it gets so high. Thanks gnibbles nturpin@excite.com
  16. gnibbles

    Playing sounds???????

    I want to pkay a splash.wav sound on startup is there a straight forward way of doing it gnibbles nturpin@excite.com
  17. gnibbles

    timer problems, dont know how to use it

    Im trying to read from the comm port 2 every 10 seconds or whenever i want and i want to use the timer to do it, i have all the code to read from the port i just dont know how to integrate it with the timer. gnibbles nturpin@excite.com
  18. gnibbles

    play sound on startup of application

    I'm just using a splash screen as my application startup and I just want to have a .wav file play when it opens. gnibbles nturpin@excite.com
  19. gnibbles

    changing color values

    &H8 + PortValue.text + 07 'Color of text on menus can anyone tell me why this wont work <p>gnibbles<br><a href=mailto:nturpin@excite.com>nturpin@excite.com</a><br>
  20. gnibbles

    chanfing number from decimal to hex

    is there a built in command within VB that allows me to just put in the number and it returns a hex digit.

Part and Inventory Search

Back
Top