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

    How to put data from Javascript array to MySQL?

    Hi! I have a long array in javascript and and would like to move it to MySQL database. my array looks something like this: ------------------------ var brands= new Array(); brands[0]='all' brands[23]='all2' ....... brands[n]='alln' ------------------------ and then every member in this array...
  2. marijonas

    How to send Javascript in PHP?

    Hi! I would like to have a small javascript in page generated by php. <code> <TR class=searchresultodd onmouseover="javascript: if(this.className=='searchresultodd'){on=1;};this.style.backgroundColor='#FFDA81';" onclick="op('cid=2040211');"...
  3. marijonas

    Query to calculate with previous calculated field

    Hi, I trying to create a quary that will calculate an adstock value. However in the adstock value one of the "components" is previous adstock value. How should I write a query to take the get the previous calculated adstock value. My table with data looks like that: Week, Value Then I have a...
  4. marijonas

    Very simple question about &quot;&&quot;

    Hi, maybe I sound stupid but I can't use symbol "&" in headings for forms. It gets automaticly translated into "_". Anybody knows a solution to it?
  5. marijonas

    How to add transparent logo on access form?

    Hi, am trying to add a logo that is not round and therefore has some corners transparent in a form. I have tried with transparent gif, png, and made a pic with the same background as form, but it never gets as it should be. I get whiter or very dark areas that were transparent. Is it possible...
  6. marijonas

    How to set variable FROM table/query name?

    Hi, I am trying to make a query pic data from diffrent tables depending on the value on a form. I wonder if it is possible and how to make something like this for the FROM: if form_value=X then choose from table "name_"& form_value, else choose from another table. Thanx in advance!
  7. marijonas

    How to make one row be always on top in query

    Hi, I am have query that gives results for a comparison chart. Results of the query are two rows with brand name and then some numbers that are displayed in chart. One row is always the same brand, lets say Head Masters and the other row is the brand that user chooses. I would like the row with...
  8. marijonas

    Change the size of shape after paste

    Hi I am trying to write a macro that pastes charts as pictures into an existing powerpoint presentation. I succeeded in making it paste but I also want to change the size of picture after that. There are other objects on the same slide of powerpoint and I wonder if there is a possibility to get...

Part and Inventory Search

Back
Top