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

    Show/hide rows in dynamic coldfusion page

    Hi, I have the following code. <html> <head> <script type="text/javascript"> <!-- function showHideRow() { if( document.getElementById('row2').style.display=='none' ){ document.getElementById('row2').style.display = ''; document.getElementById('plusminus').innerHTML =...
  2. carrefo

    Mail Merge Forms with Text fields

    Hi all, I just search the forum and didn't find a solution to my problem, so I hope this isn't the 1000th time someone asks this ;-). I have a Word form, with Text Fields and Drop-Down Fields. I have also an Access base from where I get data, like Country, Organisation Name, etc. It is supposed...
  3. carrefo

    PBL Error!!!

    Hi everybody! I have a very odd and very big problem with the PBL of my project. Last Tuesday I was moving some datawindows and two functions from one PBL to another one. When was the turn of the functions, Powerbuilder stop working and after a few minutes just closed!!! Now, every time I try...
  4. carrefo

    How to keep values in a form!

    Hi everybody. I have a word documend with formfields, TextInput, DropDown and CheckBox. In one of the pages I allow the users to duplicate that page by inserting a new section in the document and copying everything in the range of the precedent section. Everything goes Ok, all fields are updated...

Part and Inventory Search

Back
Top