(ot) Java Question

2009-05-05 Thread Ciliotta, Mario

Hi all,

I have been asked to convert a JAVA/JSP application over to CF and I
absolutly lost as to what this section of code is trying to do.  The
original developer, along with knowledge and documentation of the
application are long gone. 

I am especially confused on this section of code:
XMLPassing ps = new  XMLPassing(inStr);
String txtTime = ps.getTextByTags(body/pre);
String[] tmArr = txtTime.split( {1,}+);

If anyone could give me a quick and dirty over view of what is happening
that would be great.

Thanks
Mario


public Vector getFileVct()
throws Exception
{
String method = getFileVct();
String inStr0 = getInputString();

Vector fVct = new Vector();

String inStr = TextKit.replaceString(inStr0, br,
);
inStr = TextKit.replaceString(inStr, hr, );
inStr = TextKit.replaceString(inStr, html, );
inStr = TextKit.replaceString(inStr, /html, );
inStr = TextKit.replaceString(inStr, nbsp;, );

inStr = instr + inStr + /instr;

//inStr =
instr,body,preasdfasaqwe/a|12323/pre/body/instr;
XMLPassing ps = new  XMLPassing(inStr);
String txtTime = ps.getTextByTags(body/pre);
String[] tmArr = txtTime.split( {1,}+);

if(tmArr.length  7) {
Trace.appLog(method, Error reading, inStr0:  +
inStr0);
Trace.appLog(method, Error reading, inStr:  + inStr);
//Trace.appLog(method, Error reading
txtTime:  + txtTime);
 return fVct;
}

String txtTime2 = tmArr[1] +   + tmArr[2] + tmArr[3] +
  + tmArr[4] + tmArr[5];
Trace.appLog(method, txtTime2: + txtTime2);
//txtTime2 = DateKit.format(txtTime2, MMM
dd, hh:mmaa, -MM-dd kk:mm);
 txtTime2 = DateKit.format(txtTime2, MMM dd,
hh:mmaa, -MM-dd HH:mm);
//Trace.appLog(method, txtTime2_formated: + txtTime2);

Element elm = ps.getNodeByTags(body/pre);
XMLPassing ps2 = new XMLPassing(elm);
Vector nodes = ps2.getNodesByTagName(A);
Element a2 = (Element)nodes.get(1);

String fName = XMLPassing.getText(a2);
//String fName = ps.getTextByTags(body/pre/A);
//String txt = XMLPassing.getText(elm);

FileNode fn = new FileNode(fName, txtTime2);
fVct.add(fn);

//Trace.appLog(method, inStr);
Trace.appLog(method, txtTime + | + fName);

return fVct;
}

=== 
 Please access the attached hyperlink for an important electronic 
communications disclaimer: 
 http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html 
 
=== 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322177
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario

Hi all,

I was wondering if anyone can help with an issue I seem to be having
running Eclipse/CFEclipse.  I am running Eclipse 3.4.1 and CFEclipse
1.3.1.5 on Windows XP Pro.  The problem that I am experiencing is that I
cannot up open or show sub-folders in the file explorer view.  I checked
the error logs and I am getting this error. I believe that I downloaded
the latest versions.

Thanks
Mario

java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:3761)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.graphics.PaletteData.getPixel(PaletteData.java:156)
at
org.cfeclipse.cfml.views.explorer.FileLabelProvider.addPermissionIcon(Fi
leLabelProvider.java:73)
at
org.cfeclipse.cfml.views.explorer.FileLabelProvider.getColumnImage(FileL
abelProvider.java:67)
at
org.eclipse.jface.viewers.TableColumnViewerLabelProvider.update(TableCol
umnViewerLabelProvider.java:71)
at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:145)
at
org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTable
Viewer.java:386)
at
org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(St
ructuredViewer.java:466)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at
org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.j
ava:2041)
at
org.eclipse.jface.viewers.AbstractTableViewer.createItem(AbstractTableVi
ewer.java:264)
at
org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(Abstrac
tTableViewer.java:741)
at
org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTa
bleViewer.java:633)
at
org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTa
bleViewer.java:620)
at
org.eclipse.jface.viewers.AbstractTableViewer$2.run(AbstractTableViewer.
java:576)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Structure
dViewer.java:1365)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Structure
dViewer.java:1328)
at
org.eclipse.jface.viewers.AbstractTableViewer.inputChanged(AbstractTable
Viewer.java:574)
at
org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:251)
at
org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.jav
a:1603)
at
org.cfeclipse.cfml.views.explorer.FileExplorerView$DirectorySelectionLis
tener.selectionChanged(FileExplorerView.java:123)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at
org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at
org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredVie
wer.java:2062)
at
org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer
.java:1138)
at
org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredVi
ewer.java:1168)
at
org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java
:227)
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)
at
org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:4
88)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicat
ion.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.j
ava:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
ion(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclip
seAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
386)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 

RE: Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario

Hi,

I installed both product according to their instruction and I still
receive the error message below.  I even uninstalled and reinstalled the
apps and I still am presented with the same error.

 

-Original Message-
From: N K [mailto:neetukais...@gmail.com] 
Sent: Wednesday, February 04, 2009 12:48 PM
To: cf-talk
Subject: Re: Help with Eclipse/CFEclipse


Hi ,

Check out the following link
http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse

The steps shown one by one are required in order for eclipse to work for
CFeclipse plugin.
The most important step would be Installing CFEclipse

Let me know if it works.






 Hi all,
 
 I was wondering if anyone can help with an issue I seem to be having 
 running Eclipse/CFEclipse.  I am running Eclipse 3.4.1 and CFEclipse
 1.3.1.5 on Windows XP Pro.  The problem that I am experiencing is that

 I cannot up open or show sub-folders in the file explorer view.  I 
 checked the error logs and I am getting this error. I believe that I 
 downloaded the latest versions.
 
 Thanks
 Mario
 
 java.lang.IllegalArgumentException: Argument not valid at 
 org.eclipse.swt.SWT.error(SWT.java:3761)
 at org.eclipse.swt.SWT.error(SWT.java:3695)
 at org.eclipse.swt.SWT.error(SWT.java:3666)
 at org.eclipse.swt.graphics.PaletteData.getPixel(PaletteData.
 java:156)
 at
 org.cfeclipse.cfml.views.explorer.FileLabelProvider.
 addPermissionIcon(Fi
 leLabelProvider.java:73)
 at
 org.cfeclipse.cfml.views.explorer.FileLabelProvider.
 getColumnImage(FileL
 abelProvider.java:67)
 at
 org.eclipse.jface.viewers.TableColumnViewerLabelProvider.
 update(TableCol
 umnViewerLabelProvider.java:71)
 at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.
 java:145)
 at
 org.eclipse.jface.viewers.AbstractTableViewer.
 doUpdateItem(AbstractTable
 Viewer.java:386)
 at
 org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.
 run(St
 ructuredViewer.java:466)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
 at org.eclipse.core.runtime.Platform.run(Platform.java:880)
 at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
 at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
 at

org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.
 j
 ava:2041)
 at
 org.eclipse.jface.viewers.AbstractTableViewer.
 createItem(AbstractTableVi
 ewer.java:264)
 at
 org.eclipse.jface.viewers.AbstractTableViewer.
 internalRefreshAll(Abstrac
 tTableViewer.java:741)
 at
 org.eclipse.jface.viewers.AbstractTableViewer.
 internalRefresh(AbstractTa
 bleViewer.java:633)
 at
 org.eclipse.jface.viewers.AbstractTableViewer.
 internalRefresh(AbstractTa
 bleViewer.java:620)
 at
 org.eclipse.jface.viewers.AbstractTableViewer$2.
 run(AbstractTableViewer.
 java:576)
 at
 org.eclipse.jface.viewers.StructuredViewer.
 preservingSelection(Structure
 dViewer.java:1365)
 at
 org.eclipse.jface.viewers.StructuredViewer.
 preservingSelection(Structure
 dViewer.java:1328)
 at
 org.eclipse.jface.viewers.AbstractTableViewer.
 inputChanged(AbstractTable
 Viewer.java:574)
 at
 org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.
 java:251)
 at
 org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.
 jav
 a:1603)
 at
 org.cfeclipse.cfml.views.explorer.
 FileExplorerView$DirectorySelectionLis
 tener.selectionChanged(FileExplorerView.java:123)
 at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
 at org.eclipse.core.runtime.Platform.run(Platform.java:880)
 at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
 at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
 at
 org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.
 java:160)
 at
 org.eclipse.jface.viewers.StructuredViewer.
 updateSelection(StructuredVie
 wer.java:2062)
 at
 org.eclipse.jface.viewers.StructuredViewer.
 handleSelect(StructuredViewer
.
 java:1138)
 at
 org.eclipse.jface.viewers.StructuredViewer$4.
 widgetSelected(StructuredVi
 ewer.java:1168)
 at
 org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.
 java
 :227)
 at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.
 java:221)
 at
 org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.
 java:388)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
 at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.
 java:3823)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.
 java:2382)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
 at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
 at
 org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.
 java:
 288)
 at
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.
 

RE: Help with Eclipse/CFEclipse

2009-02-04 Thread Ciliotta, Mario

 Hi,

I am still getting the same as before.  I uninstalled and reinstalled
and the same error is appearing.

Thanks
Mario

-Original Message-
From: N K [mailto:neetukais...@gmail.com] 
Sent: Wednesday, February 04, 2009 12:48 PM
To: cf-talk
Subject: Re: Help with Eclipse/CFEclipse


Hi ,

Check out the following link
http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse

The steps shown one by one are required in order for eclipse to work for
CFeclipse plugin.
The most important step would be Installing CFEclipse

Let me know if it works.

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318871
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8 Licencing/Cost Question

2009-01-30 Thread Ciliotta, Mario

Hi,

I was wondering if some could tell exactly how CF8 is licensed.  I have
a client who wants to install CF8 enterprise on their Solaris boxes.
There are 6 boxes in the cluster and each box contains two physical
CPU's.  I am assuming the $7500.00 price on the website is for a single
cpu or is it for 2 cpu's

Thanks
Mario 

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318667
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: remote proxy object security

2008-09-30 Thread Ciliotta, Mario
 

-Original Message-
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 29, 2008 1:28 PM
To: cf-talk
Subject: Re: remote proxy object security

Richard,

We recently implemented a few webservices for our parent company. When
doing these I took a multi-tier approach:

1) folder of service requires authentication (web server)
2) Application in folder required the request be made over SSL
3) Application took authentication credentials from server auth, and
also verified against:
a) List of authorized users
b) DB check of authentication to system
This applied a role to the authenticated user, for which certain
services required specific roles for access as well.

This is how we've handled this particular access. A lot of the data
being returned from the service is also encrypted, providing another
layer of security.

Using Ajax for these services, you may also want to review this article
from Ray Camden,
http://www.coldfusionjedi.com/index.cfm/2007/7/31/ColdFusion-8-Ajax-Secu
rity-Features.

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_ http://blog.cutterscrossing.com

Richard White wrote:
 hi,
 
 we are creating remote proxy objects / web services as a lot of our
software uses JSMX from the client to the server.
 
 however, we don't quite understand the security of these objects. how
can we ensure that no one else can use these remote proxy objects / web
services without coming through the JSMX message calls from our client
software?
 
 any discussions, tips or advice would be welcome as we are just trying
to get our heads around this.
 
 thanks
 
 richard
 
 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313302
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Excel Dump and Oracle NCLOB

2008-04-17 Thread Ciliotta, Mario
I'm using cfcontent type=application/vnd.ms-excel to dump data from
Oracle to Excel, but double byte character turn to garbage.  Is there a
way around this?

Thanks
Mario


==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303676
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Barcode Question

2008-01-16 Thread Ciliotta, Mario
Hi,

I was wondering if anyone could assist me with an issue.  I am currently
using the custom tag barcode39.cfm to produce 3 of 9 barcodes from a CF
page.  I am have a few issues with the fact that the tag and/or the 3 of
9 barcode specification does not support certain characters like the  ,
  and the @. Does anyone know if there is an update to this tag or is
