Re: CFGRID & CFGRIDUPDATE - updating an array value before using CFGRIDUPDATE

2008-06-30 Thread Marty Rock
Did you ever get an answer to this? I need to do this also. Marty >I'm using Flash forms to write an email front and. The Address Book >portion of the app uses an updateable CFGRID element to add, edit, or >delete contacts. The table is pretty straightforward: > >recordid(int, pk) >ownerid(int,

Re: Grab info from returned page and make into variable

2006-08-15 Thread Marty Rock
>Use cfhttp to grab the page and parse it either using the built in CF string >and xml functions or using regular expressions. > >>Using this method, when I have the page returned to me, I guess I would need >>to do a find on cfhttp.filecontent, but that just tells me it found >>something, how d

Grab info from returned page and make into variable

2006-08-14 Thread Marty Rock
We have a program where you can enter your user name and it will return a web page with your name, phone, room, organization, etc. I need to grab that info and create variables so I can populate a form with the info. Any ideas?