J2EE session expire coldfusion9

2013-07-22 Thread Ria Ragam

Hi All,

I am trying to invalidate session using 
getPageContext().getSession().invalidate().
Application runs on Unix,uses J2EE session and all session data is stored in 
structure. Looks like session is only invalidated in first request of the 
browser and after that it is not invalidated. Atleast in IE, if I make 
jsessionid expire then it works perfectly. What am I doing wrong here. Looks 
like everytime session is invalidated, I see new sessionId but data in the 
session still exists and used data is still in session. What am I doing wrong 
here?

Thanks, 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356278
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Disable logging for http reguest in cf9

2012-09-28 Thread Ria Ragam

Hi All,

Trying to disable logging in cf9. Having hundreds of http request in our 
application creating unwanted logs. Disabling http logging works perfectly fine 
from logging section but every time we restart the server, logs are tuned back 
on. Is there a way to turn off using admin api or calling any object to disable 
once coldfusion is started?

Thanks in Advance, 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352782
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PDF Populate and readBinary Data

2012-07-05 Thread Ria Ragam

Thanks again.
Let me explain with steps.
1. Have an interactive PDF.
2. Populate data to pdf but do not open to the brower.
3. convert populated PDF into binary and write to database.

4. At the end of the day, all these PDF's are downloaded depends on search 
criteria. (I am not worried about this. This step can be done easily).
I tried using cfsavecontent and it is still populating the PDF in brower.
cfsavecontent variable=populatedpdf
cfpdfform source=absolutePath action=populate/
/cfsavecontent

AM I doing something wrong here?

  Is it not true that as soon as I populate fields, if opens PDF right 
 away. I want to save a PDF with populated fields into binary and then 
 use it for later.
 
 I guess I misunderstood what you were asking for, originally.
 
 You can either have it written to the browser or you can write it to
 the filesystem. I'm not sure what you mean by use it for later, but
 if you don't want to write it to the filesystem at the end of your
 CFPDFFORM operation, you might be able to capture it with
 CFSAVECONTENT.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


PDF Populate and readBinary Data

2012-07-04 Thread Ria Ragam

Hi All,

I have an interactive PDF form, trying to populate data into fields and then 
read the populated pdf as binary. Can I do it without writing to temporary 
folder?

Thanks in Advance... 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351829
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PDF Populate and readBinary Data

2012-07-04 Thread Ria Ragam

Thanks for your response.
Is it not true that as soon as I populate fields, if opens PDF right away. I 
want to save a PDF with populated fields into binary and then use it for later.

  I have an interactive PDF form, trying to populate data into fields 
 and then read the populated pdf as binary. Can I do it
  without writing to temporary folder?
 
 Since CFPDFFORM accepts a byte array (a variable containing a PDF, 
 for
 example), yes.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351831
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfdocument tagged=true

2012-04-10 Thread Ria Ragam

I am trying to generate tagged pdf using coldfusion 9 tagged attribute. I have 
J2EE integration of openOffice already configured. I am getting an error when 
this attribute is added 'tagged=true'.
All these are included
For all other J2EE servers:
Add the following classes and JAR files in the class path:
[cfusionhome]/lib/oosdk/classe 
[cfusionhome]/lib/oosdk/lib/juh.jar 
[cfusionhome]/lib/oosdk/lib/jurt.jar 
[cfusionhome]/lib/oosdk/lib/ridl.jar 
[cfusionhome]/lib/oosdk/lib/unoil.jar

cfdocument name=sample format=pdf tagged=truetest/cfdocument It works 
fine until I add attribute tagged.

Am I missing something here.

Thanks,
Ria. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350663
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


coldfusion using subversion

2012-03-24 Thread Ria Ragam

We are using subversion to maintain project code and running applications on 
ESX server. I want to point my subversion code to these instance and make all 
changes needed and check back into subversion.

As of my knowledge the only way possible is using symbolic link but the problem 
is I can only run one version of the code at a time. Eg: If I want to run 
branch and trunk code at the same time it is impossible to do.

I would really appreciate if any one has any thought on it.

Thanks in advance,
Ria 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350521
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: coldfusion using subversion

2012-03-24 Thread Ria Ragam

