How to Find Hidden Characters -- maybe related to whitesp...

2002-02-07 Thread Carol Bluestein
x27;ve been working on this for several days. Any help would be very much appreciated. Thanks, Carol Carol Bluestein TAAD, Senior Programmer NYS Office of Real Property Services 16 Sheridan Avenue Albany, NY 12210 518-486-6335 __ W

Re[2]: Re[2]: Mystery:Code dissappears/changes on Unix Serve

2001-09-17 Thread Carol Bluestein
- From: "Carol Bluestein" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 9:55 AM Subject: Re[2]: Mystery:Code dissappears/changes on Unix Server > Whew, Phillip. It is really good to know we are not alone. > The only d

Re:RE: RE: Mystery:Code dissappears/changes on Unix Server

2001-09-17 Thread Carol Bluestein
Hi Steve, You make an important point. We are aware of the case sensitivity in UNIX but I will do a double check in our most recent case. However, as I said before, the code worked one day and not the next. If case sensitivity were the problem, wouldn't it have had errors right along? We do not

Re:RE: Mystery:Code dissappears/changes on Unix Server

2001-09-17 Thread Carol Bluestein
EC, would love to but there is absolutely no consistency in the errors. Could be a what looks like a typing error, could be a line of code, could be what looks like reversion to the prior code, or it could be code that looks like somebody else (highly unlikely) touched it -- causing the "Who di

Re[2]: Mystery:Code dissappears/changes on Unix Server

2001-09-17 Thread Carol Bluestein
Whew, Phillip. It is really good to know we are not alone. The only difference is that we save each page on the UNIX server, not on our NT boxes. So, it is working on the UNIX server when we end our day. Next day, broken. It doesn't happen a lot, but when it does it is very frustrating. We as

Mystery:Code dissappears/changes on Unix Server

2001-09-14 Thread Carol Bluestein
Hi all. We have been experiencing code problems on our Unix server. Pages that are working on day 1 are NOT working on day 2. It is NOT multiple developers hitting the same code at the same time as far as we can track. It is NOT that changes are not being received by the server, we can see the

Re:OT - Software allocation of RAM

