Re: how to check if a remote file exists

2014-04-01 Thread safo 2000
i am a bit confused, this is the first time I do this kind of request so bear with me. I am trying to do the following: i created a cf app on the source server (w2k3) cfquery name=Param datasource=lib_datasql SELECT proxloc from MainServer /cfquery cfset

Re: how to check if a remote file exists

2014-03-31 Thread safo 2000
thanks for the info ok, so then how would I do the copy from w2k3 to cf9 server ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

how to check if a remote file exists

2014-03-29 Thread safo 2000
hi, i have w2k3 server that holds a text file, say x.txt, generated by an VFP9 app., on a separate server i have a cf9 app. that needs to check for file x, if it exists get a copy of it and merge it with another text file that is generated by the app. well, how can i do the checking part?

Re: difference in displaying a numeric value in POI

2013-01-15 Thread safo 2000
if this is poi:cell type=numeric numberformat=##,0.00 value=1075483609/ rounding,how would the ...609 round to ...648 One is rounding and one is doing an Integer function hi, i am trying to write a numeric value using POI and i get the strange results: poi:cell type=numeric

difference in displaying a numeric value in POI

2013-01-13 Thread safo 2000
hi, i am trying to write a numeric value using POI and i get the strange results: poi:cell type=numeric numberformat=##,0.00 value=1075483609/ cfset x=#NumberFormat('1075483609','999,999,999,999.99')# poi:cell type=string value=#x#/ if you run the above you get 1,075,483,648.00

Re: cfdocument not displaying arabic font [spamtrap bayes][spamtrap heur]

2010-10-29 Thread safo 2000
without cfdocument it works fine. so anyway i tried utf-8, at least something gets displayed but as such ARABIC TEXT PRINT TEST ام صمة اله دولة there are some missing characters ~| Order the Adobe Coldfusion

cfdocument not displaying arabic font

2010-10-28 Thread safo 2000
hi, i am trying the following code: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; cfprocessingdirective pageencoding = windows-1256 cfset SetEncoding(form,windows-1256)

Re: PGP and CF

2010-01-21 Thread safo 2000
When you run the batch file yourself, you apparently have sufficient rights to do so. The user account that CF is running as does not. You can test this by changing CF to run as your user account since you know that account has no issue running the batch file. If it works, you should be able