HTML in CFREPORT

2006-01-19 Thread Dimo Michailov
Has anybody been able to pass HTML as a parameter to a CFR and have the report parse the HTML? For example, cfreport template=report1.cfr format=pdf query=MyQuery cfreportparam name=weekABExplanation value=bText/b goes here in HTML. /cfreport This will take the parameter, but will

Re: Populating a PDF document with CF variables

2005-10-03 Thread Dimo Michailov
Yes, you can populate a PDF with variables. What you need to do is go into the PDF (will need full Acrobat version) and create the form, name the fields, etc if you haven't done already. Then you will need to export the form data (FDF). Taking the format of the FDF file, you use ColdFusion

Re: Track Visitor Country/City from IP address.

2005-09-23 Thread Dimo Michailov
Why not http://www.hostip.info/ ? It's free, has an API, or you can download the entire database and play with it yourself? On 9/23/05, Paul Hastings [EMAIL PROTECTED] wrote: Nomad wrote: I am looking for something free (if available). for country level maybe this:

CFOBJECT type=java - severe problems

2005-09-12 Thread Dimo Michailov
Can anyone help with this problem, please? It seems that cfobject type=java... does not work for me at all. Whenever I try to run this tag, the ColdFusion server just hangs and the browser keeps waiting for any result. I have tried several different types of java objects, and the result is the

Re: CFOBJECT type=java - severe problems

2005-09-12 Thread Dimo Michailov
Yes, and the result is the same - the thread hangs indefinitely with no response whatsoever. It this a problem with the underlying java platform, or??? On 9/12/05, S. Isaac Dealey [EMAIL PROTECTED] wrote: Have you tried using CreateObject() instead? cfset sys =

Re: CFOBJECT type=java - server hangs

2005-09-09 Thread Dimo Michailov
No, CFDUMP doesn't affect it, hangs with or without it. On 9/9/05, Thomas Chiverton [EMAIL PROTECTED] wrote: On Thursday 08 September 2005 17:51, Dimo Michailov wrote: I am stuck on this issue and need help. If you remove the cfdump does it work OK ? -- Tom Chiverton Advanced

CFOBJECT type=java - server hangs

2005-09-08 Thread Dimo Michailov
I am stuck on this issue and need help. It seems that cfobject type=java... does not work for me at all. Whenever I try to run this command the ColdFusion server just hangs and the browser keeps waiting for any result. I have tried several different types of java objects, and the result is the

Re: Stat app recommendation

2005-08-23 Thread Dimo Michailov
Why not Webalizer - it's free, quite easy to set-up, fast, and does most of what Webtrends et al do - http://www.webalizer.com/ D. On 8/18/05, Steve Kahn [EMAIL PROTECTED] wrote: Need to buy a stat app any recommendations? Thanks

Change AD password via LDAP/JNDI - HELP!!

2005-07-11 Thread Dimo Michailov
Hello all- I have spent many sleepless nights on this one and I feel like I am getting close to the solution, but I will need some help as my Java experience is *very* limited. I found some Java code that resets the AD password via LDAP/SSL. The code works successfully and the password is

MX to MX 6.1 migration ODBC socket DB problems

2003-08-14 Thread Dimo Michailov
Hello all: I just ran the upgrade from MX to MX 6.1. Mostly everything ran ok, except after the upgrade the ODBC socket database which contains the client variables does not verify. When I try to recreate the database I get the message: Unable to update the ColdFusion MX ODBC Server Timeout

[report] MX 6.1 and ODBC problems - help!

2003-08-10 Thread Dimo Michailov
[This is a repost from few days ago. Please help.] We upgraded from MX (last revision) to MX 6.1 and we are experiencing problems with the ODBC Server. When we try to create ODBC socket connection or to add an Access datasource we receive a timeout message: Unable to update the ColdFusion MX

Re: BD: cfencode

2003-04-02 Thread Dimo Michailov
Anthony, You might want to try the BlueDragon mailing list at New Atlanta, it seems to be little more active: http://www.newatlanta.com/products/bluedragon/self_help/mailing_list.cfm Dimo Anthony Wong wrote: I've posted this question earlier on Bluedragon mailing list but doesn't seem to

LDAP binary

2003-04-02 Thread Dimo Michailov
)) The code above works on CF5 and crashes on MX. In CF5, the length of the returned getUserPhoto.jpegPhoto is 4 bytes only, not the whole 2KB image. Any help? Thanks in advance - Dimo Michailov ~| Archives: http

Re: LDAP binary

2003-04-02 Thread Dimo Michailov
ColdFusion running under NT, LDAP under Solaris. No SSL being used. Again, anyone can help? Dimo webguy wrote: using ssl on linux? -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED] Sent: 02 April 2003 17:16 To: CF-Talk Subject: LDAP binary Hello all: I