Here context path is /progectName. so if I wanna work on both branch and trunck 
at the same time I cannot do b'se those too belongs to same application meaning 
same context path. I cannot change context path ans execute my applicaton.

Ria.

I am not sure I am understanding the issue, so let me know if I am off base
from here...

If the code on your server is checked out from trunk, then any changes made
would get saved to trunk and then you just update the code on your server
with the update function.  As far as running branch and trunk code at the
same time...i am not sure why you would want to do that or how for that
matter, but if these are different sites then you would just check it out
from the branch and one from trunk.

Eric

We are using subversion to maintain project code and running applications on
ESX server. I want to point my subversion code to these instance and make
all changes needed and check back into subversion.

As of my knowledge the only way possible is using symbolic link but the
problem is I can only run one version of the code at a time. Eg: If I want
to run branch and trunk code at the same time it is impossible to do.

I would really appreciate if any one has any thought on it.

Thanks in advance,
Ria 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350525
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: coldfusion using subversion

2012-03-24 Thread Ria Ragam

My environment is set up as IBM ESX server and right now I set my contextroot 
as / and link my project as symbolic link to run my projects. Normally I have 
ear per project with its own contextroot and I cannot link that way.SO have one 
ear file and link everything with its context run so that I can execute cf 
application.


Thanks,
Ria
How have you got your setup?

Here is how I do it...

In IIS or Apache create your site and point it to a directory that will
contain your site, with each new site pointing to a new directory. Then
pull your code out of SVN into the directory for that site, so Site A would
be pulled out and stored in Site A of IIS or Apache, etc.

Then you do not need to switch projects from SVN.

Could you give us a bit more detail on how you are setting up your work
environment, because it sounds like to me you are maybe using the internal
web server for ColdFusion, or you only have the one site setup in IIS or
Apache.

That information would better help us give you a better answer in what you
are doing wrong, or maybe need to change to do what you need to do.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543






 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Using session sope in cfthread

2011-10-17 Thread Ria Ragam

Hi All,

I read all different post online about session variables being used in cfthread 
but I am still confused with actually use session variables in cfthread or not. 
Let me explain what I am trying to achieve here.

I have a session with different structure variables. I need to  
 run thread1 and update/insert session.struct1,
run thread2 and update/insert session.struct2,
run thread3 and update/insert session.struct2. Do you think I should used 
cflock to write data to session. If yes does it slows down the process?

Thanks in Advance...
Ria. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfthread

2011-10-12 Thread Ria Ragam

Hi All,

I am trying to implement something with cfthread but it throws with an error 
Child threads are not supported
This is how its coded.
cfloop from=1 to = 4
 cfthread action = run name=t#1#
!---Logic goes here ---
/cfthread
cfthread action = run name=t10
!---Logic goes here ---
/cfthread
/cfloop
cfthread action = join name = t1,t2,t3,t10
I want all (here 4*2 = 8) threads need to be run simultaneously. Please let me 
know what am I doing wrong here. How can t10 thread be a child thread? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfthread

2011-10-12 Thread Ria Ragam

So is it not possible to run more than one thread from cfloop?
I have to run a set of threads in a loop.In that way I can change the values on 
the thread attributes from the cfloop increment.Actually my cfloop is a query. 
Every time I loop I need to create a set of threads.My cfloop query recordcount 
is always more than 2.
Can I get around this?
You have a thread called t10 in a loop. You probably want that outside the 
loop.


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348079
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfthread

2011-10-12 Thread Ria Ragam

Thanks all for help, I found two problems in my code.
My thread name wasn't unique and I accidentally added cfthread inside cfthread 
which is not valid.

Also you will need to remember that there is a limit to how many threads can
run at the same time on CF Standard..

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


On Thu, Oct 13, 2011 at 1:40 PM, Ria Ragam ragam0...@gmail.com wrote: 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Alternatives to CFFM?

2010-08-18 Thread Ria Ragam

Just a suggestion to find out content in error page.

You can try using fiddler is a web debugger can help to display the html
text or any other data you are looking for.

