Gettin the hang of it
Posted: Wed Aug 24, 2011 8:47 am
I have a table of images That I use in my feedback eg:
Is this going to be a problem to display in a similar manner.?
This was the original code:
SELECT
<output title = "Record ID" name="ID_feedback" hidden="YES"/>,
<output name="author" hidden="yes"/>,
<output title = "Feed Back Date" name="FB_date" type="edit"/>,
<output title ="First Name" name="FirstName" type="edit"/>,
<output title = "Last Name" name="LastName" type="edit"/>,
<output title="Feed Back Rating" replace="flags.flag" type="link" linktype="img" sizex="30" />,
<output name="Client_ref" hidden="yes"/>,
<output title = "FEED BACK" name="FBcomment" type="edit"/>,
<output title ="Client Number" name="client.Idclient" type="edit"/>,
<output title = "Last Updated" name="LastUpdate" />
FROM `client`, feedback, flags
WHERE client.Idclient = feedback.client_ref AND IDflag = FBrate AND author = <code type="user"/>
***********
Just liked the look of the graphics..
Don
Is this going to be a problem to display in a similar manner.?
This was the original code:
SELECT
<output title = "Record ID" name="ID_feedback" hidden="YES"/>,
<output name="author" hidden="yes"/>,
<output title = "Feed Back Date" name="FB_date" type="edit"/>,
<output title ="First Name" name="FirstName" type="edit"/>,
<output title = "Last Name" name="LastName" type="edit"/>,
<output title="Feed Back Rating" replace="flags.flag" type="link" linktype="img" sizex="30" />,
<output name="Client_ref" hidden="yes"/>,
<output title = "FEED BACK" name="FBcomment" type="edit"/>,
<output title ="Client Number" name="client.Idclient" type="edit"/>,
<output title = "Last Updated" name="LastUpdate" />
FROM `client`, feedback, flags
WHERE client.Idclient = feedback.client_ref AND IDflag = FBrate AND author = <code type="user"/>
***********
Just liked the look of the graphics..
Don