Apache Server Load Q

2003-03-26 Thread Dimo Michailov
Hello All: We are considering a migration from IIS4/CF5 to Apache/CFMX on our server. OS will be Windows 2000. I would like to get some feedback and opinions from you folks about the possible load handling. We plan to host three, relatively large sites on the server. We expect to get approx

Re: Apache Server Load Q

2003-03-26 Thread Dimo Michailov
Note that it's 20,000 **users**, not hits, times the number of CFML/HTML pages per session times hits per page... The sessions vary in length and size. Again, I am asking for a general idea of what this box can or cannot do. D. Barney Boisvert wrote: And seems like WAY more metal than you

Re: Forum System Recommendations

2003-03-17 Thread Dimo Michailov
Let me pitch-in a suggestion - I have been using the Fusebox OpenForums - it's open source, simple and fairly easy to customize forums application. It has basic functionality (forums, threaded discussions, user/admin management, HTML, vulgarity filter, etc) but it's free. On my sites I have

Re: OpenForums coders

2003-03-10 Thread Dimo Michailov
Howard, I assume that you are talking about the FB3 OpenForums... I have integrated this into several sites successfully, although I had to do several manipulations on the code. Plese contact me off-list if you still need to talk about this, or if you think it would be beneficial to the CF

Re: soeditor custum tag.