On Wed, Aug 18, 2010 at 9:03 PM, Gerald Guido gerald.gu...@gmail.comwrote:


 
  Sent from my Pants
 

 Nice to know or TMI?

 G!

 On Wed, Aug 18, 2010 at 9:00 PM, Dave Watts dwa...@figleaf.com wrote:

 
  Firefox, or any sort of HTTP recorder is your friend here.
 
  Dave Watts, CTO, Fig Leaf Software
 
  Sent from my Pants
 
  On Aug 18, 2010 8:39 PM, Mike Kear afpwebwo...@gmail.com wrote:
 
 
  Here are two screen shots that illustrate what I'm facing every time i
  try to upload using CFFM:
 
  http://picpaste.com/alacastina01.jpg is a general image of the screen
  when the error occurs,  and
  http://picpaste.com/alacastina02.jpg shows a closer image of the error
  popup.  Since this doesnt allow cut and paste, i can never see the
  rest of the message, so i can never know what this error is caused by.
 
 
 
  Cheers
  Mike Kear
  Windsor, NSW, Australia
  Adobe Certified Advanced ColdFusion Developer
  AFP Webwork...
 
  On Thu, Aug 19, 2010 at 10:32 AM, Mike Kear afpwebwo...@gmail.com
 wrote:
   Yes it's not browser sp...
  Archive:
  http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336368
 
  Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
  Unsubscribe: http://www.hous...
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336380
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cascaded dropdown

2010-08-01 Thread Ria Ragam

Hi,

I am trying to build dropdown in a dropdown selection. 
dropdown1 list :
School
college
University

dropdown2: Once I select University from dropdown1 list it should display the 
list of universities

dropdown3: address if the dropdown2 selction university

Can anyone help me with this.

Thanks, 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335918
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cascaded dropdown

2010-08-01 Thread Ria Ragam

Thanks alot.. references are really very helpfull..

 Hi,
 
 I am trying to build dropdown in a dropdown selection. 
 dropdown1 list :
 School
 college
 University
 
 dropdown2: Once I select University from dropdown1 list it should 
 display the list of universities
 
 dropdown3: address if the dropdown2 selction university
 
 Can anyone help me with this.
 
 Thanks, 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335920
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: query add row at top of query

2010-07-31 Thread Ria Ragam

cfquery 
name=GetParks datasource=cfdocexamples 
cachedwithin=#CreateTimeSpan(0, 6, 0, 0)#
SELECT PARKNAME, REGION, STATE
FROM Parks
Where REGION = 'Southeast Region'
ORDER BY ParkName, State
/cfquery

cfset temp = querysetcell(GetParks, PARKNAME,  , 1)
cfset temp = querysetcell(GetParks, REGION,  , 1)
cfset temp = querysetcell(GetParks, STATE,  , 1)
hi

i have a query which has sort criteria applied at mysql level. 

i want to add a row at the top of the query after mysql has finished with it.

If i use the queryaddrow method it adds the row to the bottom of the query

is there anyway to get it to add it as the first item?

thanks 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335908
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: query add row at top of query

2010-07-31 Thread Ria Ragam

You can refer to this link to appendQuery
http://www.bennadel.com/blog/114-ColdFusion-QueryAppend-qOne-qTwo-.htm
I guess you should go with method one as of my understanding. Posting example 
here.

appendQuery.cfm
cfquery 
name=GetParks datasource=cfdocexamples 
cachedwithin=#CreateTimeSpan(0, 6, 0, 0)#
SELECT PARKNAME, REGION, STATE
FROM Parks
Where REGION = 'Southeast Region'
ORDER BY ParkName, State
/cfquery
cfset testQuery = queryNew(PARKNAME,REGION,STATE,varchar,varchar,varchar)
cfset queryAddrow(testQuery,1)

cfset test1 = createObject('component','appendQuery')
cfset resultQuery = test1.QueryAppend(testQuery,GetParks)
cfdump var=#resultQuery#
cfabort

cfset test1 = createObject('component','appendQuery')
cfset resultQuery = test1.QueryAppend2(testQuery,GetParks)
cfdump var=#resultQuery#

appendQuery.cfc
cffunction name=QueryAppend access=public returntype=query output=false
hint=This takes two queries and appends the second one to the first one. 
Returns the resultant third query.

!--- Define arguments. ---
cfargument name=QueryOne type=query required=true /
cfargument name=QueryTwo type=query required=true /
cfargument name=UnionAll type=boolean required=false default=true /

!--- Define the local scope. ---
cfset var LOCAL = StructNew() /

