RE: Escaping Pound Signs in a CF Query....

2000-09-01 Thread Mark Armendariz
ColdFusion Users Group - http://203.37.24.198 -Original Message- From: Mark Armendariz [mailto:[EMAIL PROTECTED]] Sent: Friday, 1 September 2000 5:00 To: Cf-Talk Subject: Escaping Pound Signs in a CF Query For some strange and utterly inconvenient reason, our former Access Database guy had

Escaping Pound Signs in a CF Query....

2000-08-31 Thread Mark Armendariz
stNum" as well as Cust##. Nothing seems to work. Anyone know of anything? Thanks In Advance!! Mark Armendariz Righteous Design -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe v

Can I get the Client's Time instead of the Server's?

2000-08-28 Thread Mark Armendariz
Is there a way to do a Now() of some sorts in CF to get the client's present time instead of the server's? Thanks in Advance Mark Armendariz -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

RE: Can I get the Client's Time instead of the Server's?

2000-08-28 Thread Mark Armendariz
zoneOffset() + "' name='offset'"; document.write(str); /script or you chould write it to a cookie for later use.. You can store the offset in a session var ~Justin - Original Message - From: "Mark Armendariz" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTE

RE: How do I get my Current URL

2000-08-24 Thread Mark Armendariz
page: Current URL is http://#CGI.SERVER_NAME##CGI.PATH_INFO# Hope this helps H Larry Juncker L Senior Cold Fusion Programmer I Heartland Communications Group Internet Division ] -Original Message- From: Mark Armendariz [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24

RE: Access 97 and 2000

2000-08-22 Thread Mark Armendariz
Taken from the MS Knowledge Base (I had this same issue) at: http://support.microsoft.com/support/kb/articles/Q241/1/41.ASP?LN=EN-USSD=g nFR=0 --- One error message you may receive is: Microsoft Access can't

RE: 4.5.1 memory leak? is this really a leak we are talking about ?

2000-08-15 Thread Mark Armendariz
Well.. just to not feel left out, CF Studio 4.5 crashes about 3 to 5 times an evening on my Win 2000 system.. (192 MB Memory) -Original Message- From: Andrew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 15, 2000 2:51 PM To: [EMAIL PROTECTED] Subject: Re: 4.5.1 memory leak? is this

RE: Browser / desktop resolution

2000-08-14 Thread Mark Armendariz
yeah!!! -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 11:22 PM To: [EMAIL PROTECTED] Subject: Re: Browser / desktop resolution What have you tried?? Ever looked into JavaScript?? I am going to be frank and apologize to everyone for

From .exe to .dll

2000-08-11 Thread Mark Armendariz
I am looking for resources regarding converting a dos based program into a dll that will run well from cold fusion. can anyone point me in the right direction? Thanks Mark Armendariz Righteous Desgin www.sorighteous.com [EMAIL PROTECTED

RE: From .exe to .dll

2000-08-11 Thread Mark Armendariz
does it do? ~Justin - Original Message - From: "Mark Armendariz" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTED] Sent: Friday, August 11, 2000 2:55 PM Subject: From .exe to .dll I am looking for resources regarding converting a dos based program into a dll tha

RE: From .exe to .dll

2000-08-11 Thread Mark Armendariz
MacCarthy - Original Message - From: "Mark Armendariz" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 11, 2000 3:23 PM Subject: RE: From .exe to .dll YEs, we have the source code. It's actually a proprietary application made by our own programmers to generate

CFX_NNTP and Formatting

2000-08-11 Thread Mark Armendariz
or forums application before, so I'm not really familiar with the 'standard' formatting. Do any of you guys/gals have any experience with properly formatting newgroup output within CF so it looks like 'the newsgroup look'. I'm just not to sure how to set up the groupings and such. Thanks!! Mark

RE: Need your help desperately...

2000-08-10 Thread Mark Armendariz
With all due respect as a fellow CF developer, if you expect a certification to get you a job, then you are cheating yourself. Show good work and stay in the forefront and it doesn't matter who cheated and who studied for the test. I know a few people that had to cheat the MS exams just to get

RE: Multiple value Select

2000-08-10 Thread Mark Armendariz
= confuse the browser and it will stay on the first option.=20 --K=20 -Original Message-=20 From: Mark Armendariz [mailto:[EMAIL PROTECTED]]=20 Sent: Tuesday, August 08, 2000 2:04 PM=20 To: [EMAIL PROTECTED]=20 Subject: RE: Multiple value Select=20 Yo may

RE: Multiple value Select

