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

    Import Data from Shared Protected Workbook

    Is it possible to import data into an excel document from another excel doc that is protected and shared using the get external data funtionality? I have one spreadsheet stored to the network. It has protection and is shared so multiple people can be editing it at once. I would like to have...
  2. jon159785

    &YourVisitID

    I am trying to use sessions with a basic hit counter to track if a user has hit a page or not. I basically have: session_name ('YourVisitID'); session_start(); // Start the session. $mysession='news'; $myupdate="UPDATE counter SET count=(count + 1) WHERE countid=4"...
  3. jon159785

    Showing images with GD

    I'm attempting to write a script that will show images, but also do some database work. If i omit the 'require_once' to connect to the database it works fine, but when I have that in there it gives me an error. How can I connect to the database and still have the images show? Thanks for your...
  4. jon159785

    Show MySQL results with PHP

    I have a database with the file names of pictures that I want to display. The pictures aren't necessesarily in id order and they are categorized by 'collection' I want to be able to run a query or a couple of queries to determine the current picture collection based on the id that is passed...
  5. jon159785

    Setting up Where

    I'm try to filter a report based on what a user puts in on a form. For instance I've got the form to build the strWhere based on multiple selections from a List box. What I can't figure out is how to also sort based on 'phase' and vendor number. For instance I want a strWhere that would only...
  6. jon159785

    Database table to an Array

    I would like to pull data out of one table of database which has 5 rows and 2 columns into an array. I've set up the dataset and I know how to set up the loops, but what do you have to set up and what commands do you use to pull the data out? Thanks.
  7. jon159785

    Field Currency Format

    I'm trying to have a form that totals up prices for a user. the control source for the unbound field on the form is: =[combooption9].[column](4)+[combooption10].column(4) If the two numbers were 200 and 500 then this results in 200500 as if it were adding strings together if I did...

Part and Inventory Search

Back
Top