OT - Good list for HTML questions

2001-05-02 Thread Perez, Bismark
Hello there, Can somebody recommend a good list to ask HTML questions, I have this page which looks good under IE, but some how it looks terribly wrong under NS, or if there is a site that will shed light on how to do things so they'll be cross-browser... TIA Bismarck Perez

Weird problem setting client variable

2001-06-11 Thread Perez, Bismark
I have the weirdest problem setting a client variable and for the live of me I can not see where the problem is. The problem is the following: I have a form where the user can change the language of the site, one of the fields on the form is a select box named NewLang, now, once the user

Client variables disappearing

2000-11-01 Thread Perez, Bismark
Hello there, I have this little problem, I'm saving the last order number on a client variable (I need to pull that order next time the user hits the site, no matter if they have not completed the order), in the application.cfm I'm checking if the client.order is defined, if it is not then I

RE: Client variables disappearing

2000-11-01 Thread Perez, Bismark
: Client variables disappearing not sure, but it sounds to me like you should be setting a cookie, not a client variable. ~Simon -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 9:38 AM To: CF-Talk Subject: Client variables disappearing

Passing forms fields problem

2000-11-10 Thread Perez, Bismark
Hello, I assume that you can not pass form field to another template via a cflocation, so, here is my question, If I define the form fields before doing the cflocation, will the fields be passed that way? is there another way of doing this? since the template is going to be processed in the

RE: Passing forms fields problem

2000-11-10 Thread Perez, Bismark
thanks to all that responded, that's what I though... my work around, since I have a whole bunch of fields on the first form, will be to save the fields to a client variable on the first template and then assign their values to a hidden field inside the last form, since the last form gets posted

List field been used as a retrieval argument

2000-12-20 Thread Perez, Bismark
Hello list, I have a problem I can't see to find the answer... I have a list field I want to use as a retrieval argument of a query, but some how the database don't like the way I'm defining the retrieval... for the life of me I can't see where the error is, maybe you guys can help... the

RE: List field been used as a retrieval argument

2000-12-20 Thread Perez, Bismark
Thanks everybody for your help... I guess I was just looking for a hard solution without even looking at the simple ones :-) Bismarck Perez ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: big translation

2001-01-16 Thread Perez, Bismark
Hi Peter, on your example you use: Application.labels['en']['geninfo'] = "General Information" how where you able to create a multilevel structure, I though you can only create a single level (exp. Application.labels['getinfo'] = "General Information") where "labels" will be the name of the

OT - Browsers version by percentage

2001-01-22 Thread Perez, Bismark
Sorry for the real OT, but can somebody shed a light on this... the other day there was a thread talking about excluding some users that might have an old browser which might not support JavaScript and all that... I was wondering, by looking at your logs, can somebody tell the list what is the

Web Authoring FAQ (WDG) (http://www.htmlhelp.com/faq/html/all.htm l)

2001-01-26 Thread Perez, Bismark
Tinee, some more things to read... :-) http://www.htmlhelp.com/faq/html/all.html Web Authoring FAQ (WDG).url ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Web Authoring FAQ (WDG) (http://www.htmlhelp.com/faq/html/all .htm l)