2000-08-08 Thread Mark Armendariz
Finances:br Select Name="Finances" size="#GetFinances.RecordCount#" multiple CFLoop query="Finances" CFIF ListContains(GetCustomer.Finances,#FinanceName#) CFSET FinanceSelected = "Selected" CFELSE CFSET FinanceSelected = "" /cfif Op

RE: Multiple value Select

2000-08-08 Thread Mark Armendariz
eGroup#) with: CFIF ListContains(GetPG.PG,"Agribusiness") Then Agribusiness is in fact selected. So I'm assuming there's something wrong with that one line. Do you happen to see where I went wrong? TIA, Athelene -Original Message- From: Mark Armendariz [mailto:[EMAIL PROT

RE: Multiple value Select

2000-08-08 Thread Mark Armendariz
ar (based on earlier posts about that issue), edited all of the records in the file to eliminate any extra spaces at the end, used the rtrim function. And still it's not ever finding a match. I appreciate the continuing help! This one is making me crazy (well, more crazy than usual.) Athelene

RE: Multiple value Select

2000-08-08 Thread Mark Armendariz
CFIF ListContains(GetPG.PG,"Agribusiness") the Agribusiness option is selected. So I think I'm doing something wrong in how I'm using the second parameter of the ListContains. Athelene -----Original Message- From: Mark Armendariz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Augu

RE: Formatting Data

2000-08-07 Thread Mark Armendariz
I'm not sure if this is what you're looking for, but try useing grouped outputs: CFQuery name="test" datasource="#application.test#" SELECTFieldOne FieldTwo FROM Test /CFQuery CFOutput query="test" group="FieldOne" #FieldOne# - #FieldTwo# CFoutput - #FieldTwo#

RE: Studio replacing characters

2000-08-07 Thread Mark Armendariz
hey.. you have an extra symbol in there... you have: option value="3" cfif getproduct.status is 3SELECTED/cfifUnavailable/option get rid of the after the value="3" it should be: option value="3" cfif getproduct.status is 3SELECTED/cfifUnavailable/option -Original Message- From:

RE: Quick Poll - What d you want in a host?

2000-08-07 Thread Mark Armendariz
large selection of custom tags plus the liberty of adding my own and to have system dsn's added a.s.a.p -Original Message- From: Jon Tillman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 3:52 PM To: [EMAIL PROTECTED] Subject: Quick Poll - What d you want in a host? Okay

cfx's and dll's

2000-08-07 Thread Mark Armendariz
as to how to set the dll up so that it will take input from a cfm request and reply with readable output or variable for another cfm page. Thanks... Mark Armendariz Mark Armendariz Righteous Design www.sorighteous.com [EMAIL PROTECTED] --=_NextPart_000_0020_01C000A7.71853E70 Content-Type:

RE: Help with CFQUERY/Update

2000-08-07 Thread Mark Armendariz
i may just be reaching, but is the Member_number field in your database a number field or a text field? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

RE: I need a host. Intermedia testimonials

2000-08-07 Thread Mark Armendariz
paul... do you use shanje? how are they? -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 12:56 AM To: [EMAIL PROTECTED] Subject: Re: I need a host. Intermedia testimonials Check out http://www.shanje.com/ best, paul At 09:04 PM 8/7/00

RE: I need a host. Intermedia testimonials

2000-08-07 Thread Mark Armendariz
I was pretty amazed when i checked out what they're offering. After i picked my chin up off my keyboard and backspaced over all the spaces it caused i had wondered about their reliability. Has anyone used these guys? How reliable are they? Being that all supportis via email, how good is the

RE: Help with updating a database

2000-08-05 Thread Mark Armendariz
You could try to include the form into the cfoutput tags, so that each product would have it's own editing form. Here's a rough idea of what i'm saying: CFQuery name="GetProducts" datasource="#Application.ds#" SELECTProductID, CategoryID, ProductName,

RE: Hosting Solutions???

2000-08-04 Thread Mark Armendariz
Powersurge.net is pretty good. 24-hour support, even though thgey usually answer an email within 5 - 10 minutes and some good rates. -Original Message- From: john ellard [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 6:42 PM To: [EMAIL PROTECTED] Subject: Re: Hosting

RE: Hosting Solutions???

2000-08-04 Thread Mark Armendariz
yes they do allow cffiles, cfdirectories, and they also allow you to add your own custom tags and cfx's -Original Message- From: Chris Lott [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 9:34 PM To: [EMAIL PROTECTED] Subject: Re: Hosting Solutions??? Powersurge.net is pretty