[cgiapp] UNC paths on Windows

2006-03-21 Thread Robert Hicks
This may be an Apache thing, I don't know. I have a script to test my ODBC functionality that connects to a db over an UNC path and a mapped path just fine. I use that same path in my CGI::Application (both the UNC and mapped drive and I am getting: Error executing run mode

[cgiapp] Re: What happens after validation?

2006-03-07 Thread Robert Hicks
Michael Peters wrote: Robert Hicks wrote: I have all my forms validating. Yay! Congratulations. The question I have is what happens after validation? $self-redirect('index.cgi?rm=show_next_page'); Change that to return $self-show_next_page(); If you do a full redirect

[cgiapp] What happens after validation?

2006-03-06 Thread Robert Hicks
I have all my forms validating. Yay! The question I have is what happens after validation? If I create a small form like this that doesn't use my validation stuff: Form without validation: form action= method=post table trtdUsername:/td td select

[cgiapp] Re: Validation problem

2006-03-03 Thread Robert Hicks
Mark Stosberg wrote: On 2006-03-02, Robert Hicks [EMAIL PROTECTED] wrote: I have a two forms. One on the initial main page and another to input tasks. The form on the main page gets validated correctly. I use the same code with the second except the fields to validate and it comes back

[cgiapp] Re: Validation problem

2006-03-03 Thread Robert Hicks
Mark Stosberg wrote: On 2006-03-02, Robert Hicks [EMAIL PROTECTED] wrote: I have a two forms. One on the initial main page and another to input tasks. The form on the main page gets validated correctly. I use the same code with the second except the fields to validate and it comes back

[cgiapp] Re: Validation problem

2006-03-03 Thread Robert Hicks
Michael Peters wrote: Robert Hicks wrote: Everything from the /head down is gone. Sounds like something strange happening. The best way to track this down is to put some debug warn() statements in the code and watch your error log to see where the output is being chopped up. Specifically

[cgiapp] Re: [ValidateRM] Validating dropdown boxes...does it work?

2006-03-03 Thread Robert Hicks
There are lots of people that want to help you, but you have to give them the tools to do so. I think I will give up for today... Give it another try, and send us the actual code. It may just be a silly little mistake like a typo that just needs another pair of eyes to spot (you are using

[cgiapp] Validation problem

2006-03-02 Thread Robert Hicks
I have a two forms. One on the initial main page and another to input tasks. The form on the main page gets validated correctly. I use the same code with the second except the fields to validate and it comes back with a blank page when I try to validate it. Any idea looking at this, what the

[cgiapp] Validation constraint

2006-02-28 Thread Robert Hicks
I am trying out the ValidateRM plugin. I have it working with one form which is cool. The second form I have deals with hours worked on a project. The hours are put in by increments of .25 (i.e. it could be .50 or 7.75). I know I can check this with the mod ( % ) operator but I haven't a clue

[cgiapp] Re: Best free DB for a web-based Perl app response results...

2005-12-01 Thread Robert Hicks
... if i only needed MySQL, i'd use SQL Lite. Really? I think that would be a poor choice and I like SQLite. ; ) Robert - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/

[cgiapp] Re: Plugin question

2005-11-18 Thread Robert Hicks
Michael Graham [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do I determine if the cgi_prerun has already been set? If it is set how would I add my own prerun code to it? If you're only interested in running your code without trampling on an existing cgiapp_prerun, you have

<    1   2