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 :)
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?
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...
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 :)
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=#...
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 |...
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...
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...
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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.