there possibly a CFC or something else that I could use to produce the
barcode.  I do not have to use 3 of 9, I can use a different format.  

I am using BlueDragon 6.2 on Weblogic.

Thanks
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296688
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


AJAX based mutiple file upload

2007-12-14 Thread Ciliotta, Mario
Hi,

I was wondering if anyone has a demo of a Ajax based multiple file upload that 
works with ColdFusion.  I have found a few examples on the web but most of them 
seem to be Perl based.

Thanks
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294782
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFQUERYPARAM in JSP Page

2007-10-02 Thread Ciliotta, Mario
Hi all,

I have a JSP application that I need to maintain and I was wondering if there 
is a equivalent to CFQUERYPARAM in JAVA/JSP.  

My JSP skills are not the great so any help would be appreciated.

Thanks
Mario 

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289917
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8 Pricing

2007-09-19 Thread Ciliotta, Mario
Hi,

Can anyone on the list tell exactly what the purchase price of CF8 would be for 
8 CPU's.  I am trying to find the information on Adobe's site but I cannot.

Thanks
Mario 

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288812
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Help with Ajax Grid.

2007-05-02 Thread Ciliotta, Mario
 Hi all,

I was wondering  if anyone has any recommendations for a very simple to 
implement Ajax style grid.  I have been assigned a project here and of course 
it needs to be done by Monday morning.  I am trying to find a grid that will 
allow me to having a paging option and the ability to add/update a record.  I 
can find plenty of .Net based grids, but I am having a hard time finding a CF 
based grid.

What they want is a grid that will display say 10 records with a paging control 
for the next record(s) and of course the ability to edit/update or create a new 
record on the fly.  

Thanks
mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276759
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Help with Ajax Grid.

2007-05-02 Thread Ciliotta, Mario
Sorry I forgot to mention that this one needs to run on my servers running 
BlueDragon and not CF. 

-Original Message-
From: Ciliotta, Mario 
Sent: Wednesday, May 02, 2007 10:48 AM
To: 'cf-talk@houseoffusion.com'
Subject: Help with Ajax Grid.

 Hi all,

I was wondering  if anyone has any recommendations for a very simple to 
implement Ajax style grid.  I have been assigned a project here and of course 
it needs to be done by Monday morning.  I am trying to find a grid that will 
allow me to having a paging option and the ability to add/update a record.  I 
can find plenty of .Net based grids, but I am having a hard time finding a CF 
based grid.

What they want is a grid that will display say 10 records with a paging control 
for the next record(s) and of course the ability to edit/update or create a new 
record on the fly.  

Thanks
mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276761
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Reading from an Excel file through ColdFusion.

2007-01-30 Thread Ciliotta, Mario
Ben,

This is a very impressive piece of coding.  Do you know if this will work under 
BlueDragon 6.2.

Thanks
Mario 

-Original Message-
From: Ben Nadel [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 30, 2007 9:07 AM
To: CF-Talk
Subject: RE: Reading from an Excel file through ColdFusion.

Hussain,

I have created a early beta for a ColdFusion component that wraps around a 
limited set of POI functionality for reading / writing Excel files.
The best part of this is that POI is built into ColdFusion so there is nothing 
too sneaky going on here, nor does anything new need to be installed. 

Check it out:

http://bennadel.com/blog/474-ColdFusion-Component-Wrapper-For-POI-To-Rea
d-And-Write-Excel-Files.htm
OR http://www.bennadel.com/index.cfm?dax=blog:474.view 

Let me know if you have any questions. I am working on improving it as we 
speak, but this is what I have so far.


...
Ben Nadel
Certified Advanced ColdFusion MX7 Developer www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/


-Original Message-
From: hussain shaikh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 30, 2007 6:52 AM
To: CF-Talk
Subject: Reading from an Excel file through ColdFusion.

Hi,
I want to read and parse through the excel files from coldfusion.
Banged my head on the net but couldn't find anything :-( Even in CF 
documentation it's nowhere mentioned about reading an excel file from CF.
This is the last hope of finding a solution.

Thanks in advance.
Hussain.





~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268092
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Looking for Ray Camden's Application.cfc breezo

2007-01-11 Thread Ciliotta, Mario
Ray,

What option with application.cfc are available to users of CFMX 6.1?

Thanks
Mario 

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 10, 2007 10:26 PM
To: CF-Talk
Subject: Re: Looking for Ray Camden's Application.cfc breezo

I have to admit - that is a bit freaky to read. ;)

On 1/10/07, Mike Kear [EMAIL PROTECTED] wrote:
 Thanks Ray and Assistenza.   I've passed it on to the colleague.

 I figured it was far better to have Ray Camden explain this stuff to my
 colleague than to try to do it myself.   Also I can get on with my work
 while Ray talks to him.   And the best thing - while he's sitting at his
 desk with his headphones on listening to Ray, he isnt annoying me!

 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer AFP Webworks 
 http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from 
 AUD$15/month



 On 1/10/07, Raymond Camden [EMAIL PROTECTED] wrote:
 
  Thanks for helping him Assistenza. I'm traveling this week so my 
  online availability isn't great. (Hence the lack of 4-5 blog posts 
  per day. Hopefully folks are enjoying a break from me. ;)
 
  On 1/10/07, Assistenza Sito [EMAIL PROTECTED] wrote:
   http://ray.camdenfamily.com/presentations.cfm
  
  


 



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Best practices - error handling

2007-01-04 Thread Ciliotta, Mario
I would also be interested in that information.

Mike is anything posted on the House of Fusion?

Mario 

-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 04, 2007 10:43 AM
To: CF-Talk
Subject: Re: Best practices - error handling

I'd be interested in this info as well.

Rey

Mike Kear wrote:
 Every January, when I go to the beach for a holiday, I take the 
 opportunity to review one or more of my common methods and techniques
 to update to the current best practice.Last year I decided to
 commit to learning what i needed to know about OOP and how it applies
 to CF.   It revolutionised how i go about building sides. A couple of
 years ago I committed ot learning about CSS and Standards, and it 
 revolutionised how i code HTML.
 
 This year, I'm going to review how i handle errors, and 404s, to see 
 if I'm doing it the best way, given that I'm now using Application.cfc 
 rather than Application.cfm and using more OOP techniques for almost 
 everything.
 
 Is there a resource I can look to that will show me the current best 
 practice for handling errors and 404s, so I can compare with what I'm 
 doing?  (Aside frorm the CF documentation I mean - I've already put 
 that on the list to study again)
 
 



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265636
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: UPS API

2006-12-26 Thread Ciliotta, Mario
Will,

Basically we finally finished getting the required information (accounts, 
access and passwords) from UPS just last week.  Basically what I am doing for 
my firm is I have an internally developed form for all shipping request.  The 
plan is that the end-users will complete the form and we will send an XML 
request to UPS and in return the end-users will be present with the label in 
the browser to print.  I have successfully made the connection to UPS, actually 
placed the shipping request on their development server and actually received a 
successful return code.  The only issue is that the image of the label seems to 
contain java source code.  I have tried to save the shipping label as a gif but 
I cannot open the gif as the error is Invalid GIF format. 

I have tried to convert to Base64, toBinary and a few others but everything 
fails.

I will try to work on this more this week since this is a slow week here.

Thanks
Mario

 

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 22, 2006 3:36 PM
To: CF-Talk
Subject: Re: UPS API

Mario,

I have a question for your question. Would you explain more about how to print 
UPS shipping labels? I'm doing everything BUT that. 

Thanks,
Will



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264997
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: UPS API

2006-12-26 Thread Ciliotta, Mario
We are using the WorldShip program here and I have implemented a simple CF 
application that sort of interfaces with it.

Here is a brief overview of what I do:

1) Basically staff in our building fill out my (our) online Courier request 
form - generic no mention of shipper. 
2) All data relating to the shipment is recorded in our Corporate database.
3) The end-user will bring down their package, along with my printed receipt 
(internal tracking number - aka autonumber in database) to the mailroom
4) At the end of the day, they mailroom staff will process all shipping 
request, thru my admin module.  This module basically creates a CSV file of all 
the shipments for that day.  The file is saved to a diskette (CSV file) and 
then imported into the UPS WorldShip terminal.  Labels are then printed based 
off of the CSV file.  In return the UPS terminal will generate a csv file 
containing the UPS tracking number and our internal tracking.  This is them fed 
back into my CF application.  So basically I have UPS tracking number and our 
internal tracking number stored and can easily handling the billing later.

This whole process is based of the old sneaker network of walking a floppy from 
one terminal to another but it works great. 

I am looking to implement the Ship API to allow users at our field offices 
(without a dedicated mailroom) to print labels at their desk. The plan is 
removed the use of pre-printed shipping manifest.  This is the part that I am 
lost on.  I would to get this part working but all I seem to get back is java 
code and I do not actually receive a print-able label.

If you want more info, please let me know.  

Mario



-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 26, 2006 11:06 AM
To: CF-Talk
Subject: Re: UPS API

No, sure haven't. Just using worldship's desktop application. It sucks because 
I can't even find where you can COPY the tracking number! Maybe I'm just 
missing it? I looked around tho. 

Will



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265022
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


UPS API

2006-12-22 Thread Ciliotta, Mario
Hi all,

I was wondering if someone would be willing to share with me the code or an 
example of a call to UPS and successful generation of the label.  I have been 
able to call the UPS API and transmit my xml request but I cannot seem to be 
able to generate the gif image of the shipping label.  I have tried to save the 
result as a gif but when I tried to display the gif in the browser, all I get 
is a big red x.  I tried to open the gif in Photoshop but all I see is some 
java code.

Does anyone have an example that they would be willing to share.

Thanks and Happy Holidays to all.

Mario 

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 12, 2006 9:11 PM
To: CF-Talk
Subject: Re: UPS API

Updated with support for shipment tracking.

http://cfups.riaforge.org

On 12/12/06, Dan Vega [EMAIL PROTECTED] wrote:
 Agreed! haha

 On 12/12/06, Will Tomlinson [EMAIL PROTECTED] wrote:
 
  You are a machine dude.
 
  Will
 
 

 



~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264930
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFC's

2006-12-12 Thread Ciliotta, Mario
 

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263764
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


For Michael: Duplicate CFTalk Emails

2006-12-11 Thread Ciliotta, Mario
Hi Michael,

I have been receiving duplicate email messages and it seems the reason is 
because I am subscribed twice, once under my old email address of [EMAIL 
PROTECTED] and the other under [EMAIL PROTECTED]  I have tried to unsubscribe 
the old email address of csfb.com but I cannot.   If possible could you 
deactivate this email address and only leave the credit-suisse.com active.

Thanks
Mario


==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263526
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Internationalization Question

2006-06-12 Thread Ciliotta, Mario
Hi,
 
How is everyone handling internationalization in your CFM applications.  

I have an application that the users what to be able to be displayed in 
English, French, Italian, German and Japanese.  They want the HTML text of the 
page displayed in the user native language and the also want to be able to 
handle keyed (say textarea or input) in data in their native language.  
Currently the application allows the end-users to input text in any language, 
except for Japanese as I just getting around to setting up my Oracle database 
to handle double byte charaters.
 
Basically is there a way to determine what the native language is and then have 
the html text of the page appear in that language.  I know that there are 
internationalization routines in Java and i18n resources but I am unsure how to 
use them correctly.

I am using BlueDragon of the this application so I hope that there is no 
difference between it and CF.
 
I hope I am making sense.
 
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243187
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Spell Checking a Textarea

2006-02-14 Thread Ciliotta, Mario
Hi,

Does anyone know or have an example of how to call Microsoft Word's Spell 
Checker thru VBScript.  My users would like a me to add a textbox on a page 
with the spellcheck button that opens up Words Spell Checker.  I have seen this 
done on ASPX pages but not on a CFM page.  I know that there are editors (for 
textareas) that include spell checkers but they would like to use Word since it 
already has the companies dictionary added to it.

Thanks
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232198
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Any Interest in a Completely Free CFML Calendar?

2005-10-17 Thread Ciliotta, Mario
I would be very interested in completely free CFML calendar.

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED]
Sent: Friday, October 14, 2005 5:29 PM
To: CF-Talk
Subject: Any Interest in a Completely Free CFML Calendar?


