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

    Can I Play A Flash Movie On A DVD Player?

    Hey anyone know if it is possible to play a flash movie on a DVD Player or if the movie could be converted to format playable on a DVD.
  2. aviles22

    moving a picture

    i simply need to move a picture where the user drags and drops it to. when i move a picture and drop it, it goes back to where it was. what kind of code do i need to place it where it was dropped.
  3. aviles22

    I THINK MY BROWSER IS CACHING MY PAGES.

    I HAVE A SITE WHERE I AM ACCESSING AN ACCESS DATABASE. I CAN FIND AND ADD NEW RECORDS FINE. THE PROBLEM IS WHEN I HAVE THE FOUND RECORD I HAVE TEXT BOXES WITH THE CURRENT RECORD FIELDS. I HAVE A SAVE BUTTON THAT GOES TO AN ASP PAGE AND WRITES THE CHANGES TO THE DB. I GO BACK TO THE SEARCH SCREEN...
  4. aviles22

    NEED TO QUERY AN INTEGER IN AN SQL COMMAND IN ASP

    I AM EXPERIENCED IN ASP AND SQL QUERYING BUT THIS LITTLE PROBLEM IS GETTING TO MY HEAD! I AM USING THIS CODE ON AN ASP PAGE! HOW CAN I DO THIS! TempID = 18 oRS.Open "SELECT * FROM Employees Where ID = TempID I'VE TRIED '" &TempId& "' among others please give me the correct...
  5. aviles22

    Retrieving data from website to vb6

    I'm writing a program hooked up to a 4 switch box next to by bed through my joystick port. It will tell me the time, current alarm settings and HERES THE QUESTION. I want to go to any local weather website and put the weather data into a vb text box that can be read out loud using text to...
  6. aviles22

    I NEED TO ASSIGN A TEXTBOX A VALUE

    MY PAGE STARTS OUT WITH BLANK TEXTBOXES. I WANT TO ASSIGN THEM DIFFERENT VALUES THROUGH ASP HOW. IS IT LIKE? TEXTBOX1_VALUE = "WHATS UP DUDE"
  7. aviles22

    NEED HELP UPDATING RECORDS IN ASP-FLASH

    I AM USING FLASH WITH ASP TO ACCESS AN ACCESS2000 DATABASE I CAN EASILY FIND AND ADD NEW RECORDS BUT WHEN I HAVE ALL THE RECORDS ON SCREEN IN EDITABLE TEXTBOXES IN FLASH AND THE USER CLICKS SAVE AFTER UPDATING CERTAIN FIELDS THEN CLICKS THE BACK BUTTON ON THE SAME SCREEN RETURNING TO THE SEARCH...
  8. aviles22

    NEED HELP UPDATING RECORDS IN ASP-FLASH

    I AM USING FLASH WITH ASP TO ACCESS AN ACCESS2000 DATABASE I CAN EASILY FIND AND ADD NEW RECORDS BUT WHEN I HAVE ALL THE RECORDS ON SCREEN IN EDITABLE TEXTBOXES IN FLASH AND THE USER CLICKS SAVE AFTER UPDATING CERTAIN FIELDS THEN CLICKS THE BACK BUTTON ON THE SAME SCREEN RETURNING TO THE SEARCH...
  9. aviles22

    HOW CAN I REINTALL FLASH AFTER EXPIRATION EXPIRES

    I REMOVED IT FROM MY COMPUTER (UNINSTALLED). I REINSTALL BUT I GET THE 30 DAY EXPIRED MESSAGE WHEN I START IT. IS THERE A REGISTERED FILE SOMEWHERE ON MY HARD DRIVE I NEED TO DELETE. FLASH IS VERY EXPENSIVE FOR MY BUDGET THESE DAYS AND I ONLY USE IT ONCE IN A WHILE. PLEASE HELP
  10. aviles22

    Need to read a line of text on an internet site.

    I'm fooling around with a project where I have a little 4 switch box connected to my joystick port. I have one of the switches when pressed telling me the weather from an internet site. How can I read a certain line number on this page and assign it to a string so that it can be read.
  11. aviles22

    Playing a .mov (quicktime movie in flash)

    What actions if any or guidlines should I follow after I importing a quicktime movie .mov into a scene to play this movie? Please help!
  12. aviles22

    Playing avi movies in flash

    How can I play a an avi movie in flash. When I import the movie I get no errors. Do I have to convert from .avi to .mov? Or is there a way to play this through actions? Please help me!
  13. aviles22

    Displaying movies or frames on a button click.

    I am new to Flash writing an app with buttons on the left side of the screen in a movie. When each button is clicked I want to display the info pertaining to that button on the rigth side of the screen. How can I call a new layer or frame to display the info. Any suggestions would also be very...
  14. aviles22

    SQL IN VB - Using the Between clause

    I want to search the DB for records that fall between two dates using two variables in my SQL Statement. Dim Date1 as Date Dim Date2 as Date ("Select * from ActiveJobs where JobDate between (***** **this is where I need help using the variables above)
  15. aviles22

    Printing a bmp file in VB6

    I need to print out a scanned picture in bmp format. I want to first print some text the first line. Then my bmp. PLEASE HELP!!!
  16. aviles22

    What is the most common programming language used today?

    I have been writing in VB for a long time. Should I keep using this or would you advise me to use something else? Are there any professional or popular programs written in VB. Your advise or info will be very helpful. Thank you!
  17. aviles22

    How To:Update a textbox with the current record of a database.

    I have been trying to do this for quite some time. I am very stumped and anxious to learn the solution. I am using vb script with an access 2000 database. I know how to change the recordsets navigate through it and display the current record using response.write. But how can I assign a textbox...
  18. aviles22

    DATABASE QUESTION

    I HAVE A DATABASE ON MY SERVER CONTAINING INFORMATION FROM MY SUBMISSION PAGE. WHEN A VISITOR SUMITS HIS/HER CONTACT INFORMATION I HAVE NO PROBLEMS ADDING IT TO THE DATABASE. MY PROBLEM EXISTS WHEN I TRY TO VIEW THE INFORMATION. I CAN HAVE ALL THE DATA LISTED WITH NO PROBLEM. BUT THIS WILL BE...
  19. aviles22

    SQL STATEMENT TO PICK 100 RANDOM RECORDS FROM MY DATABASE

    I HAVE A DATABASE CONTAING TEST QUESTIONS AND A THRU F ANSWERS. THE DATABASE CONTAINS ABOUT 1000 QUESTIONS. I HAVE SET UP AN ARRAY X(100) WITH NUMBERS FROM 1 TO 1000 WITH NO DUPLICATES. HOW CAN I USE THE X(100) ARRAY IN AN SQL STATEMENT. MY DATABASE HAS A QUESTIONID FIELD FROM 1 TO 1000 I NEED...
  20. aviles22

    Center text to a printer.

    How can I center one line of text to a printer.<br><br>Is there a printer.center command

Part and Inventory Search

Back
Top