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 gkittelson 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: *

  1. ejocobip

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

    Thanks guys finally it worked <?php echo "<a href=# onClick=\"del_carrier('$scaccode');\">Delete</a>"; ?> like feherke told me, I don't know what I was missing, but i type it again because my eyes couldn't see the error hehe.. have a great day :)
  2. ejocobip

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

    hi guys thanks a lot for the help, I close the </a> tag, and verify in php.ini and verify that the short_open_tag is On, but didn't worked, maybe is something in my web browser? i think the problem is with the javascript what do you guys think?
  3. ejocobip

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

    Hello monksnake, I try it out and didn't work :( I guess if I don't find any more options i will create a autonumeric index for my tables hehe.. mmm I hope somebody help me with this issue thanks...
  4. ejocobip

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

    Hello feherke, thanks for your reply, I have already try that but didn't work, the error that javascript gives me, is that the string i send is undefined i think it takes my string like a variable name Error: 'My String' is undefined any ideas? thanks for your help :)
  5. 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=#...
  6. ejocobip

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

    Good day sleipnir214, thanks for your quick reply, I tryed with INTERVAL but it didn't work for me, perhaps is because my column is TIME format and not DATE, for example in the column I have: +------+---------------------+ | pkID | test | +------+---------------------+ | 1 |...
  7. 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...
  8. 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...
  9. ejocobip

    Report footer at same location on preprinted form

    hi ronphx. Did you figure it out? how to print the report footer at an exact location on a page? I've try the options listed on "119655 - ACC: How to Print Group Footer at Specific Location" but they didn't work for me, perhaps i'm doing something wrong. I have a report which is meant to be...
  10. ejocobip

    Problem on the display of Page Footer

    hi traingamer, thank's a lot for your reply. I've already try that option but, what i would like is that the Report Footer appear in the bottom of the page. is there a way to do that using Report Footer? Patricia Jocobi
  11. 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...
  12. ejocobip

    Printed report from Preview different than on the screen...

    Hi :) thank's for your quick reply I guess in my last post I didn't explain my main problem sorry about that. I'm runing this code in the Page Header Section Format event Me.PageFooterSection.Visible = (Me.Page = Me.Pages) In my report I want to be able to print the Page Footer Section only...
  13. ejocobip

    Printed report from Preview different than on the screen...

    Hi, franksirvent. I wonder if you've already find the answer to your question: "if there is a reason for a printed report (when printed from Preview) to print differently" I have the same problem, I have some report's that when i print them from the preview window, print's different not as...

Part and Inventory Search

Back
Top