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

    how to send string parameters to a javascript function from php?

    Hello, if anyone can help me? i'm trying to send string parameters to javascript funcion from php but only worked with numeric values <script type="text/javascript"> function del_carrier(idcarrier) { aler("deleted "+idcarrier); } </script> <? echo "<a href=#...
  2. ejocobip

    How to substract minutes from a time field in mysql query?

    Good day people! I have a problem, i want to substract minutes from a time field in a mysql query, i'm trying with the next query: UPDATE TblOrders SET TmHours = TmHours - '00:09:00'; In the query I want to substract 9 minutes from all time fields named TmHours in the table, the datatype for...
  3. ejocobip

    How to stop the process to execute an action?

    Hi, ok to the point, i have a visual basic application on which i want to open a Sub Form with a button, when the Sub Form is open it will contain a list of data, then i want that the users select some of the items in the list, then execute some other actions with the selected items of the list...
  4. ejocobip

    Problem on the display of Page Footer

    Hello everybody, I have an old problem with a Report. thread703-943831 I would like to print the Page Footer only on the last page, but when the page is full sometimes the Page Footer doesn't appears. I'm using the next code on Page Header Section Format event to make the Page Footer apear...

Part and Inventory Search

Back
Top