2001-09-13 Thread Carol Bluestein
You are not alone. I'm not an expert here and I'm sure you are going to get plenty of expert help. However, I will say that anything less that windows2000 (and I don't know if NT is excepted here) allocates only 125 of RAM ( or some such low number) no matter how much RAM you have installed. Win

Tracking data download %'s on the browser

2001-09-12 Thread Carol Bluestein
Hi All. The question: How do I let the user know how long it will take to execute their query? Either in text or visually. I'm stumped because the execution is on the server and I want to display how much time is left on the browser. While I can create a visual in a new window that will load o

Re:RE: creating excel file in the REQUESTED format

2001-08-30 Thread Carol Bluestein
Please, I'd like to see it also. We've been able to do it, but we have to hard code the select statement as well as the header row as we needed to present the fields in a specific order, with headers that are different from the field names, as well as create the csv file. If any one is inter

Re:OT - batch printing dynamic pages

2001-05-25 Thread Carol Bluestein
You are not alone. Me Too! But, from all I can gather, there is no code in CF that will "take control" of the client environment. Clientside JavaScript can bring up a "print" popup for the user but that is about it. No one button action will do it all. You can write to a txt, doc, csv with CFFI

Re[2]: Download Software From The CF Server

2001-05-18 Thread Carol Bluestein
Thank you all for your help. It worked. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply Separator Subject:Re: Download Software From The CF Server Author: [EMAIL PROTECTED] Date: 5/17/01 2:

CSV file;CFFILE;Sybase IQ12

2001-05-15 Thread Carol Bluestein
Hi all. Hoping someone who has "BEEN THERE, DONE THAT" can help. Have to create a csv file from a cfquery resultset which can then be imported into a number of programs that do statistical analysis. Approximately 5000 rows/records with a final size of 1730 kb. A sql count and the display of the

Re:RE: CF_DOWNLOAD -- need fix ASAP

2001-05-14 Thread Carol Bluestein
Please tell me who you are and I'll contact off line. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply Separator Subject:RE: CF_DOWNLOAD -- need fix ASAP Author: [EMAIL PROTECTED] Date: 5/14/0

CF_DOWNLOAD -- need fix ASAP

2001-05-11 Thread Carol Bluestein
Hi All. Anyone successfully downloading files from server to client? We are running tests on Monday and help would be appreciated. I have retrieved the cf_download tag (from the server to the client box) and am trying to use it -- somewhat unsucessfully. In NETSCAPE, the download pop-up windo

Re:Trouble with controlling decimal places in Access table c

2001-04-18 Thread Carol Bluestein
Look into the masks for each field and/or go into REGIONAL SETTINGS on your control panel. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the off

Re:Passing results from a query to a different JS page

2001-04-18 Thread Carol Bluestein
Try passing the cf result set in to jswddx. Javascript can read this file. If you give call the file session.filename, then it will be available. Check it out. It is cool. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply

Re[2]: Re:Runtime session var error.

2001-04-13 Thread Carol Bluestein
t seems to have disappeared.... "Carol Bluestein" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > It would seem to me, that if the program is not finding session.password, that > you might use cfparam to set it (so it will always be there) and check you

Re[2]: CF Website

2001-04-12 Thread Carol Bluestein
www.remotesite.com (and it "ain't" free either) Carol Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply Separator Subject:Re: CF Website Author: [EMAIL PROTECTED] Date: 4/11/01 9:18 PM Spectr

Re:Runtime session var error.

2001-04-11 Thread Carol Bluestein
It would seem to me, that if the program is not finding session.password, that you might use cfparam to set it (so it will always be there) and check your code for a structClear(session) or structDelete command -- you may have inadvertantly cleared the session.password variable. Carol L. Bluestei

Re:Studio 4.5.2

2001-04-11 Thread Carol Bluestein
Sebastian, I work both on a multiple user Enterprise server and a single user Enterprise server. In the first instance, there was not a problem. However, in the single user version, unfortunately, been there, done that. First, be sure you are downloading the right files. Then, download and inst

Re:RE: JavaScript use with ColdFusion Variables

2001-04-11 Thread Carol Bluestein
Greetings all. In this same vein (and by the way, the DepressedPress.com website appears to be down), is there someone available who can take the time to explain the how's and why's of how the following code works: integration of javascript and cfml. Thanks in advance, Carol >From Nate Weiss'

Re:Printing, page breaks, and heading info

2001-04-09 Thread Carol Bluestein
Believe you can't use the style=page-break etc. inside a table. So you have to count rows and end your table, put in the break, and start a new table for each page. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply Separat

Re[2]: CFSCRIPT "switch" Brain Burp

2001-04-05 Thread Carol Bluestein
on't know why the brackets would break it. Let us know if it works. Jason - Original Message - From: "Carol Bluestein" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 12:34 PM Subject: CFSCRIPT "switch" Brain

Re:RE: CFSCRIPT "switch" Brain Burp

2001-04-05 Thread Carol Bluestein
Thank you, thank you, thank you. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply Separator Subject:RE: CFSCRIPT "switch" Brain Burp Author: [EMAIL PROTECTED] Date: 4/4/01 9:05 PM > Looking

CFSCRIPT "switch" Brain Burp

2001-04-04 Thread Carol Bluestein
Looking for cfscript guru... I know the answer to this is so simple, but I have tried everything...I think... and the next step right now seems to be... asprin, chicken soup and medication. I tried: switch abc; switch 'abc', switch '#abc#', switch #abc#; switch (abc); switch ('abc'), switch

Re:QUESTION: Sybase's equivalent of FULL JOIN and OUTER JOIN

2001-03-29 Thread Carol Bluestein
Hope this helps. FYI: Sybase has a site with info and downloads for a lot of the help you might need. Also, check around for Adaptive Server Enterprise Transact-SQL User's Guide -- it may be sitting on a shelf in the db admin's office. SELECT a.last_first, a.company, a.title, a.id as AID

Re: One record query output

2001-03-19 Thread Carol Bluestein
Try max(column_value) or min(column_value) in where clause - Original Message - From: "Michael Gribbin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 10:09 PM Subject: One record query output > Hi, I'm trying to find out if it's possible to limit t

Slow Response (Grrrr) from server? ie?

2001-03-19 Thread Carol Bluestein
mited and it is taking ages. Thank you in advance, Carol Carol Bluestein www.CarolBluestein.com [EMAIL PROTECTED] a.k.a. [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority

Re:RE: Form Fields cleared on Back

2001-03-15 Thread Carol Bluestein
Tried it, Philip, but my browser could not read the URL. But, I must say, it is a very well-done website. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply Separator Subject:RE: Form Fields clear

Re:OT: Dreamweaver UltraDev 4

2001-03-09 Thread Carol Bluestein
Just saw a demo at the ANYCFUG meeting last night. It looks like UltraDev is CF's answer to MS Visual Interdev. It sets up simple database functions (insert, delete, edit, move to first, last, next, prev). Does not, on its own, handle relationships between tables(like the query window in CF) fiel

Re[2]: Javascript: Tearing my hair out

2001-03-08 Thread Carol Bluestein
Another suggestion (or is it the same???) is to create the object with an "input type=hidden" statement and a default value. Then when your page is read, the object exists for the OnSubmit function. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED]

Re:Query Pagination

2001-03-08 Thread Carol Bluestein
Pagination is in the HTML style sheet code. Go to http://www.w3.org/TR/CSS2/propidx.html and scroll down to page-break. There are links here to directions and use. If someone has figured it out in CF, please let me know. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-48

Re:Is Web Printing Without margin header and footer possible

2001-03-08 Thread Carol Bluestein
Welcome to the club of "how do I print this?" The only way I could figure out how to do it from a coldfusion page was to remove the header and footer settings from the browser settings. If you find a better way, PLEASE LET ME KNOW! As an aside, it would be so nice if CF would put something togeth

Re:RE: RE: RE: Request Scope

2001-02-15 Thread Carol Bluestein
his would work: #request.ses.sessionTimeout# #request.app.applicationName# #request.ses.userProfile.username# #request.app.aApplicationIDs[2]# OR: etc. HTH, Jason Jason Aden Allaire Certified Developer [EMAIL PROTECTED] www.wwstudios.com &g

Re[2]: Regular Expression Help

2001-02-10 Thread Carol Bluestein
Hi all. For a wonderful reference on regular expressions, go to Albany New York Cold Fusion User Group : http://www.anycfug.org/index.cfm Regular Expressions- Jerry Ela Special-View an excellent online presentation developed by Jerry Ela on Regular Expressions (A must see!) Other good info

Re:RE: Help: WDDX deserialize problem - still get error

2001-02-05 Thread Carol Bluestein
Hi Simon... and others who responded. Thank you for getting back to me so quickly. I actually copied my original code from Forta's Advanced ColdFusion Application Development 4.0, Page. 284: Chapter 16 16 Using WDDX to Create Distributed Applications. However, I changed my code as you suggeste

Help: WDDX deserialize problem

2001-02-02 Thread Carol Bluestein
I'm sure this is a Friday problem and I'm just brain dead but I have no idea what is going wrong or what the message directs me to correct. Something is happening and I've no idea how to fix it or where to look. Would appreciate it if someone could point me in right direction. It is probably ri

Re:RE: RE: RE: Request Scope

2001-02-02 Thread Carol Bluestein
Developer [EMAIL PROTECTED] www.wwstudios.com > -----Original Message- > From: Carol Bluestein [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 12:20 PM > To: CF-Talk > Subject: Re:RE: RE: Request Scope > > > Jason, > Thank you. Thank you. Thank you. > That makes so

Re:RE: RE: Request Scope

2001-02-02 Thread Carol Bluestein
ed data, not the original data in in the shared scope. HTH, Jason Jason Aden Allaire Certified Developer [EMAIL PROTECTED] www.wwstudios.com > -Original Message- > From: Carol Bluestein [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 02, 2001 10:25 AM > To: CF-Talk >

Re:RE: Request Scope

2001-02-02 Thread Carol Bluestein
Is any one out there using the request variables extensively? I'd like to know more about the request scope and how to use it. I've found very little in my documentation (4.0.1) and have searched the allaire knowledge base with no obvious results (a lot comes up but the titles lead me to believe

Re[2]: Performance question - CFINCLUDE versus writing a cus

2001-01-31 Thread Carol Bluestein
the CFSTOREDPROC tag. Carol Bluestein wrote: > We are managing huge SYBASE IQ databases and looking for ways to increase > performance. Your comment on stored procedures (5x quicker) really caught my > attention since our queries are also huge. I check allaire's knowledge base and &g

Re[2]: Performance question - CFINCLUDE versus writing a cus

2001-01-31 Thread Carol Bluestein
We are managing huge SYBASE IQ databases and looking for ways to increase performance. Your comment on stored procedures (5x quicker) really caught my attention since our queries are also huge. I check allaire's knowledge base and my current CF books (incl.Forta's Advanced Cold Fusion 4.0) and

Re:RE: CF & PWS ppl! HELP!

2001-01-22 Thread Carol Bluestein
I suggest you go to the Microsoft download page and make sure you have all the latest updates for - including the NT service pack - see the allaire site as to which one you should be using. This is a pain, but once you go through the steps, it does work. Carol L. Bluestein Senior Programmer NYS

Re[2]: CF and FrontPage

2001-01-19 Thread Carol Bluestein
OK. I'm convinced. Can you tell me what if there are any conversion issues (and what they are) when you convert existing page from Front Page to DreamWeaver? Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] Reply Separator

Re:RE: A book about "debugging applications' ?

2001-01-04 Thread Carol Bluestein
This is for Mike Lakes... A while ago you mentioned tutorials on debugging that would be up around Jan.1. There was great interest at the time. I even saved the email (see below). Would be very interested in the status of your site. Carol Carol L. Bluestein Senior Programmer NYS Office of Re

Re[2]: OT: Does JavaScript have a Trim function?

2000-12-20 Thread Carol Bluestein
Nelson's response works in CF. In JS, just did this the other day... You could adapt this routine for yourself: And remove blanks from the front and back This just removes them from the front. I believe if you use -1 it will come off the back end. for (var i=0; i Reply-To: [EMAIL PROTECTE

Re:RE: Printing Help

2000-11-30 Thread Carol Bluestein
Kim, If you want to print the page directly from the .cfm page the user sees, this is what I have done. Set up one or more variables through either: forms with type='hidden' or with or with . Then use to determine if they should be viewed or not. If I want to print a page called "stuff.cfm", I

Re:Very Off The Topic How to Insert a page break for printi

2000-11-09 Thread Carol Bluestein
There are probably any number of ways, but I would put the part you want to print in its own cfm doc and when the PRINT button is pressed it calls the page to print. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] ---

Re:RE: Custom Tag w/JS functions

2000-10-26 Thread Carol Bluestein
Hi all. Not sure if this is OT or not. With respect to CF code and JS, the CF tag THREESELECTS intertwines CF and JS inbewteen script tags. I'd like to know more about how this works. so I could use it in the code that I do. Carol Carol L. Bluestein Senior Programmer NYS Office of Real Proper

Re: and the "required" field

2000-10-26 Thread Carol Bluestein
Hi Scott. This works for me, but if anyone else has a better idea, I'm always happy to learn. I set up a counter variable and when it increments to 1, selected. First of all, be sure your select is within form tags. cntr=0 selected> #field_name# if you don't chang

CFLOCK HELLLLPPPP

2000-10-20 Thread Carol Bluestein
Hi all. Sorry about another cflock question, but using it has stopped our system cold. Our system: CF v4.1 on NT integrating with ESRI ArcIMS and using SYBASE IQ12 on UNIX for our datawarehouse. In ArcIMS, the screen is divided into frames and and the CF comes on in one of the frames. I put a

Re[2]: outputting data to a local printer

2000-10-12 Thread Carol Bluestein
Also, if you want to remove the headers and footers (generated from the browser), have a help message/window that tells people how to go into their browser (in ie) file/page setup and remove the header and the footer. With these removed the page will come out "clean". Carol L. Bluestein Senior

Re:PRINT - can anybody help with this?

2000-09-06 Thread Carol Bluestein
This was posted earlier with no response. Is that because no one has any idea as how to solve this or is it so simple that I am just too close to the project. I would appreciate some feedback from some of the experts out there. Thanks. Carol Once my users dynamically build reports to screen (

Re[2]: (OT) making fields readonly with JavaScript

2000-08-31 Thread Carol Bluestein
Yes, it works and works well. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] I haven't tried this, and in fact I'm stealing this from the JS-Jive list: onFocus="this.blur()" in the input tag Ricq Pattay <[EMAIL PROTECTED

Re:RE: OT: Securing Code ( was "Download Code")

2000-08-30 Thread Carol Bluestein
I'm no expert in matters of intellectual property, but I have worked in a parallel field. You can check with a lawyer, but in general, the person/company/organization that has asked and paid for software development owns the code (and can do with it what they might without consulting/including an

Re[2]: Simple IIS question

2000-08-29 Thread Carol Bluestein
And, ColdFusion recommends PWS95... which by the way will show an error with MTS. You have to get the MTS upgrade as well as PWS95. Both are available at the download center at Microsoft.com. Carol L. Bluestein Senior Programmer NYS Office of Real Property 518-486-6335 [EMAIL PROTECTED] ___

PRINT

2000-08-28 Thread Carol Bluestein
Once my users dynamically build reports to screen (have already done this), via a "print" button (CF_PRINT), I then send them to a .cfm that formats the report for a printer and brings up the printer interface window where the user must tab to choose "landscape" for the initial report. I would li