For some time now, Vivio Technologies has been debating whether or not
to put forth the effort to complete the development of a completely
free, (under a modified open-source MIT license) CFML calendar
application. The idea was to develop a calendar application that anyone
could do anything they want with, and help support the Cold Fusion
community as a whole. Companies who develop in CFML would have the
ability to -re-design, re-code, -re-brand, re-sell, or whatever else
they wanted to do with the calendar application. The calendar would be
able to run under BlueDragon FREE edition, and use open-source databases
like PostgreSQL and MySQL. That way, no user anywhere would need to pay
for anything more then the cost of hosting in order to deploy the calendar.

Our question is simple: Would there be any interest in something like this?

If there is significant interest, Vivio Technologies will make the
investment to complete the project and deliver the calendar. If there is
only a small amount of interest, then we'll quit wasting our time
debating over this project and move on to projects which are of more
value to us and/or the community.

Please take a moment to visit our current calendar site located at the
following URL:

http://calendar.viviotech.net/

Please understand that the calendar project isn't *quite* finished, but
if there is interest we'll be more then happy to put the finishing
touches (the spit and polish - if you will) on the calendar and make it
available, completely free of charge, to the community.

We welcome any comments you may have - good or bad. Thank you for
helping us in this decision.

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED] 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221204
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFFTP thru Corporate Firewall

2005-10-11 Thread Ciliotta, Mario
Hi,

I was wondering in anyone has had any experience using CFFTP thru a corporate 
firewall to FTP a file to outside server?

I am trying to FTP a file from my internal CF server to a 3rd party vendors 
server.  I need to go thru our proxy server in order to gain access to the 
outside world.

I can connect (OPEN) to the proxy server internal but when I try to connect to 
the vendors server, the CFFTP fails.

I have tested all the connection manually thru the command prompt on my desktop 
and I have all the required ids, passwords and server to connect.  I am actual 
able to connect to my FTP proxy server, connect to the vendors server  and FTP 
(PUT) a file on their system and run DIR command to see my file.  I have no 
luck doing this with CFFTP.

Do I need to investigate possibly using Java to do the FTP?

Thanks
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220772
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF and NCLOBS in Oracle

2005-08-25 Thread Ciliotta, Mario
Hi,

I was wondering in anyone might be able to assist me.  I have any application 
where I need to accept double byte character in a textfield (Japanese 
character).  I have my Oracle 9i database setup to accept double byte character 
and I have test fields of clob, nclob and nvarchar.  I am able to insert the 
Japanese character correctly in the nvarchar field but I need to use the nclob 
field as the lenght of the characters being inserted is greater than the limit 
of the nvarchar type.

I cannot get the insert to work correctly with NCLOB.  It either gives an 
Oracle error, inserts just questions marks or just does not do the insert at 
all.  I am using CFQUERY, with CFQUERYPARAM, but there is no NCLOB query param.

Has anyone had any luck trying to do this.  I am using CFMX 6.1 and I also have 
Blue Dragon and both give the same problems.

Thanks
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216336
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Application/Project Management tracking app

2005-08-03 Thread Ciliotta, Mario
I am sure this has been asked before but does anyone on this list know of a 
good application inventory or tracking system.  I am looking for something that 
I can keep track of the basic information about the applications we develop and 
the 3 third party ones that we support.  Also if it had a module where 
end-users could enter request for fixes or bugs.  

I started to develop something but it just keeps getting pushed to the side, 
with rest of the work coming in and I am sure someone on this list must be 
using something like this.   

If in is written in CF so that I can modify it that would be even better.

Thanks
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213666
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Help with determining page count in a document

2005-07-26 Thread Ciliotta, Mario
Hi,

Does anyone know of a way that I can get the page count of an uploaded 
document.  I need to have my users upload either a Word, PPT or Excel document 
and I need to compute the number pages.  I remembered that there used to be a 
site call CFCOMET but the site seems to be gone.

Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212876
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMAILPARAM and OUTLOOK

2005-07-21 Thread Ciliotta, Mario
Hi,
 
I was wondering if anyone has any experience using CFMAILPARAM and OUTLOOK.  I 
am trying to write code so that I can get a read receipt when my users open the 
email.  This is being done internally and we use outlook.
 
Here is the code that I have so far, everything works except the receipt:
 
cfmail to=[EMAIL PROTECTED] 
from=Mario[EMAIL PROTECTED] 
subject=This is only a test.. 
type=html
SERVER=xxx.csfb.net
cfmailParam name=Reply-To value=[EMAIL PROTECTED]
cfmailparam name=Read-Receipt-To value=[EMAIL PROTECTED]
cfmailparam name=Disposition-Notification-To value=[EMAIL PROTECTED]
CFMAILPARAM NAME=Importance VALUE=High
cfmailParam name=X-Priority value=1
CFMAILPARAM NAME=X-Message-Flag VALUE=Notice I sent to you via Cold 
Fusion!
 Test of Outlook Options
/cfmail

 
 
Thanks
Mario

==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212430
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Delivery barcode

2005-07-14 Thread Ciliotta, Mario
I have also been looking for a custom tag to produce that style barcode but I 
have not been able to find one.

Mario

-Original Message-
From: Rajani Chandra [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 14, 2005 12:20 PM
To: CF-Talk
Subject: Re: Delivery barcode


Thanks Bryan, can you explain some details about those custom tags.

- Original Message - 
From: Bryan Stevenson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Thursday, July 14, 2005 11:10 AM
Subject: Re: Delivery barcode


 If you mean the bar codes found on courier shipping labels like for FedEx
or
 UPS etc..there are custom tags out there that will produce these
labels
 and enter the shipping details into the courier shipping system.

 I'd strongly advise using a custom tag if possible as dealing with FedEx
and
 UPS in regards to IT is not a pleasant experience (i.e. they generally do
 not have the technical skills to help you).  By using the tags you will
save
 a lot of time and your sanity ;-)

 Cheers

 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 phone: 250.480.0642
 fax: 250.480.1264
 cell: 250.920.8830
 e-mail: [EMAIL PROTECTED]
 web: www.electricedgesystems.com


 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211876
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMX interacting with JSP/JAVA examples

2005-06-06 Thread Ciliotta, Mario
Hi,
 
I was wondering if anyone might have an samples or any links to sites that show 
CFMX interacting with Java or JSP pages.  I am new Java and I am just looking 
for some examples to look at and learn from.
 
Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received 
this message in error please delete it and notify us. If this message was 
misdirected, Credit Suisse, its subsidiaries and affiliates (CS) do not 
waive any confidentiality or privilege. CS retains and monitors electronic 
communications sent through its network. Instructions transmitted over this
system are not binding on CS until they are confirmed by us. Message 
transmission is not guaranteed to be secure. 
==


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208732
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF Tag for Next and Previous searching (like Google)

2005-05-23 Thread Ciliotta, Mario
Allan,

would it be possible if I could also get a copy of it.

Thanks
Mario

-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED]
Sent: Monday, May 23, 2005 9:05 AM
To: CF-Talk
Subject: RE: CF Tag for Next and Previous searching (like Google)


Good morning. Could I get a copy of this as well? :)

-Original Message-
From: Allan Cliff [mailto:[EMAIL PROTECTED]
Sent: Monday, May 23, 2005 6:38 AM
To: CF-Talk
Subject: RE: CF Tag for Next and Previous searching (like Google)


It's called cf_break_recordset

Copy on its way off list

Allan

-Original Message-
From: Stuart Kidd [mailto:[EMAIL PROTECTED]
Sent: 23 May 2005 12:34
To: CF-Talk
Subject: CF Tag for Next and Previous searching (like Google)


Hi guys,

I remember in the past seeing a next/previous CFTag which would create
NEXT and PREV buttons like Google does as well as other search engines.

Does anyone know what it is called off hand?

Thanks,

Saturday










~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207415
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


JSP equivalent of CFHTTP

2005-05-04 Thread Ciliotta, Mario
HI,

Does anyone on this know of the JSP equivalent of CFHTTP.  I have to convert 
a CF page to JSP and I am stuck on this tag.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received 
this message in error please delete it and notify us. If this message was 
misdirected, CSFB does not waive any confidentiality or privilege. CSFB retains 
and monitors electronic communications sent through its network. Instructions 
transmitted over this system are not binding on CSFB until they are confirmed 
by us. Message transmission is not guaranteed to be secure.
==


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205531
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Convert to PDF using CFMX or Java

2005-04-27 Thread Ciliotta, Mario
Hi,

Does anyone know if it is possible to convert a word doc or a ppt to a PDF on 
the fly.  I need to create an application where the end-users upload either a 
word or ppt and the system needs to convert it to a PDF.  I know how to create 
PDF on the fly using iText but I have no idea how to convert a document to pdf.

I am using CFMX.  Someone mention that ActivePDF can do this but is there 
something else.  It would need to run on a server and be accessed by multiple 
users at any given time.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received 
this message in error please delete it and notify us. If this message was 
misdirected, CSFB does not waive any confidentiality or privilege. CSFB retains 
and monitors electronic communications sent through its network. Instructions 
transmitted over this system are not binding on CSFB until they are confirmed 
by us. Message transmission is not guaranteed to be secure.
==


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204676
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: .NET mailing list like HOF

2005-03-24 Thread Ciliotta, Mario
Hi,

I know it is off topic for CF but I have to do an app in .Net and I was
wondering if there is a .Net mailing list like HOF.  

I am having a really hard time connecting to Oracle with Oracle ODP and not
the Microsoft Oracle ODP.  My DBA only wants us to use the Oracle product
since he states the Microsoft product as issue clearing connections.

Do anyone know of a good .Net list.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199876
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Date Conversion in SQL.

2005-03-03 Thread Ciliotta, Mario
Hi,

I was wondering if anyone can help me out.  I am trying to write a query that
will format a date to the following format:  March 03, 2005  

I know I can use CF's dateformat function but I would prefer to have the query
do this.  I know how to do in in Oracle but I cannot get it to work in SQL7.0

I can do: CONVERT(VARCHAR(50), fldStartDate, 7)  and get back Mar 03, 2005 but
want I really want is March 03, 2005

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197332
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


OT: Laptop for development purposes

2005-02-15 Thread Ciliotta, Mario
Sorry for the OT post but I was wondering if anyone can give me some
information on laptops.

I am looking to purchase a laptop for myself to do some development/learning
and also to use when I return back to school this spring.

I am kind of confused as to what the difference is between a  Pentium4(HT)
based laptop and a Pentium M based one.

I am basically looking to run CFMX7.0 for J2EE, WebLogic9.0, Blue Dragon for
J2EE and of course the .Net framework for .Net and also BD for .Net  I am sure
that I will need at least an 80 gig HD and at least 1 gig of ram but I am
unsure of the CPU differences.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194782
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMX 7 feature breakdown

2005-02-07 Thread Ciliotta, Mario
Hi,

Can anyone explain to me the process for installing and setting CFMX 7.0 on a
multi-machined Weblogic cluster.

My Web Services group has a new set of rules as to what can be installed on
their machines and what cannot.  They are hoping that CFMX 7.0 applications
running under J2EE are just a simple WAR file that they can push to production
and that no piece of the CFMX Server or Administrator need to be installed on
their hardware.  They are simply looking for a standard WAR file with the CF
engine and the application code.

Is this how CFMX 7.0 for J2EE works.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:193463
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Question about logging errors and messages

2005-01-26 Thread Ciliotta, Mario
Hi,

I am wondering if anyone can give me some advice on what is the best route to
take.  I am trying to design an method that would allow all messages that are
created by CF (errors and so on) to captured and saved in a database for
future use and debugging purposes.  The reason I am trying to do is that I do
not access to the production CF admin console so I cannot access the logs
files and I have to open a work request with our web services team to have
them download a copy of the log so that I can read it and this takes days for
them to complete and by that time it is usually too late.

What I would like to do log each message that is produced into a database and
also send an email to the developer with the message also.  I would also love
to be able to recreate the mailsent log so that I can tell when an email was
sent.  

My problem is that I am confused as to what the differences are between
TRY/Catch blocks and CFLOG and or a generic error page (CFERROR).  Has anyone
done this in their applications before and if you could you explain to me what
is the best route to take.  I like the log viewer that comes with MX as I can
use the admin console on my Dev box but on my production server I cannot get
to the log files.  I have tried to write code to read them but it look like
they are not in the same place as they are in development.

I am running apps that are using CFMX 6.0 on one set of severs and CFMX 6.1 on
another set of server -- waiting for later to upgrade to BlackStone.

Thanks,
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191790
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: : How would I re-write this SQL query???

2005-01-26 Thread Ciliotta, Mario
Che,

SUM is an aggregate function and cannot appear in a WHERE without a HAVING or
SUBSELECT or subquery.

If all you want to do is check for each row instead of the either table just
do this:

SELECT * FROM ORDERS
WHERE (SubTotal + Shipping) = #FORM.TotalCharge#

I tried it in SQL2000 and Oracle and it works.

Mario



-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 26, 2005 9:26 AM
To: CF-Talk
Subject: RE: : How would I re-write this SQL query???


not easy?

-Original Message-
From: Micha Schopman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 26, 2005 9:24 AM
To: CF-Talk
Subject: RE: : How would I re-write this SQL query???


Euhm ... not? :)


Micha Schopman
Software Engineer

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



-
Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren
de interactie met uw doelgroep.
Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer
informatie zie www.modernmedia.nl


-

-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED]
Sent: woensdag 26 januari 2005 15:14
To: CF-Talk
Subject: OT:: How would I re-write this SQL query???

