Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~782 People Reached
Favorite Tags
Member Avatar for Prodian

This is my first post so be easy on me please. Im using a INI parser to read and write to an ini file. When reading the ini file I have certain parameters set to 1 or 0, which need to be stored to a checkbox variable. Heres a peice …

Member Avatar for duffmanleesin
0
167
Member Avatar for gavy

Hi, I am using a Flash Component provided in asfusion.com to upload files in Coldfusion. I used in my flash forms exactly the same way as it is defined in the focumentation as; <cfformitem type="html"> <cf_flashUpload label="Upload Picture: " name="logo" fileTypes="*.jpg;*.png;*.gif" fileDescription="Image files" actionFile="upload.cfm"> <cf_flashUploadInput buttonStyle="corner-radius: 0;" inputStyle="fontWeight:bold" inputWidth="180" uploadButton="true" …

Member Avatar for Prodian
0
169
Member Avatar for Prodian

I have a form that asks the user for a quantity. This quantity is used to check the checkboxes on the action page. Here is code example for the action page: [CODE] <cfparam name="Form.quantity" default=""> <cfif Form.quantity GT '0'> <cfset client.quantity_token = 'Y'> <cfelse> <cfset client.quantity_token = 'N'> </cfif> <cfoutput …

Member Avatar for Prodian
0
121
Member Avatar for Prodian

First off Im not a dba and Im fairly new to sql. These questions are probably basic SQL knowledge but here are the questions: 1. Say there are 75 million records in the database with about 100 columns. If you run a simple SELECT query with a couple where clauses, …

Member Avatar for debasisdas
0
87
Member Avatar for Prodian

[B]Background Info[/B]: I have 2 tables one called cats with categories (ie:Administration) and catid (ie:1,2,3,4..etc.) and another table called links which has catid(ie: 1,2,3,4...etc.), url, title. [B]Here is what Im trying to do[/B]: I already have it displaying everything nice and pretty but now i need to change up how …

Member Avatar for Prodian
0
156
Member Avatar for Prodian

Im using NINI parser to read and write to an ini file. Everythings working fine, its reading and writing but lets say I read in these vaules: [code] [Settings] Test=1 Off=0 On=1 [/code] It reads them fine but now lets say I change a 1 to 0. It writes back …

Member Avatar for JerryShaw
0
80