Problems displaying iRev script output in an iFrame

2010-08-13 Thread Ian McKnight
Hi I am experimenting with iRev scripts in my OnRev account and I am having difficulty in displaying the required response to data retrieved from a web form. I have two html pages. On one page, the home page, a simple 3 line web form is displayed in an iFrame. The form is in an iRev file. This

Printing/ Email error in Standalone Application

2010-08-13 Thread Brent Summerton
When User hits the Print Button or Email Button using Windows XP/Vista in Standalone it prints or emails a Blank Document - Even with printing exported as part of the Standalone. Works fine directly from within RevEnterprise on my Macintosh! Below I describe what I am trying to achieve:

Re: Printing/ Email error in Standalone Application

2010-08-13 Thread AndyP
What are you doing with the sent meassages? For printing you may find it better to place a hidden field on your card and then use this: revPrintField From the dictionary: mportant! The revPrintFieldcommand does not accept direct field references. For example, the following statement causes

Re: Problems displaying iRev script output in an iFrame

2010-08-13 Thread Mike Bonner
You can't use form elements directly in an irev script. Meaning you can't include them between ?rev and ? So for example the line: put Thanks for the feedback.br / br / Just confuses the engine. Since its within a rev script tag you nave to specifically put the tags you want, inside quotes as

Re: Problems displaying iRev script output in an iFrame

2010-08-13 Thread Ian McKnight
Of course! (Sound of head slapping!) The missing quotes. Thanks very much Mike - I must write a very big sign in front of my desk to remind me :) On 13 August 2010 13:24, Mike Bonner bonnm...@gmail.com wrote: You can't use form elements directly in an irev script. Meaning you can't include

Re: Revserver / Dreamhost question

2010-08-13 Thread Richard Gaskin
stephen barncard wrote: 1. If I want to use my own Revserver instance at Dreamhost, would I have to get a 'Personal Server' account? I understand my shared hosting can't be used for this. Has anyone here done this? Shared hosting should be fine. Just like the older Rev CGI engine, the

Re: Revserver / Dreamhost question

2010-08-13 Thread Andre Garzia
On Fri, Aug 13, 2010 at 1:10 PM, Richard Gaskin ambassa...@fourthworld.comwrote: But if you ever find that you do need to run unusually lengthy processes, Andre's latest article in the RevUp newsletter covers how to break up a long task into chunks that allow even a shared-hosting account to

Re: SoCal Rev User Group meeting: Thursday, August 19th

2010-08-13 Thread Andrew Kluthe
Hmm. I wonder how many rev users are in the St. Louis-ish area that would be interested in something similar. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/SoCal-Rev-User-Group-meeting-Thursday-August-19th-tp2322016p2324475.html Sent from the Revolution - User

Re: SoCal Rev User Group meeting: Thursday, August 19th

2010-08-13 Thread Andre Garzia
Where are all the Brazilians??? On Fri, Aug 13, 2010 at 1:37 PM, Andrew Kluthe and...@rjdfarm.com wrote: Hmm. I wonder how many rev users are in the St. Louis-ish area that would be interested in something similar. -- View this message in context:

Re: Revserver / Dreamhost question

2010-08-13 Thread Michael Kann
Richard and Stephen, I'm still confused as to the difference between using revServer and using the 3.5 engine. My mental model is that when the apache webserver sees a script with an irev extension it sends it over to the 3.5 engine to parse it. The 3.5 engine sends back some html to push out

Re: Revserver / Dreamhost question

2010-08-13 Thread Andre Garzia
Mike, There is some confusion in there. RevServer engine and 3.5 engine are different things. While if you configured your apache correctly you can make it invoke one engine or the other depending on your choices, on my server I have .irev files mapped to RevServer and .CGI files mapped to

Re: Revserver / Dreamhost question

2010-08-13 Thread stephen barncard
Thanks , Richard. sqb On 13 August 2010 09:10, Richard Gaskin ambassa...@fourthworld.com wrote: stephen barncard wrote: 1. If I want to use my own Revserver instance at Dreamhost, would I have to get a 'Personal Server' account? I understand my shared hosting can't be used for this.

Re: SoCal Rev User Group meeting: Thursday, August 19th

2010-08-13 Thread Bob Sneidar
Pay for my transportation and accommodations and I am there! Bob On Aug 13, 2010, at 9:39 AM, Andre Garzia wrote: Where are all the Brazilians??? On Fri, Aug 13, 2010 at 1:37 PM, Andrew Kluthe and...@rjdfarm.com wrote: Hmm. I wonder how many rev users are in the St. Louis-ish area

Re: Printing/ Email error in Standalone Application

2010-08-13 Thread J. Landman Gay
On 8/13/10 3:13 AM, Brent Summerton wrote: Or the User then sends via Email with a Button. on mouseUp Answer Email now or wait until you have completed ALL Modules? with Send and Wait If it is Send then send EmailResults This command goes nowhere. You need a target for the send,

Re: Multiple revCursors stacks

2010-08-13 Thread J. Landman Gay
On 8/12/10 2:59 PM, Hershel Fisch wrote: I also realize that I have two revHelpPopup substacks, under the revDocumentation stack and under the revMenuBar stack, which one has to be deleted and which one is the correct one. I see it since version 3.504 dp-4. Prior to the above version its only

Re: Revserver / Dreamhost question

2010-08-13 Thread Pierre Sahores
Hej Richard, Thanks for your post ! About some more on-rev related feed-back : Before going head with professional grade projects targeting the revServer and/or On-Rev options, i used wrds.com as a purely test needs platform and the results are, in practice, feeting as well as needed

Re: Trouble Setting Cookies

2010-08-13 Thread Gregory Lypny
Hi Andre, Thanks for responding. I'm afraid I'm not familiar with curl. I installed FireBug but I'm not clear on how to use it. I'm not an experienced web developer. My server is On-Rev. This afternoon I tried something even simpler than before and that is a Submit button that executes

Re: Trouble Setting Cookies

2010-08-13 Thread Andre Garzia
Gregory, If possible, send me the url for the offending page, let me look at the headers. cookies are annoying believe me. For example, I think you might need a space between the colon and the cookie key name... (an instead of ) Andre On Fri, Aug 13, 2010 at 6:08 PM, Gregory Lypny

Re: Revserver / Dreamhost question

2010-08-13 Thread Peter W A Wood
Richard On 14 Aug 2010, at 00:10, Richard Gaskin wrote: As many here have noted, 30 seconds is a very long time to run a continuous process. With my CGIs I target a maximum of 5 seconds and may in some extreme cases tolerate up to 10 seconds if absolutely unavoidable, but even that's too

Re: [HELP] anyone have a simple handler to add a control to a group programatically?

2010-08-13 Thread Geoff Canyon Rev
revNavigator hasn't been updated for several versions, so it's entirely possible that the dev environment has changed since I wrote it. Or I might just have done a bad job with it ;-) That said it still works -- I don't do much work with Rev anymore, but when I do I couldn't live without it.