2003-02-12 Thread Dimo Michailov
Yes, try to change the scriptpath attribute and also try to change the call to the custom tag. D. Darren Adams wrote: Thanks Dimo, That would have done the trick ! Would that be the scriptpath attribute ? Cheers ! -Original Message- From: Dimo Michailov [mailto:[EMAIL

Re: Session Timer

2003-02-12 Thread Dimo Michailov
Dave: I would be interested in the code, I am sure other folks might be too. Would you mind sharing it for the community? D. Dave Carabetta wrote: At 01:09 PM 02/11/03 -0500, Scott Wilhelm wrote: Does anyone have a good solution for a session timer? I'd like to be able to add something to my

Re: soeditor custum tag.

2003-02-11 Thread Dimo Michailov
Darren: A quick suggestion, if you have other versions of soEditor maybe it's good idea to run it as a CFMODULE template=relative path here. instead of cf_soObjects... Also, there is a parameters that points to the rest of the files when calling the custom tag - try changing it

Re: cferror

2003-02-11 Thread Dimo Michailov
Is it possible that you have an exception on the handler page? D. Thomas Chiverton wrote: I'm reading http://livedocs.macromedia.com/cfmxdocs/Developing_ColdFusion_MX_Applications_with_CFML/Errors6.jsp#1126158 with regards to placing a site wide handler in Application.cfm. To this end,

Re: MX CFMAIL

2003-02-06 Thread Dimo Michailov
of course having CFMAILPARAM in every single email]? Thanks, Dimo M. Jochem van Dieten wrote: Dimo Michailov wrote: I am testing an existing application under MX (iis) and I noticed that the emails sent through MX (using CFMAIL) come out with a different formatting (at least when seen in Outlook

Re: need a bb script

2003-02-06 Thread Dimo Michailov
sorry, frozen fingers - sourCeforge Thomas Chiverton wrote: On Wednesday 05 Feb 2003 15:25 pm, Dimo Michailov wrote: http://fbopenforums.sourgeforge.net - free, easy to customize, and very easy to extend and modify. FB3 compatible. That URL is dead

Re: MX CFMAIL

2003-02-06 Thread Dimo Michailov
Jochem: The main issue with UTF-8 emails is that the text of the received email is misaligned compared to emails coming from CF5 - apparently because of the font substitution. And I can't really control the email client settings of all of the users. Dimo Jochem van Dieten wrote: Dimo

Re: need a bb script

2003-02-05 Thread Dimo Michailov
Dave: Assuming you are talking to Bulletin Board system, and assuming you would not need many fancy features such as thread notification, etc, I would recommend Fusebox Open Forums - http://fbopenforums.sourgeforge.net - free, easy to customize, and very easy to extend and modify. FB3

OT: J. Allaire Flash MX/Form presentation - at DC government day

2003-02-05 Thread Dimo Michailov
resources or ideas? Thanks- Dimo Michailov ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ: http

MX CFMAIL

2003-02-05 Thread Dimo Michailov
I apologize if this has been posted already, I could not find anything in the archive: I am testing an existing application under MX (iis) and I noticed that the emails sent through MX (using CFMAIL) come out with a different formatting (at least when seen in Outlook). We are using plain text,

Re: OT: J. Allaire Flash MX/Form presentation - at DC government day

2003-02-05 Thread Dimo Michailov
BUMP... anyone? Dimo Michailov wrote: I am sorry for the OT post, but I thought someone here might be able to direct me in the right direction. Last week, during the Macromedia government day in Washington DC Jeremy Allaire showed a Flash based tax filling/printing system for an e-gov

Re: SOT: Serv-U?

2003-01-31 Thread Dimo Michailov
We have been considering using more and more FTP (and of course, replacing the IIS default FTP server). One thing I am not sure, however, is whether Serv-U can handle authentication with NT domain accounts - we don't want to recreate all NT user accounts for FTP. Anyone can throw something in

export to Access through browser

2003-01-29 Thread Dimo Michailov
Please help with any suggestions, I have a client with an online form that gathers a pretty substantial amount of data - let's say 40 fields or so and the data is stored in an Access database on the hosting company's servers. My client needs to be able to download this information (just the

Re: export to Access through browser

2003-01-29 Thread Dimo Michailov
more input on this. Thanks- Dimo Russ wrote: I haven't done it personally, but you can create a Replica Set and ... Well, that's the right direction to look, from what I understand; it should help you sync them up. HTH, Russ -Original Message- From: Dimo Michailov [mailto

Re: Session Swapping

2003-01-27 Thread Dimo Michailov
# /cfif Hope that helps, Dimo Michailov Robert Shaw wrote: Hi, Using CF 5 we switched form client vars to session and now we're seeing session swapping (login as one account and see data from another's). Any tips on what might be happening and why we'd be seeing this. I imagine it's

Re: CF 5 PDF - FDF files

2002-12-11 Thread Dimo Michailov
Hi David: We were doing FDF form completion before we purchased ActivePDF few months ago. I can help you set-up any of these two solutions. 1. FDF + PDF forms This solution will require that you edit the printable form that you have and create the form fields that you wish populated (you will

Re: Loosing form variables

2002-12-11 Thread Dimo Michailov
Peter: I am sure that many people besides me would be happy to help if you provide some code samples. Dimo Peter Mayer wrote: Hello! I have some entries in my application.log file that form variables are missing ... (f.e. .HRPError resolving parameter BFORM.TESTFIELD/BPPThe specified

Consume RSS with CF5 - how?

2002-12-06 Thread Dimo Michailov
Hi All: Can anyone suggest a quick way (preferably without having to install externam tags/modules) to consume RSS news feeds with CF5? Thanks in advance! Dimo Michailov ~| Archives: http://www.houseoffusion.com/cf_lists

Re: Question about url's in emails

2002-09-06 Thread Dimo Michailov
Apparently, Mozilla Mail is not one of them. Your URL below came out wrapped even wrapped in Dimo Everett, Al wrote: Many mail clients will handle long URLs if you put them in angle brackets: http://www.domainnametoolongbyhalf.com?life=deathzen=zenkey=valueuser=ab

Re: CF + Cyrillic?

2002-08-16 Thread Dimo Michailov
I have done this - absolutely doable. A couple of things to note: 1. You have to have the cyrrilic installed on your machine - I mean drivers + keyboard layouts. Windows has decent support for this out of the box. 2. In Studio - you will have to select a cyrillic font for the editor - in my

CFMX, Access DSN and JDBCPool errors! Help!

2002-07-31 Thread Dimo Michailov
Hello all! Here's the problem. Installed CFMX on a dev machine that runs CF5. All datasources were preserved but only the DSNs that point to our SQL Server verify correctly. All Access DSNs throw an error: []java.sql.SQLException: SQLException occurred in JDBCPool while attempting to

Re: Cold Fusion and imap

2002-07-31 Thread Dimo Michailov
Margaret: I believe there was a CFX tag that lets you talk to IMAP server. From my very limited experience with it it is not as flexible as CFPOP but it works. Try searching the Developers' Exchange for IMAP, I believe that's where I found it. Hope that helps, Dimo Margaret Fisk wrote:

FDF/PDF Issue (mainly with Netscape)

2002-07-11 Thread Dimo Michailov
I am using FDFa to populate PDF files dynamically. My sequence of actions is: 1. User clicks on a link for PDF 2. New window opens 3. FDF is generated 4. I show the FDF via: cfoutput script language=JavaScript var Report = window.open ('#request.fdfURL#'); /script /cfoutput

403 handler and CF code

2002-07-10 Thread Dimo Michailov
I have been trying to create a 403 error handler (that is when someone tries to hit a secure site without the HTTPS) and place some Cold Fusion code inside. I setup the 403 handler in IIS to point to a CFM template that displays the current template and recommends dynamically the correct

Re: 403 handler and CF code

2002-07-10 Thread Dimo Michailov
Thanks Dave and Mike for your suggestions, that worked like a charm!! Cheers, Dimo Dave Watts wrote: I have been trying to create a 403 error handler (that is when someone tries to hit a secure site without the HTTPS) and place some Cold Fusion code inside. I setup the 403 handler in IIS to

Re: Entering info into Excel

2002-07-03 Thread Dimo Michailov
Rodney: I am currently looking into a similar problem. What I have found so far is to use COM to manipulate the spreadsheet. I am not sure if (and how) you can write to a worksheet, but you can check CFCOMET.com if you haven't already - they have pretty good information on this. Dimo

Re: generate multiple PDFs automatically

2002-05-29 Thread Dimo Michailov
Thanks for the advice.. I checked CFCOMET but I cannot still find an answer to the biggest problem - the number of files that will be generated. I can dynamically populate every single PDF through FDF - no problem. However, with 7,000 or so records it becomes impossible to manually loop over

generate multiple PDFs automatically

2002-05-28 Thread Dimo Michailov
Hello all: Here's the situation I am facing: We have a huge recordset - maybe around 5000-6000 records that we would like to use to create PDF reports on the fly and print. I am using FDFs to create a single PDF report from this dataset, but this would be extremely slow and painful to have a

Session variables and Switching to Another Domain

2002-02-21 Thread Dimo Michailov
Hello all: I am facing a task to complete the checkout component of a little e-store. I want to ask you guys for some advice. The whole e-store application is ready now - shopping cart, products, coupons, etc. Now I need to add the checkout part, which includes credit card entering screen,

OT: page break when printing

2002-02-15 Thread Dimo Michailov
All: Can anyone recommend a good way to set a page break when printing documents. I have been playing with CSS and { page-break-after: left } but it does not always work as intended, especially with Netscape Navigator. Anyone have a solution to this? Thanks, Dimo

Re: CF and ADA Priority 1

2002-01-31 Thread Dimo Michailov
Micheal: The JavaScript popup windows are not ADA Priority 1 Compliant (from Section 508). The reason why they are not compliant is that the screen reader (which some blind people for instance would use) cannot read these popups. I would show this information on a different page instead

Re: Session Swapping incident

2002-01-31 Thread Dimo Michailov
Chris: I just stumbled upon your thread about identities sharing. We have *EXACTLY* the same problem here, we run a CF-based forum application for maybe 1000-2000 users that are usually within the same company network and we have occasionally reports for mixed identities. Usually they

Re: Yet another Netscape 4.75 question ...

2002-01-09 Thread Dimo Michailov
are using. HTH Christian N. Abad ColdFusion Web Developer -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:09 AM To: CF-Talk Subject: Yet another Netscape 4.75 question ... Sorry to bring this hairy issue again, but I am

Web statistics

2002-01-09 Thread Dimo Michailov
I am in a need of a free and quick tool for real-time statistics for a test version of a site. Can I get several recommendations what you guys are using? I'd prefer to go with one that does not require a banner or an image, but since it is a test site, this is not that strict. Thanks in

Re: 360 Review

2002-01-07 Thread Dimo Michailov
One little problem with requiring IDs for submitting the surveys will be that it will affect the responses. If the boss wants the responses to be STRICTLY ANONYMOUS then dealing with any kind of ID or other identifier will likely cause the people to submit skewed reviews, just because they

Re: Report Utilities

2001-12-20 Thread Dimo Michailov
I second that, I think that FDF is a great (and relatively easy/inexpensive) way to provide great looking reports (provided you have a static frame and only the data changes). I am using FDFs to create accounting reports where I have a pre-generated report and I just fill in the item

Re: eCommerce Question

2001-12-10 Thread Dimo Michailov
David: As far as I know, the routing of the money is done by Verisign, so you don't have control over that. Once you setup your bank account in the Verisign Manager, that's where the funds go when Verisign captures the credit card number and gets the funds. What we do here (we also have

Weird problem with CF-Talk on newsgroups

2001-12-06 Thread Dimo Michailov
Has anyne tried to use the news.fuseware.com newsserver to access CF-Talk. I have been reading CF-Talk for several months now via newsgroup access with Outlook Express, everything seems to be fine. Now, I switched to Netscape News reader and all the messages there have for date 12/31/69 7:00

Re: Weird Session Timeouts

2001-06-15 Thread Dimo Michailov
Norman: Let me give my 2 cents. I think I had a similar issue before -- session variables expiring according to the default value in CF Administrator as opposed to the values I specified in Application.cfm. I think the key in this case is the quotes around #CreateTimeSpan()# functions. It seems