!--- Append the second to the first. Do this by unioning the two queries. ---
cfquery name=LOCAL.NewQuery dbtype=query
!--- Select all from the first query. ---
(
SELECT
*
FROM
ARGUMENTS.QueryOne

)

!--- Union the two queries together. ---
UNION

!---
Check to see if we are going to care about duplicates. If we don't
expect duplicates then just union all.
---
cfif ARGUMENTS.UnionAll
ALL
/cfif

!--- Select all from the second query. ---
(
SELECT
*
FROM
ARGUMENTS.QueryTwo
)
/cfquery

!--- Return the new query. ---
cfreturn LOCAL.NewQuery /
/cffunction

 i have a query which has sort criteria applied at mysql level.

 i want to add a row at the top of the query after mysql has finished with it.

 If i use the queryaddrow method it adds the row to the bottom of the query

 is there anyway to get it to add it as the first item?

You could add the new row in the SQL itself using a UNION statement,
couldn't you?

Otherwise, you could add it using queryAddRow, querySetCell, etc, but
you'd have to figure out how to get things in the order that you want
them. You could create a new query, add the row to the new query, then
loop through the old query and add each row to the new query. Or you
could use queryAddRow and querySetCell with the existing query, but
have a sortable field for all rows including the new row, then use
query of query to sort the query again.

But I'd go with doing this in your SQL if I were you.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335913
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bind to a CFINPUT from a CFGRID

2010-07-29 Thread Ria Ragam

gridExample.cfm
cfquery 
name=GetParks datasource=cfdocexamples 
cachedwithin=#CreateTimeSpan(0, 6, 0, 0)#
SELECT PARKNAME, REGION, STATE
FROM Parks
Where REGION = 'Southeast Region'
ORDER BY ParkName, State
/cfquery
cfform name=GridForm action=
cfgrid name=Brand_Grid selectmode=row selectonLoad=no BindOnLoad=no 
query=GetParks format='html' appendKey =yes 
cfgridcolumn name=PARKNAME
header=PARKNAME
headeralign=center
headerbold=Yes
cfgridcolumn name=REGION
header=REGION
headeralign=center
headerbold=Yes
/cfgrid
/cfform
cfdiv id=id_DivEditeSiteDetail 
bind=url:gridOutput.cfm?PARKNAME={GridForm:Brand_Grid.PARKNAME}/cfdiv

gridOutput.cfm
h3Echoing main page input:/h3
cfoutput
cfif isdefined(url.PARKNAME) AND url.PARKNAME NEQ 
cfoutput
table
  tr
  tdPark Name:/td
  tdinput value=#url.PARKNAME# name=ParkName 
type=Text/td/tr
/table
/cfoutput
cfelse
No input
/cfif
/cfoutput


 I can't seem to figure out how to bind a selected column value in a 
 CFGRID to a text box later on the page. Any ideas?  Thanks 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335883
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfpdfform -Prefill form fields

2009-10-26 Thread Ria Ragam

Hi All,

I am trying to pre-fill the form fields in PDF. I can successfully fill the 
fields in the pdf. but when I dump the structure by using cfpdfform 
action=read sourceC:/abc/abc.pdf result=resultstruct, In the structure I 
can only see FirstName and the LastName elements. I also wanted to prefill the 
address in the form but I am unable to to.

Can I able to prefill the form field if its not in the dump structure of pdf ?
If no .. can any one help me out to solve this issue.

Thanks,
Ria Ragam 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327720
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfpdfform -Prefill form fields

2009-10-26 Thread Ria Ragam

Thanks alot. I will try to create a required PDF.
Ria

On Mon, Oct 26, 2009 at 7:35 PM, Dave Watts dwa...@figleaf.com wrote:


  I am trying to pre-fill the form fields in PDF. I can successfully fill
 the fields in the pdf. but when I dump the structure by using
  cfpdfform action=read sourceC:/abc/abc.pdf result=resultstruct,
 In the structure I can only see FirstName and the
  LastName elements. I also wanted to prefill the address in the form but I
 am unable to to.
 
  Can I able to prefill the form field if its not in the dump structure of
 pdf ?
  If no .. can any one help me out to solve this issue.

 If you can't see the fields when you dump the PDF form structure, you
 can't write to them.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327727
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4