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

    Printing Flash code

    I have a job done in Flash and I would like to print the code or script for archival and reuse if necessary. Is there a way to print all the entire code without going to each button, actions, etc... Thanks
  2. LKB6

    Link Option button to table

    I have one form with an Option group. The form and data are linked to a table (A). I select one item, and need to choose one of the option button. In the Option group I would like to put a number of buttons representing the content of another table (B), as if it was a combobox. When user...
  3. LKB6

    Access Errors messages

    Hi, I have an old VBA programmed Access database.This always worked before, but after a virus and after I reinstall all I am getting the following errors. The copy of the db is clean as it come from a backup on CD made way before the virus and reinstall. So the errors are: 1 - When I open the...
  4. LKB6

    Display page

    Hi, When I open more than one page in Dreamweaver CS5, i used to see all my pages names regrouped in one tab and I could click on the page I want to work with. Currently all my pages open cascaded and it is not practical. I need some help because I cannot find a way to reset this as it used to...
  5. LKB6

    Append some text to another table

    Hi, I am using the query form to create an append query. I do not have any problem to setup this. My problem is to append to the other table just part of the text from a specific column. For example on one table the column product has 'products:part1' and I would like to only append the...
  6. LKB6

    Align Text and form text box

    I try without success to align txt and text box in the following form. Anything I tried doesn't seems to work. So the question is: how can I do this?? Thanks this this the code <table width="800" height="43" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="22%"...
  7. LKB6

    Image swaping

    I have a table where I inserted one large picture, and I also have 4 small thumbnails. I found a few codes that allow to swap the large picture using javascript, but is there any code that will allow me to only use a mouseover to change/swap the large picture when I go over the thumbnails. I...
  8. LKB6

    Send value of text in a form

    I have the following code: <form name="form1" method="post" action="process.asp?Search=XXXXX" > <table> <tr> <td><input type="text" name="textfield2"></td> <td><input type="submit" name="Submit" value="Submit"></td> </tr> </table> </form> Is there a...
  9. LKB6

    window.open from a picture

    I have a code for window.open that looks like: <a href="""" onclick=""window.open('POPWINDOW.asp?id=" & rsProduct("ProductID") & "', 'DDD', 'scrollbars,status,resizable,width=550,height=400,left=50,top=50'); return false"">Product Spec</a> This works, but instead of clicking on the...
  10. LKB6

    Copy sheet over another one - Excel

    How can i program VBA to copy an existing sheet used as template over another sheet? Thanks in advance.
  11. LKB6

    remove spaces in file name

    I have a few hundred files with spaces in the file name. Those files are in folders and sub folders. Is there a piece of code that I can use to rename all these files using Vb or others. Thanks in advance.
  12. LKB6

    Reformat page in Acrobat

    I have a document with abouit 100 pages. Each page seems to have a different zoom value and I would like to reset all the pages to 'Fit to page' I tried to setup the properties of the document but it seems that unless I go page by page I am not able to reset all the page. So, is there a way to...

Part and Inventory Search

Back
Top