sandyeggoxj
Well-Known Member
Are you going to have a beta program and offer discounted or free term subscriptions to beta testers?
Are you going to have a beta program and offer discounted or free term subscriptions to beta testers?
I need more suggestions than I need testers... If you do any coldfusion programming then you get an automatic lifetime membership lol
Made major progress on the code last night - free trials should be starting soon!!! Stay tuned!
Any new updates ?
Just FYI, you are aware that Adobe isn't supporting Flash on Linux any longer, right? If you want Flash, you pretty much have to go with the Chrome browser or Chromium browser (open source version of Chrome.)
ColdFusion volunteer here, hope this isn't spaghetti code lol
<tr height="500">
<td valign="top">
<center>
<cfform method="post" action="act_BeerOptions.cfm">
<cfoutput query="getBeers">
<!---
THIS IS BROKEN BECAUSE #TAPNUMBER# BELOW IS NOT DEFINED.
--->
<br>
<br>
<font face="Arial Narrow" color="ffffff" size="3">Tap
#tapnumber# - Full?</font>
<cfinput type="checkbox" name="beer#tapnumber#isfull"
value="IsFull" checked onClick="Display('IsFull');">
<div ID="IsFull" style="display:block">
<font face="Arial Narrow" color="ffffff" size="3">Tap
#tapnumber# Name</font>
<br>
<cfinput id="beer#tapnumber#name"
name="beer#tapnumber#name" type="text" maxlength="255" value=""/>
<br>
<br>
<font face="Arial Narrow" color="ffffff" size="3">Tap
#tapnumber# Style</font>
<br>
<cfinput id="beer#tapnumber#style"
name="beer#tapnumber#style" type="text" maxlength="255" value=""/>
<br>
<br>
<font face="Arial Narrow" color="ffffff" size="3">Tap
#tapnumber# ABV</font>
<br>
<cfinput id="beer#tapnumber#ABV"
name="beer#tapnumber#ABV" type="text" maxlength="255" value=""/>
<br>
<br>
<font face="Arial Narrow" color="ffffff" size="3">Tap
#tapnumber# SRM</font>
<br>
<cfinput id="beer#tapnumber#SRM"
name="beer#tapnumber#SRM" type="text" maxlength="255" value=""/>
<br>
<br>
<font face="Arial Narrow" color="ffffff" size="3">Tap
#tapnumber# IBU</font>
<br>
<cfinput id="beer#tapnumber#IBU"
name="beer#tapnumber#IBU" type="text" maxlength="255" value=""/>
<br>
<br>
<font face="Arial Narrow" color="ffffff" size="3">Tap
#tapnumber# Tap Date</font>
<br>
<cfinput id="beer#tapnumber#tapdate"
name="beer#tapnumber#tapdate" type="text" maxlength="255" value=""/>
<br>
<br>
</div>
</cfoutput>
<cfinput name="submit" type="submit" value="Submit">
<cfinput name="custid" type="hidden" value="#url.custid#">
<cfinput name="tapqty" type="hidden" value="#url.tapqty#">
<cfinput name="title1" type="hidden" value="#url.title1#">
<cfinput name="title2" type="hidden" value="#url.title2#">
</cfform>
This is seriously cool, I have an old PC in my garage I can't bring myself to get rid of and this seems like a good use for it.
What would it take to have the keg levels live as well? There is a growler place close to me that does it, they even have it online. I'm guessing they have some kind of scale below each keg.
http://www.tapsandcaps.com/taps.html
Maybe v2.![]()
Ok, calling all CF/SQL guys here.
// SNIP //
So I need to figure out a way to get #tapnumber# to return a number. I'm thinking MOD and RECORDCOUNT or something, but I can't figure it out
Any suggestions?
instead of #tapnumber# use #getBeers.currentRow#
Does this mean I'll know what's on tap soon?
Just ran thru it...http://mytapdisplay.com/addcustomer.cfm Try that on for size. It still bombs at the very last step, but I'm getting there...
Just ran thru it...
You're using an INSERT where should be an UPDATE (assuming you already created rows for by brews in the "Beers" table) BUT that would likely be counter productive if I ever wanted to add another Tap to my list of available brews...
OH, also "Like" the inverted N in the title... makes my "Big Floppy Donkey B... " definitely standout