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 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...
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...
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.