10x, but it didn't works:
-------------------
SQL query:
SELECT date_modified
FROM notes d
INNER JOIN (
SELECT MAX( notes.date_modified ) AS maxdate
FROM notes
) AS mx ON mx.maxdate = d.date_modified
-----------------------------
MySQL said:
#1064 - You have an error in your SQL...
what is wrong in this statement ? I need to get only the last modified subject from a table.
SELECT subject, date_modified FROM notes d INNER JOIN
(SELECT MAX(notes.date_modified) AS maxdate FROM notes AS mx)
ON mx.maxdate = d.date_modified
10x
You don't understand what I need ! I don't want to leave the user using JUST the touchscreen to print more than 1 copy of the document !
This can't be done from JavaScript/CTRL+P (don't forget that the user can't push any button on keyboard) !
something like this.... and the error is on the third line ..... on IIS of course !!!!
<?php
if ($loc == "admin")
{
?>
<tr bgcolor="#ffffff"><td>
<table width="100%">
<tr><td align="left">
<img...
I try to install PHP module into IIS on a W2000 system like in the documentation from http://www.php.net/manual/en/printwn/install.iis.php ! I receive error messages like :
Notice: Undefined variable : name in c:\inetpub\wwwroot\test.php on line 3
and at line 3 I have : if...
I try to install PHP module into IIS on a W2000 system like in the documentation from http://www.php.net/manual/en/printwn/install.iis.php ! I receive error messages like :
Notice: Undefined variable : name in c:\inetpub\wwwroot\test.php on line 3
and at line 3 I have : if...
two questions:
- how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title
- how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
two questions:
- how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title
- how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
two questions:
- how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title
- how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
two questions:
- how I insert a title into an Excel chart bigger than 32 characters ? prop: chart1.Title
- how I can set the option "Vary colors by point" (coloring the column different) from "Format data series" on On (or TRUE) with the editor Visual Basic because I didn't...
how I get all contents of a word doc wirh a macro written in VB ? after this I need to get it and put into a Rich Text field into another application using API !
I have a picture into clipboard and I put it into a document through the next code:
Dim w As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = w.CurrentDocument
Call uidoc.GotoField( "Body" )
Call uidoc.Paste
The Body field is Rich Text and if the picture is 1024x 768...
I have a picture into clipboard and I put it into a document through the next code:
Dim w As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = w.CurrentDocument
Call uidoc.GotoField( "Body" )
Call uidoc.Paste
The Body field is Rich Text and if the picture is 1024x 768...
I had a problem with domino.doc imaging when I try to save to adomino doc binder : "error uploading document to server". teh Domino Desktop Enabler and Domino Doc function very well ? Have you any suggestion ? Thank you ! bog_tom@yahoo.com
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.