Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

values below images

Status
Not open for further replies.

swetham

Programmer
May 5, 2010
257
DE
I have fields in database as,

name shape A B C D E
abc image 1 0 0 0 0
def image 1 1 0 0 0
dfg image 1 1 1 0 0

in 'abc' A value will be below of image
in 'def' A value will be below of image and B value will be right side of image
in 'dfg' A value will be right of image and B value will be below of image and c will be left of image

How to print those values if posittion of a,b,c,d,e values are changing for every image?

Please help me out.
 
In the table shape number will be there, depending on shape number values position will be changing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top