2001-01-26 Thread Perez, Bismark
list, sorry for this mistake, this was not supposed to go to the list, my mistake :-) Bismarck Perez -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 1:59 PM To: CF-Talk Subject: Web Authoring FAQ (WDG) (http://www.htmlhelp.com/faq/html

White spaces on top of page in Netscape

2001-01-29 Thread Perez, Bismark
Hello list, I have a problem with Netscape inserting white lines on top of the page, the problem seems to be a cfquery code in the middle of the page, as soon as I comment out the code the page looks fine, for the life of me I can't figure out what is wrong... can somebody help... TIA

RE: multiple queries tie up web server

2001-02-05 Thread Perez, Bismark
Hey there, is these a query that needs to run interactive? one way that you can approach this is to create a file that will contain all the fields (data) that is been pulled in by all these queries, yes, it will be a BIG file, but if you have the space on the server sometimes that is the best

Reloading of the field values on add/edit form

2000-04-18 Thread Perez, Bismark
Hello there, Sorry if I'm asking a question that have been asked before... I'm new to CF and was looking for help on how to reload the values of a form once the user submits it... The scenario: I have a form that I use for add/edit, once the user presses the add/update bottom, I send it to

Accessing same document form field

2000-05-03 Thread Perez, Bismark
Hello there, I have a problem that I can't figure out why it won't work...I have a cfquery that uses a form field defined as "hidden" to retrieve some data, the field is defined inside a cfform tag in the same document as the cfquery, but when it hits the cfquery it is telling me that it can't

RE: Multi language support.

2001-10-02 Thread Perez, Bismark
If you put the strings into a file, how where you able to load them into a variable (i'm guessing a structure) inside your program. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 8:28 PM To: CF-Talk Subject: Re: Multi language support.

Setting session variables using JavaScript

2001-11-29 Thread Perez, Bismark
Hello there, Is it possible to set the value of a session variable using JavaScript, the scenario is the following, I have a page that opens a window where the user can select a value from a select box, the form action is actually call to a JavaScript function that refresh the opener window

Wrapping a list when displayed

2001-12-06 Thread Perez, Bismark
can a field containing a comma separated list of values be wrapped when displayed? I'm displaying a field on which I place the valuelist() content of a field in a query, somehow even if I specify the width for the td the td becomes extra large because the field is not wrapping, and I'm not even

RE: AS/400 Screen Scraping data and reading data???

2000-05-15 Thread Perez, Bismark
Is the info been entered into the /400 in real time? do they needed in real time... if not, one approach you could use is to save the data from the web into a file (incremental record) on a /400 folder and have a CL run an RPG (every xx min/hours) that will populate the data (kind of a copy of

RE: CF and new browser windows

2000-05-15 Thread Perez, Bismark
why don't you move the "window.open" code to the script section and then call the function from the onclick=, that way you can check on the JavaScript for the value of the field that tells you whether the 'legend' should be opened and then issue another "window.open" call... Bismarck Perez

RE: CF and new browser windows

2000-05-15 Thread Perez, Bismark
ew browser windows Hey, Since I am a total Java "idiot" this sounds totally like "Greek" to me care to elaborate in terms that a "non-java" person would understand? grin thanks Jay -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent

RE: Setting Focus to Field (does not work on .cfm file)

2000-05-22 Thread Perez, Bismark
s are case sensitive. So, if your form is NAMED "TEST" then you will need: body onload="document.TEST.fieldname.focus()" whereas: body onload="document.Test.fieldname.focus()" would NOT work. Same goes for the fieldname.. Hope this helps! -Original Message-

RE: Replacing line breaks and paragraph breaks with HTML equivelents

2000-06-01 Thread Perez, Bismark
switch around the position of the br and Char(13) -Original Message- From: Lee Moore [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 11:03 AM To: ColdFusion Discussion List Subject: Replacing line breaks and paragraph breaks with HTML equivelents Hi all, I'm currently

RE: textarea

2000-06-27 Thread Perez, Bismark
Gregg, the textarea field does not contain the "value" property, move the "#body#" outside the first bracket (just before the closing /textarea) that should work... it will look like, you might have to use the cfoutput tag too... textarea cols=50 rows=10 name="body" wrap="virtual"

RE: cgi.scriptname?

2000-06-28 Thread Perez, Bismark
One bad thing with HTTP_REFERER is that if you send the user to another page via a CFINCLUDE the name of the referer will be that INCLUDE... in other words: user goes into page1 which have a cfinclude for hidden page2, on page2 you realize that the user should go to page3 first and you send

DB normalization rules and multi-select

2000-07-05 Thread Perez, Bismark
Hello there, I have been wrestling with this problem with no success... I have two tables one contains the category types (category_id and description) and another all the categories assigned to a locale (locale_id and category_id)... on one of the forms I list all the categories for the user to

RE: DB normalization rules and multi-select

2000-07-05 Thread Perez, Bismark
Thanks Matt and Jesse, I'll try your approach... -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a

Test ignore

2001-06-21 Thread Perez, Bismark
just a test, have not receive anything sine yesterday morning. Bismarck Perez ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Removing client variables from registry

2002-03-20 Thread Perez, Bismark
how can I clean these from the server. Do they get remove as soon as I swich to database storage or do I have to manually clean them up from the registry? TIA Bismarck __ Your ad could be here. Monies from ads go to support

RE: Removing client variables from registry

2002-03-20 Thread Perez, Bismark
of the registry, deleting client keys. Good luck :) Eric -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 9:39 AM To: CF-Talk Subject: RE: Removing client variables from registry how can I clean these from the server. Do they get

Counting the number of words in a field

2001-12-18 Thread Perez, Bismark
Is there a way to accomplish this? I have a database field for which I want to know the number of words it contains, I though that since a field could also be a list, I'll treat it as such and try to find the number of white spaces, and that will give me an approximation of how many words it

RE: Login forms

2002-01-28 Thread Perez, Bismark
since no matter what, they are first going to hit the page that you don't want to display without first login in, then on that page (before you send then to the login page) set a client variable (or session, if you are not using distributed computing) to the name of the page they should return

RE: Print Friendly Web Site

2002-02-01 Thread Perez, Bismark
instead of using CSS why don't you use the value of a field to display that part or not, you could for example remove the right column (if it has one) if print=Y, only pass the print variable to the page if printing, otherwise use cfparm to set it to N, that way you (1) don't have to redesign the

Using Replace() to replace hard returns on cfinclude

2002-02-19 Thread Perez, Bismark
Hello there, I have a text file that I want to include in a page, but I would like to replace() all the hard returns in it first. Can I do all in one line? for example: cfoutput #replace(cfinclude template=... , ... )# /cfoutput TIA

RE: SQL Success Return Codes

2000-07-13 Thread Perez, Bismark
Dave, I guess what he (and I) would like to know is that if there is a way to know that the SQL actually updated the record, not if it ran, I know (by passed experience) that SQL has some returns code (100=no record found, etc) which are store in a returned variable... in other languages after

RE: Javascript variables and Cold Fusion

2000-08-15 Thread Perez, Bismark
Here is another way you can go... (from another related post) Bismarck -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am developing an application that will be accessable in multiple languages. I would like the application to be able to identify the location of the client and present

OT - Database and International Characters

2000-08-30 Thread Perez, Bismark
Hello there, I need to add customers names that contain international characters into a Sybase database (ñ,ç, è, à things of that sort) I currently first search the names table to see if the record that I'm trying to add is already there... Exp.: select cust_id from cust_names where name =

RE: Structures, Arrays, Array of Structures

2000-09-01 Thread Perez, Bismark
is there any way to dump the whole content of the "GetYPs" query into the structure all at once without having to Loop through the query? something like... CFSET STTEMP = STRUCTNEW() !--- temporary structure --- CFSET STTEMP = "#GetYPs#" also, what will be the scope of the STTEMP structure, I

Getting Form's fields as URL parameter too...

2000-10-05 Thread Perez, Bismark
Hello there, is this possible... Bismarck -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a

RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark
the HTTP headers, which is usually preferable IMHO. Lee (Bjork) Borkman http://bjork.net ColdFusion Tags by Bjork -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: Friday, October 06, 2000 7:22 AM To: CF-Talk Subject: Getting Form's fields as URL parameter too... Hello

RE: Getting Form's fields as URL parameter too...

2000-10-10 Thread Perez, Bismark
the HTTP headers, which is usually preferable IMHO. Lee (Bjork) Borkman http://bjork.net ColdFusion Tags by Bjork -Original Message- From: Perez, Bismark [mailto:[EMAIL PROTECTED]] Sent: Friday, October 06, 2000 7:22 AM To: CF-Talk Subject: Getting Form's fields as URL parameter too... Hello