This should be pretty easy for one of you SQL gurus out there...


SELECT * FROM ORDERS
WHERE SUM(SubTotal + Shipping) = #FORM.TotalCharge#


Thanks, Che







~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191806
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: QueryWhere in List with UUID Problem

2005-01-24 Thread Ciliotta, Mario
I think you need this:


cfset pa_list = QuotedValueList(palist.atty_id)

cfquery name=myquery
SELECT * FROM atty
WHERE atty_id IN (#pa_list#)
/cfquery

-Original Message-
From: Cynthia Reece [mailto:[EMAIL PROTECTED]
Sent: Monday, January 24, 2005 5:24 PM
To: CF-Talk
Subject: RE: QueryWhere in List with UUID Problem


Try your query like this:

cfquery name=myquery
SELECT * FROM atty
WHERE atty_id IN IN ('#ValueList(pa_list)#')
/cfquery


-Original Message-
From: Les Mizzell [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 24, 2005 5:08 PM
To: CF-Talk
Subject: QueryWhere in List with UUID Problem

Doing this:

cfset pa_list = ValueList(palist.atty_id)

cfquery name=myquery
SELECT * FROM atty
WHERE atty_id IN (#pa_list#)
/cfquery

Originally, the pa_list was just numbers - 11,148,83,23

The query worked fine at that point.

However, a decision was made to use #CreateUUID()# to create the ID's,
so the pa_list NOW looks like:

1203,560,110,A6059FCB-BCD2-35D3-DD69BDA7A81553CF,A6081455-BCD2-35D3-DD69
BDA7A81553CF

Which is creating an error.

Not sure what my syntax problem is at the moment. Haven't had enough
coffee yet today.

Thanks,

--
---
Les Mizzell





~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191600
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CF interaction with Java/JSP

2005-01-21 Thread Ciliotta, Mario
Hi,

Does anyone know of any site or any tutorials that I can show me how to use CF
and Java together.  Just looking for an example ot two to get my head around
so I can what can be done.  I am thinking of uses a few JSP tags that someone
else has developed and I would like to call them and use the data that they
produce in my CF pages.

I have tried to access macromedia sites to have a look but I cannot get to it
-- It is probably an issue with my browser.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191397
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Question about Flash and CF

2005-01-20 Thread Ciliotta, Mario
Hi,

I need to add a function to an application that I already have created in CF
that will allow someone (a receptionist) to take a photo using a camera
attached
to their workstation and then print out a badge for visitors to our building
with their photo.  My question is can CF and Flash do this. Basically I was
wondering if Flash can control the camera and take the photo abd then thru CF
I can print the
badge and also save the photo to a clob in our database (Oracle).  

Is this possible in CFMX or do I need to wait for BlackStone -- I understand
that it has better interaction with Flash.

If this is possible does anyone know of an example that I can see on web that
sort of does this.

Thanks
Mario

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191229
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Oracle help please

2005-01-20 Thread Ciliotta, Mario
Frank,

What is the exact SQL that you are now trying to run?

Mario

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 20, 2005 4:42 PM
To: CF-Talk
Subject: Re: Oracle help please


Frank Mamone wrote:
 
 With everyone's help I finally did get the syntax working but I get the
famous 
 'non-preserved key' message.  I finally did it by updating the
 majority doing a straight update and processing the exceptions
 manually.
 
 I was just wondering if you can enlighten me on the meaning of  the
 message -- if you are familiar with it. From what I read, both tables
 being joined must both have primary keys defined. Do they mean defined
 as physical attributes of the tables?

I am not familiar with that error.

Jochem



~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191288
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


News about Macrmedia and it stock...

2005-01-19 Thread Ciliotta, Mario
Here is an article I received this afternoon:

TECH BIZ from CNN/Money and Business 2.0
Wednesday, January 19, 2005

***
Be the first to know when there is breaking financial news!
Sign up now to receive your BREAKING NEWS e-mail alerts.
http://money.cnn.com/services/newsletters/
***

Doing the Macromedia limbo

The market has overreacted to the declining sales of a major
product.

By Eric Hellweg, CNN/Money contributing columnist

BOSTON (CNN/Money) - How low can it go? It's a question a DJ
at a limbo contest poses, and it's likely on the minds of most
Macromedia investors as the company prepares to report its
third-quarter earnings at the close of the market Wednesday.

The low in question isn't the company's stock price, which
at about $27 a share is hovering far closer to its 52-week
high of $31.66 than its 52-week low of $17.30.

No, the question relates to how low the demand will dip for
Macromedia's MX2004 software suite of Web authoring tools.

The demand question seems to befuddle the company and its
investors. Macromedia, the maker of such ubiquitous Web
authoring tools as ColdFusion, DreamWeaver, and Flash, derives
more than 60 percent of its revenue from cyclical products
like these.

MX2004, a suite containing all those popular products, is
entering its 17th month of sales. Demand for the product
should be sliding as potential customers hold off buying to
wait for all the cool stuff in the next version, which is due
out in the second half of this year.

Macromedia has historically had a tough time predicting the
demand downturn of its products, leaving the Street and
investors in the lurch when it misjudges on the downside.

It's unpredictable in the quarter before the product launch,
says Gene Munster, an analyst with Piper Jaffray. Investors
regard it as 'Buyer beware.'

But Munster doesn't believe that the quarter will be as soft
as some predict.

We talked to six of their 12 distributors in the United
States, he says, and their take was December would be up
from September, and their expectation for March is flat to
up. Munster notes that Wall Street is expecting flat to down.

In the past, Macromedia has had some erratic patterns,
concurs Jamie Friedman, an analyst with Fulcrum Global
Partners. In 2002, they missed earnings when a cycle ended
faster than they anticipated.

Noticing diminishing interest in MX2004, on Jan. 3 Friedman
lowered his estimates for the quarter. That knocked
Macromedia's share price down 12 percent, where it still
hovers today.

Apparently investors didn't pay any attention to the rest of
Friedman's report, in which he reiterated his buy rating on
the stock, with a target price of $31.

I think the Street has overreacted to perceived weakness in
the company, which explains why Macromedia trades at less than
five times its projected 2005 revenue while most of its peers
trade at almost six times.

But its operating margins are expected to grow from 16.2
percent this fiscal year to 20.7 percent next year.

And Macromedia is making great strides toward being a less
cyclical company. Its Mobile Flash technology for cell phones
has gained traction of late. Macromedia has signed deals with
T-Mobile and NTT DoCoMo. Friedman is predicting that the
mobile segment will bring in $8.5 million in revenue for the
quarter, while Munster says it could be less, in the range of
$6 million to $8 million.

If Friedman's estimate -- and his growth projection of 5
percent -- is accurate, the mobile segment will soon account
for 10 percent of Macromedia's revenue. And since the mobile
revenue is recurring, not cyclical, it should help the company
smooth out the quarterly projections that so annoy investors.

Furthermore, with much higher margins coming from this new
line of business, Macromedia's earnings will look stronger.

Meanwhile, if the market remains convinced that Macromedia
can't sell its core product, well, that's a good opportunity
to buy some of its shares.

###

Check out all the TECH BIZ columns at:
http://money.com/technology/techinvestor/



==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 

GetPageContext vs CFINCLUDE

2005-01-14 Thread Ciliotta, Mario
Hi can anyone tell me the value of using getpagecontext vs CFINCLUDE.

I have a few sites that make big use of CFINCLUDE to include HTML and I was
wondering if the getpagecontext is a better choice.  Also do you need to put
CFOUTPUT around it or just use it in cfscript

Here is my example below.

Thanks
Mario

CFINCLUDE template=./html/spacer.htm


CFSCRIPT
getPageContext().include(./html/spacer.htm)
/CFSCRIPT




~|
Protect Your PC from viruses, hackers, spam and more. Buy PC-cillin with Easy 
Installation  Support 
http://www.houseoffusion.com/banners/view.cfm?bannerid=61

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190542
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


getPageContext

2005-01-11 Thread Ciliotta, Mario
Hi,

Does getPageContext exist in CFMX 6.0?  We have not upgrade top MX6.1 yet and
I am not sure when we will.

Mario



~|
Protect your mail server with built in anti-virus protection. It's not only 
good for you, it's good for everybody.
http://www.houseoffusion.com/banners/view.cfm?bannerid=39

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189920
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


JSP Question (Does query caching existing)

2005-01-03 Thread Ciliotta, Mario
Hi,

Sorry for asking a JSP question here but I have not been able to find a
mailing as good as CFTALK for Java/JSP issues.

I am in the process of converting a CF application over to JSP running under
WebLogic as practice to see how long it takes to do the same coding vs. using
CFMX. 

In my CF application, I cache my queries since the data really changes and to
handle this I have a scheduled job that runs to flush and update the cached
queries if there are any changes.  Is there a way to cache the query results
in a JSP page?  I have to have the page requery the database every time
someone goes to page to look up an item.  Basically the items only change once
a year, if that.

Also does anyone know of a good JSP/JAVA equivalent of CFTALK.

Thanks
Mario




~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Question for Java people on this list: Converting a CF app to JS P

2004-12-29 Thread Ciliotta, Mario
Hi,

I was wondering if someone on this might have experience using the SWITCH
statement in JSP.

I am in the process of converting a CF app to JSP (Do not ask why -- company
standards for the future) and in the CF page I make use of the CFSWITCH and
I looked into JSP/Java and there is also a switch statement but I cannot get
it to work correctly.

Here is a CF example:

cfswitch expression=#Trim(Department)# 
   cfcase value=FAO 
  cfset rate=.09 
   /cfcase 
   cfcase value=CAO 
  cfset rate=.19 
   /cfcase
   cfcase value=RES 
   cfset rate=.39 
   /cfcase 
   cfdefaultcase 
  cfset rate=.09 
   /cfdefaultcase 
/cfswitch 

Does anyone know if this can be done with the SWITCh statement in JSP.  Can
switch be used on strings --- I have been told yes and no by different people
but I cannot get past the problem.

Thanks
Mario



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188921
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Question for Java people on this list: Converting a CF app to JS P

2004-12-29 Thread Ciliotta, Mario
I forgot to paste it in:



String dept = rset.getString(DEPARTMENT);    from my Oracle Query


switch(dept) {
  case FAO:
out.println(It\'s FAO.);
break;
  case CAO:
out.println(It\'s CAO.);
break;
  case RES:
out.println(It\'s RES.);
break;
  default:
out.println(It is a different one.);
}

This is my first try at Java/JSP so this is only an example that I am trying
to get working before I add the real logic to it.  I figured out the query and
the result set and looping over the result set -- sorry nothing beats CFQUERY
but this SWITCH statement is confusing me.  

Thanks
Mario



-Original Message-
From: Matthew Small [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 29, 2004 9:59 AM
To: CF-Talk
Subject: RE: Question for Java people on this list: Converting a CF app
to JS P


Show the JSP example also.

 
Matthew Small
Web Developer
American City Business Journals
704-973-1045
[EMAIL PROTECTED]
 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 29, 2004 9:55 AM
To: CF-Talk
Subject: Question for Java people on this list: Converting a CF app to JS P

Hi,

I was wondering if someone on this might have experience using the SWITCH
statement in JSP.

I am in the process of converting a CF app to JSP (Do not ask why -- company
standards for the future) and in the CF page I make use of the CFSWITCH
and
I looked into JSP/Java and there is also a switch statement but I cannot get
it to work correctly.

Here is a CF example:

cfswitch expression=#Trim(Department)# 
   cfcase value=FAO 
  cfset rate=.09 
   /cfcase 
   cfcase value=CAO 
  cfset rate=.19 
   /cfcase
   cfcase value=RES 
   cfset rate=.39 
   /cfcase 
   cfdefaultcase 
  cfset rate=.09 
   /cfdefaultcase 
/cfswitch 

Does anyone know if this can be done with the SWITCh statement in JSP.  Can
switch be used on strings --- I have been told yes and no by different
people
but I cannot get past the problem.

Thanks
Mario







~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188927
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Question for Java people on this list: Converting a CF app to JS P

2004-12-29 Thread Ciliotta, Mario
It seems to be kind of poor not to be able to use switch on a string.  If I
use the dept number say (0305) instead of the name would this work or would
Java freak on the 0 (zero).  Our database treats these fields as varchar since
the zero in front has meaning to the accounting people.

Mario

-Original Message-
From: Nick de Voil [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 29, 2004 10:05 AM
To: CF-Talk
Subject: Re: Question for Java people on this list: Converting a CF app
to JS P


Mario

 Does anyone know if this can be done with the SWITCh statement in JSP.
Can
 switch be used on strings --- I have been told yes and no by different
people

No, afaik the switch statement in Java needs a simple scalar type such as
int or char.

I suggest you use if...else if.

Nick






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188929
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


CFMAIL ISSUE

2004-11-15 Thread Ciliotta, Mario
HI,

I was wondering if anyone has had any issues with email address that has an
apostrophe in it:   robert.o'[EMAIL PROTECTED]

When I try to send an email out using this address - CF spits out an error
message stating that the TO is invalid.  

I am using CFMX 6.0 - yes still trying to get my place to upgrade.

Mario




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184264
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Xamlon info

2004-11-11 Thread Ciliotta, Mario
I was unable to attend the meeting but I would be interested in seeing if
Michael will posting the presentations on House of Fusion.

Also I have been reading up on XAML on DevX and it does sound interesting.

Here is the link:
http://www.devx.com/dotnet/Article/22341

-Original Message-
From: Hunter Pipes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 7:29 PM
To: CF-Talk
Subject: Xamlon info


Hello,

I just heard that NYCFUG meeting attendees were given a $50-off promo code for
Xamlon, a XAML engine.  Apparently the pitch to CF developers was Extend your
markup skills to the Windows desktop - use Xamlon to build WinForms
applications that also deploy to the Web via IE - and stay tuned for a
Flash-related product.  The promo code, good for a month, is nycfug.  
 
Has anyone out there tried Xamlon?



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183947
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Returning Random Records

2004-10-26 Thread Ciliotta, Mario
You can try this udf:

http://www.cflib.org/udf.cfm?id=524

Mario

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 26, 2004 3:47 PM
To: CF-Talk
Subject: Returning Random Records


I have a request to return a set number of random records that meet
certain criteria. In other words, based on input from a form, I want x
(anywhere from 5 to 100) random records that fall between StartDate and
EndDate and belong to Center x.

How do I accomplish the random sampling?

TIA
Tim




~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=38

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182664
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


JSSTRINGFORMAT

2004-10-20 Thread Ciliotta, Mario
Hi,

Can anyone tell when JSStringFormat was introduced into CF.  Was only from
version 6 and up.

Thanks
Mario



~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=38

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


FLiP Methodology.....

2004-10-13 Thread Ciliotta, Mario
HI,

Does anyone on this list use the FLiP Methodology. I was wondering exactly
what this is and what the benefits are of using it.

Thanks

Mario

 http://www.houseoffusion.com/banners/view.cfm?bannerid=36
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




SQL Help: nvarchar vs varchar

2004-10-12 Thread Ciliotta, Mario
Hi,

 
I am trying to upsize an Access 97 database to SQL Server 7.0 and in the
access database I have a few text fields with a size of 255.When I convert
it to SQL Server, the text fields become nvarchar with a size of 255.Is
there any difference in using nvarchar or varchar?I just started to convert
the database and I have not noticed any issues but I am just wondering.

 
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: How to suppress the Header and Footer info when printing from a browser

2004-10-11 Thread Ciliotta, Mario
Got not choice in the matter here.This is the corporate email system that we
use and basically as long as it works internally for our employees that's all
that matters as far as the tech guys are concerned.

 
BTW:We are running Outlook 2000 SP1.

 
Mario
-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 10, 2004 2:34 PM
To: CF-Talk
Subject: Re: How to suppress the Header and Footer info when printing from a
browser

Mike Kear wrote:
 Thanks for reminding me Dave.Thanks to GMAIL's wonderful threading,
 I read and replied to what i thought was the whole discussion, only to
 find there were another three threads with similar but not exactly the
 same subject lines, that answered- but by then my post had already
 gone.

That is not caused by Gmail. That is caused by Mario Ciliotta and 
John D. Burns using email applications that do not adhere to RFC 
2822 section 3.6.4.

Just placing blame where blame is due :-)

Jochem 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: How to suppress the Header and Footer info when printing fr o m a browser

2004-10-11 Thread Ciliotta, Mario
John,

 
Where did you find the stuff on Microsofts site?I cannot find anything under
the search, I guess I am using the wrong terms or something.

 
Mario
-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Monday, October 11, 2004 8:56 AM
To: CF-Talk
Subject: RE: How to suppress the Header and Footer info when printing fr o m a
browser

There's also some scripting type stuff you can do in IE (search
Microsoft's site) but when I looked into it, the time invested to do
this far outweighed the benefit.Also, that means IE only...but it is
out there.

John Burns 

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 11, 2004 5:05 AM
To: CF-Talk
Subject: RE: How to suppress the Header and Footer info when printing fr
o m a browser

If you want to make the change permanently, you *CAN* suppress the
header and footer in IE by changing the following registry keys

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup\header

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup\footer

Paul 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




SOT: How to suppress the Header and Footer info when printing fr om a browser

2004-10-08 Thread Ciliotta, Mario
Hi,

 
I was wondering if anyone knows how to suppress the header and footer
information that is printed out when you try to print a page from the browser.
I would like to shut off the page title and the 1 of 3 on the header and also
the URL on the footer.

 
Can this be done with a stylesheet?

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: How to suppress the Header and Footer info when printing fr o m a browser

2004-10-08 Thread Ciliotta, Mario
For all my users.

 
Mario
-Original Message-
From: Donna French [mailto:[EMAIL PROTECTED]
Sent: Friday, October 08, 2004 5:09 PM
To: CF-Talk
Subject: Re: How to suppress the Header and Footer info when printing fr om a
browser

Is this something you want to turn off to print for yourself - or you
want to disable for users in general?

On Fri, 8 Oct 2004 16:53:33 -0400, Burns, John D
[EMAIL PROTECTED] wrote:
 I've tried that and it's a very in depth process.Your best bet would
 be to convert to PDF and then print. Forcing the browser to behave a
 certain way is more trouble than it's worth.
 
 John
 
 -Original Message-
 From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
 Sent: Friday, October 08, 2004 4:30 PM
 To: CF-Talk
 Subject: SOT: How to suppress the Header and Footer info when printing
 fr om a browser
 
 Hi,
 
 
 I was wondering if anyone knows how to suppress the header and footer
 information that is printed out when you try to print a page from the
 browser.
 I would like to shut off the page title and the 1 of 3 on the header and
 also the URL on the footer.
 
 
 Can this be done with a stylesheet?
 
 
 Thanks
 Mario
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




BARCODES in CF

2004-10-05 Thread Ciliotta, Mario
Hi,

 
Does anyone know of any good barcode generators that work with CFMX.I am
looking for something either in CF or JAVA.If it is open source that would
be great but if it is a commercial app that is fine too.

 
I basically need to print barcodes on a label - I am not sure what style of
barcode yet but I believe that it will be code39 or 2 of 5.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Strange request that English language only be entered in a textar ea.

2004-09-29 Thread Ciliotta, Mario
Hi,

 
Has anyone ever had to do this before.I have CFMX page that contains a
series of drop down and one large textbox that my users can enter a
description of what is contained in their request.The problem that I ma
having is that the form is used worldwide in my company and some users will
enter the description in their native language, ie French, German and so on.
The problem is that the form and the actual request are taken actioned by
staff in New York City and they do not understand the language.My Audit
department has asked that it limit the textarea to English language only.

 
Is there a way to really do this.

 
Thanks
Mario
 http://www.houseoffusion.com/banners/view.cfm?bannerid=36
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: OT: type ahead select lists

2004-09-28 Thread Ciliotta, Mario
George,

 
Is this what your are looking for:

 
http://webfx.eae.net/dhtml/combobox/combobox.htm
http://webfx.eae.net/dhtml/combobox/combobox.htm 

I tried the other example below, but it did not type ahead.

 
Mario
-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 28, 2004 1:03 PM
To: CF-Talk
Subject: Re: OT: type ahead select lists

just did this, and it works GREAT, but after like 3 letters it begins
to trip out...

it worked for two diff. examples i used on my backend, however, like i
said, when you are in the select box, and you type more than 3
letters, it seems to trip...

tw

On Tue, 28 Sep 2004 08:59:23 -0700, Charlie Griefer
[EMAIL PROTECTED] wrote:
 never used it, so can't vouch for quality/cross-browser/etc...
 
 http://www.oreillynet.com/pub/a/_javascript_/2003/09/03/dannygoodman.html
 
 On Tue, 28 Sep 2004 11:34:54 -0400, George Abraham
 [EMAIL PROTECTED] wrote:
  All,
  Anybody know of a script that replicates type-ahead select lists (like
  in Gmail or offline VB applications)?
 
  TIA,
  George
 
 
 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Question about CFHTTP running on CF4.5

2004-09-23 Thread Ciliotta, Mario
Hi,

 
First let me say I know that it is an old very version of CF but thats what I
have to use on these servers as they have not been upgraded yet.

 
My problem is that my one server is running 4.5.1 and the other is running 4.5
and I trying to do a CFHTTP call to an internal server to get a list of stock
quotes.

 
The problem is that it works on 4.5.0 but not on 4.5.1.On the 4.5.1 box I
get a connect refused error but on the 4.5.0 I do not.

 
Is there a setting on the CF server that needs to change or is there a setting
(security) on the box that I call to get the page that needs to be set.

 
Here is the very simple code:

CFHTTP METHOD=Get
 URL="" http://www.csfb.net/CSFBToday/intranet/
http://www.csfb.net/CSFBToday/intranet/ 
 RESOLVEURL=YES

cfoutput

 
#CFHTTP.StatusCode#br
#CFHTTP.MimeType#br
#CFHTTP.Header#br
#CFHTTP.FileContent#br

 
/cfoutput

Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Question about CFHTTP running on CF4.5

2004-09-23 Thread Ciliotta, Mario
Doug,

 
That was the exact problem,

 
Thanks
Mario
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 23, 2004 11:26 AM
To: CF-Talk
Subject: RE: Question about CFHTTP running on CF4.5

 My problem is that my one server is running 4.5.1 and the 
 other is running 4.5 and I trying to do a CFHTTP call to an 
 internal server to get a list of stock quotes.

 The problem is that it works on 4.5.0 but not on 4.5.1.On 
 the 4.5.1 box I get a connect refused error but on the 4.5.0
 I do not.

Are you able to connect to that URL from the console of the problematic
server using a browser? Very often, problems with CFHTTP are really problems
with the network configuration.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Query by example application or code

2004-09-23 Thread Ciliotta, Mario
Hi,

I was wondering in anyone knows of any code out there might show how to do a
query by example. My end-users want to displayed a list of availible column
names and pick and choose what they want to see and then pick and choose to
create their where clause and also the order by clause.

I remember reading about it in an older issue of the CFDJ. If there is
something out there that is already written and maybe open source so that I
can change it that would be the best as my end-users are never happy with
anything off the shelf.I tried to search the Macromedia exchange but my
browser is having issues with the Flash on the site - keeps locking up. 

Thanks,

Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




QueryString

2004-09-22 Thread Ciliotta, Mario
Hi,

 
Is there anyway to get the text of the query that is being executed.I have a
page that the query is being pieced together thru the use of dropdowns and so
on and the problem that I am having is that certain query will return a large
amount of records (@50,000) and I want to capture every query that is run and
have it emailed to me so that I can see what the queries are and speak to my
DBA department to see exactly what has happened to those tables.

 
I checked the logs and the page is logged as running longer that the set time
in tha admin but the page will finally finish.I know that there is
#error.querystring#, but is there anyway to get the query string if there is
no error.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-16 Thread Ciliotta, Mario
Asim,

 
Did you find the code that works or the example URL.I tried your code but I
cannot upload the file. CF states that file does not exist.

 
Am I doing something work?

 
Mario
-Original Message-
From: Sandy Clark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 15, 2004 10:00 AM
To: CF-Talk
Subject: RE: SOT: How to apply a style sheet to a file upload bottom.

Go here
http://www.quirksmode.org/dom/inputfile.html

Sandy Clark
http://www.shayna.com http://www.shayna.com/ 
CF Pretty Accessible at http://www.shayna.com/blog
Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD.
For more information go to:
http://www.teratech.com/training/oc_classes.cfm#css 

_

From: Ewok [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 11:43 PM
To: CF-Talk
Subject: RE: SOT: How to apply a style sheet to a file upload bottom.

I don't see anything about the Browse button for a file type form field on
there. Any other button is pretty easy to set styles or use images for. Any
elements onclick could SUBMIT a form.

_

From: dave [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 5:35 PM
To: CF-Talk
Subject: RE: SOT: How to apply a style sheet to a file upload bottom.

i guess u could try this
http://dreamweaverfever.com/grow/

Form Button Fever!

This behavior will make any object a Submit or Reset button for your form.
It allows you to easily use a rollover image as a form button over even just
a text link. It was created especially for those Drumbeat users moving over
to UltraDev. I got bored of answering the question how do I make
such-and-such a submit button so I got busy with a behavior. 

-- Original Message --
From: Ciliotta, Mario [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 14 Sep 2004 22:24:45 +0100

Dave,
 
It is sort of what I am trying to do but I need to change the color of the
button to match the rest of the buttons on the site.The users want the
buttons to be a form of blue and when you the file upload dialogue the
problem
is that you get a gray browse button by default.
 
Mario
-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 5:16 PM
To: CF-Talk
Subject: Re: SOT: How to apply a style sheet to a file upload bottom.


i missed most of this as well but are u talking about doing this?
http://www.yockeys.com/test/b.cfm
only works in ie though
also there is an extention that turns images into submit buttons called
submit
form fever (i think)

-- Original Message --
From: Bryan Stevenson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 14 Sep 2004 13:31:20 -0700

Sorry...late to this thread...but AFAIK there is no way (I've tried hard
in
the past) to change the style of the BROWSE button that is produced using
an
input of type file

If there is a way of changing it...I'm all ears ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

 
_





_

[HYPERLINK http://www.houseoffusion.com/lists.cfm/link=t:4Todays Threads]
[HYPERLINK http://www.houseoffusion.com/lists.cfm/link=i:4:178394This
Message] [HYPERLINK
http://www.houseoffusion.com/lists.cfm/link=s:4Subscription] [HYPERLINK
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=678.598.4Fast
Unsubscribe] [HYPERLINK http://www.houseoffusion.com/signin/User Settings]
[HYPERLINK
https://www.paypal.com/cgi-bin/webscr?amount=item_name=House+of+Fusionbus
iness=donations%40houseoffusion.comundefined_quantity=cmd=_xclickDonation
s and Support] 

_

HYPERLINK http://www.houseoffusion.com/banners/view.cfm?bannerid=11 \n

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.759 / Virus Database: 508 - Release Date: 9/9/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.759 / Virus Database: 508 - Release Date: 9/9/2004 
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Hi,

 
I am in the process of creatinga page for my endusers to upload files and
the first thing that they complained about is that the button is not the same
style as the rest of the buttons in the applications.All of the buttons are
usually a form of blue (We use IE6.0 only - internal), but the BROWSE button
will only show up 

 
This is the color I would like the button to show:

 
.buttoncolor { color:#FF; background: #557799; FONT-FAMILY: Arial,
sans-serif; FONT-SIZE: 8pt; font-weight: bold;} 

 
But I have tried to include the inline stylesheet but nothing works in the
code snippet below but all I get is the grey button.

 
Any ideas??

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

 
html
head
 titleUntitled/title
/head

 
body

 
form name=MyForm method=post action="">
enctype=multipart/form-data

 
It also needs to have a file selection control:
input type=file name=MyFile size=20

 
/body
/html
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Asim,

 
How do you actually do that?I have tried it before and it did not work.The
code was unable to actually do the upload.

 
I am assuming that you need to write a _javascript_ routine to do that?

 
Is it possible to post an example?

 
Thanks
Mario
-Original Message-
From: Asim Manzur [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 12:43 PM
To: CF-Talk
Subject: Re: SOT: How to apply a style sheet to a file upload bottom.

I would recommend that you use your own graphics for the buttons. I usually
use my own graphics button in place of the browse button.

All that does is turn the background of the field a color.CSS limitation,
this can't be done currently.

-Original Message-
From: Asim Manzur [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 11:33 AM
To: CF-Talk
Subject: Re: SOT: How to apply a style sheet to a file upload bottom.


html 
head 
titleUntitled/title 
style
.buttoncolor { color:#FF; background: #557799; FONT-FAMILY: Arial, 
sans-serif; FONT-SIZE: 8pt; font-weight: bold;} 
/style
/head 

body 

form name=MyForm method=post action="">
enctype=multipart/form-data 

It also needs to have a file selection control: 
input name=MyFile type=file class=buttoncolor size=20 

/body 
/html 

Hi,
 
I am in the process of creatinga page for my endusers to upload files and
the first thing that they complained about is that the button is not the
same
style as the rest of the buttons in the applications.All of the buttons
are
usually a form of blue (We use IE6.0 only - internal), but the BROWSE
button
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Asim,

 
I tried the code and I get a cf error - unable to open file - java i/o error.

 
I changed your code to display the browse button and file dialogue box along
with your css-styled button and if I use the form by clicking your button, the
file dialogue box will appear, I pick the file I want to upload, hit submit
and get an error.

 
But if I use the browser file dialogue and hit submit the file is uploaded
with out any problem exceot that the BROWSE button is not styled with CSS.

 
Here is the code as I changed it.I cannot figure out what I did wrong.

 
Again, thanks for all the help.

 
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SOT: How to apply a style sheet to a file upload bottom.

2004-09-14 Thread Ciliotta, Mario
Dave,

 
It is sort of what I am trying to do but I need to change the color of the
button to match the rest of the buttons on the site.The users want the
buttons to be a form of blue and when you the file upload dialogue the problem
is that you get a gray browse button by default.

 
Mario
-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 14, 2004 5:16 PM
To: CF-Talk
Subject: Re: SOT: How to apply a style sheet to a file upload bottom.

i missed most of this as well but are u talking about doing this?
http://www.yockeys.com/test/b.cfm
only works in ie though
also there is an extention that turns images into submit buttons called submit
form fever (i think)

-- Original Message --
From: Bryan Stevenson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Tue, 14 Sep 2004 13:31:20 -0700

Sorry...late to this thread...but AFAIK there is no way (I've tried hard in
the past) to change the style of the BROWSE button that is produced using an
input of type file

If there is a way of changing it...I'm all ears ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Question about processing a CSV file.

2004-09-13 Thread Ciliotta, Mario
Hi,

 
I was wondering if anyone could help me out as I am stuck on this part.I
have a csv file that I would like to read and then issue an update query based
on the contents.

 
Basically I would like to read the file and then loop over the file and issue
and update query for each line (maybe I could convert it to stored procedure
later).

 
The file looks like this:

 
5388120,12345678IL
5388150,FDX123FD45
5388165,RT6789
5388198,12345HY890
5388204,123SEDFRT
5388205,1ASEFFBH6
5388209,12890HFS23
5388212,124300HGFS
5388231,123567UHJK
5388235,12WWE4DD45
5388281,1234RFGT76
5388284,313SFFS67
5388361,23DS45
5388366,4422442242
5388372,42242FDFSF
5388403,FDXUPSDELD
5388409,1234567890
5388414,ASWDERF455
5388415,123EDCVBH6
5388417,12WSED56YH
5388424,12WSC56HBN
5388428,123WSE456H
5388510,313DADDADA
5388511,HFH678947S
5388597,3131ADADAD
5388654,ADA5DFA5RD
5388655,AD4242DDAA
5388661,1331XSSA4D

 
And what I want to do is loop over it and issue an update:
PUSEDOCODE:

 
CFLOOP over the file
 update table
set track_nbr = '2345678il'
 where header_id = 5388120
/cfloop

What is the best way to do this.I can process the file but I am lost as to
what to do.

 
This is what I have so far:

cfset RecordDelimiter = Chr(10)  Chr(13) /
cfset ColumnDelimiter = chr(34)  chr(44) chr(34) /

 
cffile action = "" file = G:\inetpub\wwwroot\mario\fedex_input.csv
variable = Variables.SourceFile

 
cfloop index=index list=#Variables.SourceFile#
delimiters=#RecordDelimiter# 
cfloop index=recordIndex list=#index# delimiters=#ColumnDelimiter#
cfoutput#RecordIndex#br
/cfloop
hr
/cfloop

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Question about Spam on CFJOBS

2004-09-08 Thread Ciliotta, Mario
I posted a listing on CFJOBS (repost) and I have been receiving this response
back.Does anyone know what the problem is or who is using this service.My
post does appear but I was wondering why it is being flagged as spam from
someone.

Thanks

-Original Message-

From: NAIS Anti-Spam Administrator [mailto:[EMAIL PROTECTED]

Sent: Wednesday, September 08, 2004 1:59 PM

To: [EMAIL PROTECTED]

Subject: Undeliverable: Looking for a consultant for 3-6months - Java

with some CFMX - re post

Your message to the following recipient(s) did not reach its destination
because it was filtered by the NAIS Anti-Spam gateway and was found suspected
as spam. If it was a mistake, please contact the recipient(s) directly in
order to be authenticated for submittal of future messages.

Non-delivery message: Looking for a consultant for 3-6months - Java with some
CFMX - re post

Wed, 8 Sep 2004 13:49:23 -0400

Spam Filter: Commtouch Anti-Spam Protection

Filter URL: http://www.commtouch.com

The following recipient(s) could not be reached:

[EMAIL PROTECTED]

--==={B1DC0541-4C8B-4C40-BE3A-3A51DF5964BE}/gateway

Content-Type: Message/delivery-status

Reporting-MTA: dns;

Arrival-Date: Wed, 08 Sep 2004 17:59:20 +

Final-Recipient: RFC822; [EMAIL PROTECTED]

Action: failed

Status: 

Last-Attempt-Date: Wed, 08 Sep 2004 17:59:20 +

 http://www.houseoffusion.com/banners/view.cfm?bannerid=34
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: (I guess) Local App

2004-09-08 Thread Ciliotta, Mario
Is this on a Pocket PC?

 
We use Flash and Flash Remoting on a PPC and then when we sync the PPC up the
following day, the data is loaded into our Oracle database thru a CF page.
The PPC while in use collecting data is not connected to our intranet and is
only connected while sync-ing up.

 
Mario
-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 08, 2004 3:01 PM
To: CF-Talk
Subject: Re: (I guess) Local App

could use Flash as well

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFMAIL not getting to some people.

2004-09-07 Thread Ciliotta, Mario
Bruce,

 
Are you able to check the mailsent logs and the unbelievable folder to see
what actually went out.

 
Mario
-Original Message-
From: Bruce H. Beinert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 07, 2004 5:17 PM
To: CF-Talk
Subject: CFMAIL not getting to some people.

Hi All,

I have a client who I built an email conatct manager for who is claiming
that some of the contacts are not receiving the mail they send using the
app. I get all emails sent using it and I am using multiple accounts
with different spam and virus filters. Why would some people not be
getting the mail? If it is because of a filter of some kind or because
the mail looks auto-generated can I add something to the code that would
make it look more friendly to filters??

Thanks to any and all help you can provide!

--
Bruce H. Beinert
p.808-637-0727m.917-627-4035

Web Development and Consulting:
http://www.siliconmaui.com http://www.siliconmaui.com/ 

Weblog:
http://www.bruceandwende.com http://www.bruceandwende.com/

_

My Inbox is protected by SPAMfighter
11593 spam mails have been blocked so far.
Download free SPAMfighter
http://www.spamfighter.com/functions/split.aspx?gid=8today! 

_

My Inbox is protected by SPAMfighter
11593 spam mails have been blocked so far.
Download free SPAMfighter
http://www.spamfighter.com/functions/split.aspx?gid=8today! 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Document Management System

2004-08-27 Thread Ciliotta, Mario
Hi,

 
I was wondering if anyone knows of a good document management system,
hopefully written in CF.I am looking for something where my users can upload
files and then the files and/or files can have permissions set on them so that
only certain people can view the files.It will be mainly for storing
spreadsheets and word doc in.

 
I am sure that someone has developed this already so I why re-invent the
wheel.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFFILE Question????

2004-08-26 Thread Ciliotta, Mario
Hi,

 
Is there anyway to create a file and automatically have the file download to a
floppy in the A: drive.

 
Basically I am running a CFQUERY, create the required '|' delimited fields
thru Oracle and I want to some how loop of the output, create a file but save
it directly to the A: drive.I do not want the file to be created on the
server first and then downloaded to the A: drive.

 
Can this be done?

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT:Java Based Charts and Graph

2004-08-25 Thread Ciliotta, Mario
Hi,

 
I was wondering if anyone could me out.I am looking for a Java based
charting package that will allow me to create drill down charts - basically
the same that are produced by CFCHART.I am writing the application in JSP.
It will be running on the same server as CF application server but the app
needs to be in JSP.

 
Does anyone know if JFreeChart can produce drill-down charts.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




SOT: Help with textarea

2004-08-10 Thread Ciliotta, Mario
Hi all.

Is there a way to dynamically resize a textarea element (ie. add rows as the
number of lines in the textarea increases)?

My users only want one line in the form but as people type they what the
textarea to expand automatically.

 
I can do it to a text field but not the textarea.

 
Thanks,
Mario
 http://www.houseoffusion.com/banners/view.cfm?bannerid=35
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: SOT: Help with textarea

2004-08-10 Thread Ciliotta, Mario
Thanks,

 
exactly what I needed.I really have to learn to master CSS.

 
Mario
-Original Message-
From: S.Isaac Dealey [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 4:23 PM
To: CF-Talk
Subject: Re: SOT: Help with textarea

 Hi all.

 Is there a way to dynamically resize a textarea element
 (ie. add rows as the
 number of lines in the textarea increases)?

 My users only want one line in the form but as people type
 they what the
 textarea to expand automatically.

 I can do it to a text field but not the textarea.

try this

textarea style=overflow: visible;/textarea

s. isaac dealey954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Removing Curly Quotes, N-Dash, etc

2004-08-03 Thread Ciliotta, Mario
David,

 
You can try this site:

 
http://www.cflib.org/ http://www.cflib.org/ 

 
as they have some UDF's that I believe will do what you are looking for.

 
Mario
-Original Message-
From: David Hannum [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 03, 2004 2:06 PM
To: CF-Talk
Subject: Removing Curly Quotes, N-Dash, etc

What's the best way to handle the special characters that result of copying
Word text into a textarea or text field?Is there a RegEx for this?I see a
UDF at cflib.org, but it only handles a small number of these characters.I
need to handle curly quotes, n-dash, m-dash, and everything else.- Thanks 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




CFQUERYPARAM

2004-07-27 Thread Ciliotta, Mario
Hi,

 
I have a query that I am doing and I want to add the CFQUERYPARAM tag to it.
What is the value for the tag for a comma delimited list of values.

 
Here is the Query:

 
CFQUERY NAME=Packages
Select Package_ID, Package_Cost,Package_Date
>From tbl_packages
Where Package_id in (123456789, 1234567800, 123576576, 7374474747)
/CFQUERY

 
Is it:

 
CFQUERYPARAM CFSQLTYPE=CF_SQL_VARCHAR VALUE=#Package_List#

 
Thanks,
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Does anyone have a function that can compare time sort of like da tecompare

2004-07-22 Thread Ciliotta, Mario
Hi,

 
I was wondering if anyone has a function or UDF that I can use to compare
time.

 
What I need to do is:

 
a user entering a time say 1:30PM,I need to check that 1:30PM falls between
12:01PM and 2:00 PM.

 
I tried to search on CFLIB but everything is date oriented.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Does anyone have a function that can compare time sort of lik e da tecompare

2004-07-22 Thread Ciliotta, Mario
Thanks

 
I could not get DateCompare to work but I guess I typed something wrong.

 
Mario
-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 22, 2004 2:39 PM
To: CF-Talk
Subject: Re: Does anyone have a function that can compare time sort of like da
tecompare

A concrete example:

cfset theTime = 1:30 PM

cfif dateCompare(12:00 PM, theTime) is -1 and dateCompare(theTime,
2:00 PM) is -1
cfoutput
#theTime# is btn 12:00PM and 2:00PM
/cfoutput
/cfif

On Thu, 22 Jul 2004 19:26:34 +0100, Ciliotta, Mario
[EMAIL PROTECTED] wrote:
 Hi,
 
 I was wondering if anyone has a function or UDF that I can use to compare
 time.
 
 What I need to do is:
 
 a user entering a time say 1:30PM,I need to check that 1:30PM falls
between
 12:01PM and 2:00 PM.
 
 I tried to search on CFLIB but everything is date oriented.
 
 Thanks
 Mario
 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: WOT but important[ENCRYPTED]

2004-07-16 Thread Ciliotta, Mario
Is anyone getting dupicate posting???

 
-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED]
Sent: Friday, July 16, 2004 1:50 PM
To: CF-Talk
Subject: Re: WOT but important[ENCRYPTED]

Then isn't it time for a Baghdad Cold Fusion Users Group? You are slow off the
ball.

Good luck, come back safe and thank you.

Jerry Johnson

 [EMAIL PROTECTED] 07/15/04 11:02AM 
Speaking of that, this will be my second time there. I too was in the first
war. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Help

2004-07-12 Thread Ciliotta, Mario
What has he done.Some more information or a website would be nice.

 
-Mario
-Original Message-
From: Joe Rinehart [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 8:07 AM
To: CF-Talk
Subject: Re: Help

Monique,

Has he ported the rptServer.asp code to CF?If so, I'd definitely be
interested.

-joe

- Original Message -
From: Monique Boea [EMAIL PROTECTED]
Date: Fri, 9 Jul 2004 14:08:40 -0400
Subject: Help
To: CF-Talk [EMAIL PROTECTED]

Hey All,

First, I'm posting this for a friend, so my knowledge is a bit limited.

My colleague is trying to gauge how much interest there is in a ColdFusion

and Crystal Enterprise Integration widget/web service/consulting. What he's

explained is, that if you can do it in ePortfolio or the Crystal Management

Console, it can be seamlessly integrated into your ColdFusion apps. No need

for ASP or CSP. He also claims to be able to do this from CF4+ integrating

with

CE8+. I believe he is also working on a FuseBox implementation as well.

I've gotten some tips from him on one of the projects I'm currently working

on so I am completely confident in his ability to do what he claims.

Is there anyone needing/wanting these functions/capabilities?

Thanks in advance for the responses. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: I have a new email address!

2004-07-12 Thread Ciliotta, Mario
Please block my IP so that I do not have to read this very business like email
anymore.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 10:00 AM
To: CF-Talk
Subject: I have a new email address!

Hey, You know who this is, ha ha if you emailed me then you must be dumb,
because i got a new email address.Dont worry if I dont like you I already
blocked your ip from my email list, blocked your address from my email
address, but if you get this then I must like you.I got a new address.
[EMAIL PROTECTED]

Dont forget dat shit because im not telling you again!

If you are emailing me for business then email me at my business address
[EMAIL PROTECTED]if you email me a personal email to my
business email then I will fuckin block your address from both servers stoping
your emails permanatly because I dont have time to sort personal from business
thats why they are seperated!

Remember

Business: [EMAIL PROTECTED]

Personal: [EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Project Management System in CF

2004-07-07 Thread Ciliotta, Mario
Hi,

 
Does anyone know of good project management system written in CF or maybe JSP.
I could write my own but I just do not have the time as usually.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




WOT: Looking for small images(icons) to replace folders in a tree menu

2004-07-07 Thread Ciliotta, Mario
HI,

 
I know this is way off the CF topic, but does anyone know where I can find
some very small icons (19X19) to replace the icons used in a tree menu.I
would like to replace the folders and the document icon with icons that are
computer related.Basically I am going to use the tree menu to show the
relationship between a UPS, what circuits the UPS protects, then what hardware
is on the circuits and so on.

 
I have been looking for small computer icon or electrical icon but nothing.I
made my own but they look like quite bad.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Help with CFTree or a replacement for it.

2004-06-30 Thread Ciliotta, Mario
Hi,

 
I am trying to use CFTREE on MX(6.0), sorry but have not upgraded to 6.1 yet
and all I get is Loading Applet.I will post the error message below from
the Java Console.Does anyone know of a good replacement for CFTREE - I
prefer one that can be easily driven from a query and it would be great if it
was not an applet.

 
Thanks,
Mario

 
Here is the error below:

 
Java(TM) Plug-in: Version 1.2.2.p006

 
Using JRE version 1.2.2

 
User home directory = C:\WINNT\Profiles\mciliott

 
Proxy Configuration: no proxy

JAR cache enabled.

 
Opening http://snyc11d12013.corpny.csfb.com:91/CFIDE/classes/cfapplets.jar
http://snyc11d12013.corpny.csfb.com:91/CFIDE/classes/cfapplets.jarno proxy

 
Opening http://snyc11d12013.corpny.csfb.com:91/CFIDE/classes/cfapplets.jar
http://snyc11d12013.corpny.csfb.com:91/CFIDE/classes/cfapplets.jarwith
cookie
FSA_USER=+where+%28+0%3D0+and+%28e%2EPRODUCT%5FCODE%3D%27DJ%5FTT%5FFSGP%27+or+e%2EPRODUCT%5FCODE%3D%27EQ%5FTT%5FEQTY%27+or+e%2EPRODUCT%5FCODE%3D%27FI%5FTT%5FFIPR%27+or+e%2EPRODUCT%5FCODE%3D%27IB%5FTT%5FCIBD%27+or+e%2EPRODUCT%5FCODE%3D%27MB%5FTT%5FMBPR%27+or+e%2EPRODUCT%5FCODE%3D%27OT%5FTT%5FOTPR%27+or+e%2EPRODUCT%5FCODE%3D%27SU%5FTT%5FSUPP%27+%29%29;
ARM_ADMIN_ID=552517; ARM_ADMIN_NAME=CILIOTTA%2C+MARIO;
ARM_ADMIN_REGION=AMERICAS; ARM_ADMIN_OFFICE=002;
SITESERVER=ID=df31022034de2e3c0210e3a1f8e410d9.

 
CacheHandler file name: null

 
Opening http://snyc11d12013.corpny.csfb.com:91/CFIDE/classes/cfapplets.jar
http://snyc11d12013.corpny.csfb.com:91/CFIDE/classes/cfapplets.jarno proxy

 
Opening
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet.class
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet.class
no proxy

 
Opening
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet.class
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet.class
with cookie
FSA_USER=+where+%28+0%3D0+and+%28e%2EPRODUCT%5FCODE%3D%27DJ%5FTT%5FFSGP%27+or+e%2EPRODUCT%5FCODE%3D%27EQ%5FTT%5FEQTY%27+or+e%2EPRODUCT%5FCODE%3D%27FI%5FTT%5FFIPR%27+or+e%2EPRODUCT%5FCODE%3D%27IB%5FTT%5FCIBD%27+or+e%2EPRODUCT%5FCODE%3D%27MB%5FTT%5FMBPR%27+or+e%2EPRODUCT%5FCODE%3D%27OT%5FTT%5FOTPR%27+or+e%2EPRODUCT%5FCODE%3D%27SU%5FTT%5FSUPP%27+%29%29;
ARM_ADMIN_ID=552517; ARM_ADMIN_NAME=CILIOTTA%2C+MARIO;
ARM_ADMIN_REGION=AMERICAS; ARM_ADMIN_OFFICE=002;
SITESERVER=ID=df31022034de2e3c0210e3a1f8e410d9.

 
CacheHandler file name: null

 
Opening
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet/class.class
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet/class.class
no proxy

 
Opening
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet/class.class
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet/class.class
with cookie
FSA_USER=+where+%28+0%3D0+and+%28e%2EPRODUCT%5FCODE%3D%27DJ%5FTT%5FFSGP%27+or+e%2EPRODUCT%5FCODE%3D%27EQ%5FTT%5FEQTY%27+or+e%2EPRODUCT%5FCODE%3D%27FI%5FTT%5FFIPR%27+or+e%2EPRODUCT%5FCODE%3D%27IB%5FTT%5FCIBD%27+or+e%2EPRODUCT%5FCODE%3D%27MB%5FTT%5FMBPR%27+or+e%2EPRODUCT%5FCODE%3D%27OT%5FTT%5FOTPR%27+or+e%2EPRODUCT%5FCODE%3D%27SU%5FTT%5FSUPP%27+%29%29;
ARM_ADMIN_ID=552517; ARM_ADMIN_NAME=CILIOTTA%2C+MARIO;
ARM_ADMIN_REGION=AMERICAS; ARM_ADMIN_OFFICE=002;
SITESERVER=ID=df31022034de2e3c0210e3a1f8e410d9.

 
CacheHandler file name: null

 
load: class coldfusion.applets.CFTreeApplet.class not found.

 
java.lang.ClassNotFoundException: java.io.FileNotFoundException:
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet/class.class
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet/class.class

 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

 at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown
Source)

 at java.net.HttpURLConnection.getResponseCode(Unknown Source)

 at sun.applet.AppletClassLoader.getBytes(Unknown Source)

 at sun.applet.AppletClassLoader.access$1(Unknown Source)

 at sun.applet.AppletClassLoader$1.run(Unknown Source)

 at java.security.AccessController.doPrivileged(Native Method)

 at sun.applet.AppletClassLoader.findClass(Unknown Source)

 at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)

 at java.lang.ClassLoader.loadClass(Unknown Source)

 at sun.applet.AppletClassLoader.loadClass(Unknown Source)

 at java.lang.ClassLoader.loadClass(Unknown Source)

 at sun.applet.AppletClassLoader.loadCode(Unknown Source)

 at sun.applet.AppletPanel.createApplet(Unknown Source)

 at sun.plugin.AppletViewer.createApplet(Unknown Source)

 at sun.applet.AppletPanel.runLoader(Unknown Source)

 at sun.applet.AppletPanel.run(Unknown Source)

 at java.lang.Thread.run(Unknown Source)

 
Opening
http://snyc11d12013.corpny.csfb.com:91/apps/mario/coldfusion/applets/CFTreeApplet.class

CF and Eclipse

2004-06-18 Thread Ciliotta, Mario
Sorry for asking a question that I am sure has already been asked but I cannot
seem to be able to get to the House of Fusion to look it up.

 
I am interested in using Eclipse to do some of my CF development in and I
would like to know what I need to do to get it to work.

 
Do I just download eclipse for sourceforge and that is it.I do remember
reading a post about something called CFEclipse.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Online Quote Generation for CRM app written in ColdFusion

2004-06-18 Thread Ciliotta, Mario
If you are running MX you could use the iText java classes to generate PDF's.
Also there is something call HTMLto PDF on the Macromedia exchange that I
believe uses HTMLDOC to convert the HTML that is on the screen to PDF.

 
Mario
-Original Message-
From: Dustin Snell [Unisyn Software, LLC] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 18, 2004 4:08 PM
To: CF-Talk
Subject: Online Quote Generation for CRM app written in ColdFusion

Hello All,

I have written a CRM (customer relationship manager) intranet application
that I in Cold Fusion for my company. I would like to add a feature to
generate sales quotes for our customers. These quotes would preferably be
generated into a PDF file which could be emailed and/or faxed. Anyone know
of any 3rd party tools, custom tags, or CF source code that could help me
with this? Would like to get it done quickly.

The real difficult thing is trying to Google this - searching for Quote
Generator yields all kinds of false hits (Famous quotes from famous people
etc) if I search for ColdFusion Quote I get people using the quote character
in their ColdFusion code. It's major pain.Also nothing in the ColdFusion
exchange that I could find.

Any help you could offer would be appreciated,

Dustin Snell
Unisyn Software
AutoMate - The leader in Windows Automation
www.unisyn.com 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




OT: Freezing a tables rows and columns in Javascript

2004-06-09 Thread Ciliotta, Mario
Hi,

 
I was wondering if anyone knows of another example that I can look at that
will allow me to freeze rows and columns in a table either thru _javascript_ or
DHTML.It is kindalike a grid - I have never had any luck with CFGRID so
that is why I am looking.I am using CFMX and the browser will always be
IE6.0 - intranet only.

 
Is the a different grid that I could possible download.

 
This is the link to what I am trying to do 

 http://www.massless.org/_tests/grid1/ http://www.massless.org/_tests/grid1/

Thanks

Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




SOT - Last nights NYCFUG meeting.

2004-05-20 Thread Ciliotta, Mario
Hi,

 
Can anyone provide a rehash of last nights meeting?I got stuck at work and I
would love to know what was talked about, of course if this is allowed and not
against any non-discloser agreement.

 
Thanks
Mario
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: SOT - Last nights NYCFUG meeting.

2004-05-20 Thread Ciliotta, Mario
Not to put a damper on anything in the new version of CF, but Blue Dragon does
offer very good code protection.It seems as though the CFML templates can be
precompiled and encrypted.

 
The templates are no longer human readable.There is no way to return the
COML. templates to there original COML. form.They also state that they run
faster since they are pre-complied??

 
It seems to be key based and the key is specific to your application and if
some tries to run your app on another installation of Blue Dragon, it will
fail since it does not have the key.

 
Seems like this is a pretty cool feature.

 
Mario
-Original Message-
From: Chunshen Li [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 20, 2004 12:37 PM
To: CF-Talk
Subject: Re: SOT - Last nights NYCFUG meeting.

I didn't sign an NDA ;)

If NYCFUG was in on the MM Breeze presentation, it was basically a
high level overview of MM's plans for the rest of the year and into
next.

Some teaser demos of BlackStone, including very nifty CFFORM  FLASH
integration. Also CFDOCUMENT TYPE=PDF (or something to that effect).
~ Ubqtous ~

I missed it last night.Talking about BlackStone, anything about code
protection? 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Ciliotta, Mario
John,

 
I just spoke the email support guys here and this is what they told me:

 
Our Exchange IMC's Strip it.. Only email sent directly from Outlook and do it
- Email from apps cannotThere is a way to do it but they will not tell.

Mario

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 5:35 PM
To: CF-Talk
Subject: RE: Email Problem

Essentially set the X-Mailer using cfmailparamLook at the headers on
an email that works correctly.Whatever headers you see in there that
are different from the one you send using CF, set (or change) the params
using cfmailparam.Now, some spam filters or mail clients are smart
enough to ignore certain headers that exist without other headers.
That's why I recommend trying to create an email sent from CF that looks
exactly the same as the email sent from outlook (minus the message ID
and other unique features)

John Burns 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 4:19 PM
To: CF-Talk
Subject: RE: Email Problem

How do you trick it to think Outlook was the sender???

Mario
-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 3:19 PM
To: CF-Talk
Subject: RE: Email Problem

You can change it so that outlook thinks that the sender was outlook and
not CF.That would fix that.That's why I suggested to try to set all
of the mail params that you see in a normal outlook message that works
properly.

John 

-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:56 PM
To: CF-Talk
Subject: RE: Email Problem

Mine seems to be the same.

Could it be an Outlook setting:If I send the email thru Outlook to
myself, I will receive all the receipts but if I send it thru CF, I only
get the delivered receipt, no read or deleted receipt.

We do not get read receipts automatically.We must manually ask for one
when sending messages via Outlook.

Mario
-Original Message-
From: Lofback, Chris [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 2:48 PM
To: CF-Talk
Subject: RE: Email Problem

 Were you prompted for a return receipt or by chance do you have return

 receipts automatically generated?

There was no prompt.We do not get read receipts automatically.We
must manually ask for one when sending messages via Outlook.

Chris
_
_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-07 Thread Ciliotta, Mario
It tried to change the X-Mailer ID but if I look at the headers I see this:

 
X-Mailer: ColdFusion MX Application Server
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0

 
I was able to change it but it still sets the Xmailer as CFMX application
server first - so it is stripped.THe Outlook version is just a guess we use
9.0 (2000).Is there anyway to force the CFMX Application Server not to show?

 
Here is my code used:

cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
subject=RE: Question about email headers 
SERVER=x
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
cfmailParam name=X-Mailer value=Microsoft Outlook 8.5, Build 4.71.2377.0
cfmailParam name=Mailerid value=Microsoft Outlook 8.5, Build 4.71.2377.0
cfmailparam name=Return-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
I tried all the code but I still not read or delete receipt, but I did
get the delievered receipt.

I'll try researching more on the web and ask a few other programmers that I
know if they can try it on the systems.

 I sent this to you from Cold Fusion, just to see if maybe it might be that I
am trying to send everything to myself.

 Thanks for the help.
 Mario
/cfmail

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: Friday, May 07, 2004 11:08 AM
To: CF-Talk
Subject: RE: Email Problem

 I just spoke the email support guys here and this is what 
 they told me:

 Our Exchange IMC's Strip it.. Only email sent directly from 
 Outlook and do it - Email from apps cannotThere is a way 
 to do it but they will not tell.

If they're stripping out these headers at the IMC, this wouldn't affect
Outlook clients connecting directly to Exchange.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Email Problem

2004-05-06 Thread Ciliotta, Mario
Tyrone,

 
I tried the code below but I do not get any receipts.Am I doing something
incorrect?

 
cfmail to= [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
from=Mario [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
subject=This is only a test.. 
type=html
server=myemailserver
cfmailParam name=Reply-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Read-Receipt-To value= [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] 
cfmailparam name=Disposition-Notification-To value=
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
cfmailParam name=X-Priority value=1
Test of Outlook Options
/cfmail

 
I tried it on my older 4.5 box and on my MX box but no luck.I actually need
to add this to app that I am working on and I would love to see it work.

 
Thanks
Mario
-Original Message-
From: Andrew Tyrone [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 1:08 PM
To: CF-Talk
Subject: RE: Email Problem

Check out this blog entry:

http://www.sitepoint.com/blog-post-view.php?id=164671

-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 06, 2004 12:57 PM
To: CF-Talk
Subject: Email Problem

Has anyone been able to get CF to create the headers 
that will tell Outlook to send a Read receipt or even a 
Delivery Receipt (server side)?

I am using the following parameters but not working.
I have outlook set to ask for return receipts and I get nothing.

CFMAILPARAM name=X-RCPT-TO value=[EMAIL PROTECTED] 
CFMAILPARAM name=Return-receipt-TO value=[EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




  1   2   3   >