From: Franky V. L. <lie...@te...> - 2008-01-22 13:10:40
|
For question 2: it might be that $size is not correctly initialized, I'll check this later. Franky On 1/22/08, 272 adc <ad...@gm...> wrote: > > Hi > > Now, I'm using phpESP 2.0.2. > > question1 > Is it possible to add "return button" for answer display(survey.php,, > func.inc...etc) > also, Is it possible to add "confirmation display" which shows an answer > which user is answered. > thinking after showing the confirmation display, click submit, then > answered data is sent to db. > hope to get advice or something to improve application. > > question2 > Does anyone know about reason which size and maxlength of numeric question > type in questions tab does not set correctly > when inputting "length" and "precise". in my case when inputting length = > 3, size is set to 8. > > in question_render.inc source, > case '10': // numeric > $size++; // for sign > if($prec) > $size += 1 + $prec; > ?> > <?php echo(mktext($qid, $size, $size)); ?> > <?php > > Date question type has same issue. > and also, is there Date question type format checking funciton? > > > question3 > Are there files which are not used under /admin/include/lib/adodb/.?? > I'm looking into files for uploading to web site. > > Thanks > mag > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |