Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Speegs #1
Call Image if recordset value = something
I have a database, and there is a goal feild in table 1 which specifies a
static value lets say 1000. I have a donation feild in another table 2 which
contains the donations members make to reach the goal in table 1. Now I have a
view in SQL which adds the dontaions and subtracts it from the goal amount of
1000. I wanted to know if someone could help me I want to show an image which
will say this goal has been met. when the amount reaches 0. I guess what I am
asking is there a way to show an image based on a recordset value? Speegs.
Speegs Guest
-
how to call image files - PHP
Ok - so i want to take my "project" to the next step. i hope. I currently have a dynamic table, that is populated by MySQL database, using PHP. this... -
Default Image if no recordset available ASP/VB
Can someone tell me whats wrong with this <img src="IF <%= Thumbnail("_small",(Recordset1.Fields.Item("image").Value)<>""Then<br> Response.Write... -
Display image if a recordset contains something in PHP
I am workin on a website for a retaurant where the menu listing has many vegetarian options. In the database the 'vegetarian' column contains a v or... -
RecordSet.Move or RecordSet.AbsolutePosition??
Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to... -
how to call function/sub from the image
Hi group, How to call the function from the image click? I'm using the Img1.attributes.add("onclick", "fnName") to add the onclick attribute. In... -
funkster #2
Re: Call Image if recordset value = something
[url]www.dmwzone.com[/url] have a free extension called 'advanced conditional region' if
you install it you then just place the image, select it and apply the
behaviour. In the dialogue put:-
yourRecordset.fields.item('goalMetField').Value = ''
funkster Guest
-
funkster #3
Re: Call Image if recordset value = something
sorry ='' is empty, that should probably have been ='0'
funkster Guest



Reply With Quote

