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

    Striped alternate lines not working after filtering.

    Hello there Tek-Tips experts. im using ajax/jquery to apply stripes to alternative lines on a table of products, as below: <script> $(function () { $('#target2').bind('keyup', function () { $('#form').delay(700).submit(); })...
  2. miikel

    Tabs and buttons disapearing

    Hello there all. An odd one here. i have an excel sheet, that when opened, does not dispay the sheet names or the restore, minimise and close buttons. if i set the ribbon to minimised then the sheet name tabs appear, but the buttons remain hidden, and altho the sheet appears to be maximised...
  3. miikel

    error when trying to set visible property of frame

    could not set the visible property. unexpected call to method or property access" I have some code that has been running for a while now without issue. i entered the code today to try to make some amends, and during testing the above message appeared. this message appears when: i have two date...
  4. miikel

    Datagrid refresh problem

    hello there. I have a problem with a datagrid on a VB.net 2003 form. the datagrid displays data from an mdb file via an odbc connection. on the form i have a toolbar, some buttons and the datagrid. on of hte buttons is an "Add New" option, that opens a new form to update data in the database...
  5. miikel

    VBA Crashes Application.

    Hi. I have a problem with Office 2002. When entering VBA in any app, the whole application just shuts itself down without an error or warning. This started in Excel, but has now spread to Access - when adding a combobox with the wizard,t he wizard steps through to the finish screen, then Access...
  6. miikel

    Acrobat object in web page.

    Apologies if this has already been covered - I have had a look and cannot see a topic like it though. What I want is to create a PDF object in a web page and use text fields to update the information on the PDF. One application I envision for this, if I can get it to work, is to implement an...
  7. miikel

    error 71 appears when trying Net use //server/share

    Certain users are unable to connect to the network share. The problem is limited to particular users and not the machine. If another user logs on, the share is available. The share is hosted on an NT4 workstation, with all the latest service packs applied. One of the clients is running XP, but...
  8. miikel

    Making Divs invisible, or set not to display.

    I am trying to make a div disappear when check box is checked, but am unable to get the block to go invisible. I have tried using the Visibility property in css and (code below) the display property, neither of which make the div invisible. I know the mouse over events work, as I have added a...
  9. miikel

    PHP Newline chars not producing a New Line

    I am trying to get PHP to output a new line char to the screen, but the text stubbornly stays on one line. I have tried using \n in various places, but do not get the desired results - either division by 0 error, Session-Start : Cannot output header, \n in the string or no new line! I have also...

Part and Inventory Search

Back
Top