display image stored in MYSQL in report
Posted: Fri Mar 23, 2012 2:26 am
Hi,
New to nuBuilder and find it one of the best web database builder around.
Hope someone could help me with this.
I am building a staff database.
I have pictures stored in MYSQL for each staff record.
For displaying picture in the edit record page, i have done successfully by modifying the SCimage code and display using image ID, ie
<img id="theimage" src="">
However I can't do the same in the report designer by using <img id="theimage" src=""> as label.
How can I have the picture of the employee for each record printed out in the report?
Example:
Employee Report
--------------------------
Employee 1 Name
Employee 1 Contact Number
Employee 1 Photo Image
--------------------------
Employee 2 Name
Employee 2 Contact Number
Employee 2 Photo Image
New to nuBuilder and find it one of the best web database builder around.
Hope someone could help me with this.
I am building a staff database.
I have pictures stored in MYSQL for each staff record.
For displaying picture in the edit record page, i have done successfully by modifying the SCimage code and display using image ID, ie
<img id="theimage" src="">
However I can't do the same in the report designer by using <img id="theimage" src=""> as label.
How can I have the picture of the employee for each record printed out in the report?
Example:
Employee Report
--------------------------
Employee 1 Name
Employee 1 Contact Number
Employee 1 Photo Image
--------------------------
Employee 2 Name
Employee 2 Contact Number
Employee 2 Photo Image