Gossamer Forum
Home : Products : DBMan : Customization :

Export To Excel Mod Used With Short/Long display

Quote Reply
Export To Excel Mod Used With Short/Long display
I am implementing the Export to Excel Mod.

In the standard version of Dbman, I got this to work great. However, now that I am using the short/long display mod, I can not get it to work. Here is why:

Quote:
###################################################################################
# script: html.pl #
# #
# add new line #
# #
# <INPUT TYPE="SUBMIT" NAME="export_records" VALUE="Export Results"> #
# #
# Where to put it-- #
# subroutines: html_view_success #
# html_view_failure #
# Location: in between ... #
# <p><center> **** <INPUT TYPE="SUBMIT" NAME="view_records" VALUE="View Records"> #
# #
##################################################################################

In the short/long display, if you put the submit button in html_view_success, it does not function because when the html page is printed to the browser, the button is not contained in a <form></form> tag.

I tried to put it in sub record_long and the same results. How do you make this work? I hope I'm not a pain with the questions I have been posting lately. Sorry if I am.

Subject Author Views Date
Thread Export To Excel Mod Used With Short/Long display BrianYork 3493 Oct 26, 1999, 8:33 AM
Post Re: Export To Excel Mod Used With Short/Long display
Eliot 3434 Oct 26, 1999, 5:39 PM
Post Re: Export To Excel Mod Used With Short/Long display
BrianYork 3442 Oct 27, 1999, 1:23 AM
Post Re: Export To Excel Mod Used With Short/Long display
Eliot 3439 Oct 27, 1999, 8:47 PM
Post Re: Export To Excel Mod Used With Short/Long display
BrianYork 3407 Oct 28, 1999, 4:29 AM
Post Re: Export To Excel Mod Used With Short/Long display
Eliot 3433 Oct 28, 1999, 4:54 AM
Post Re: Export To Excel Mod Used With Short/Long display
BrianYork 3417 Oct 29, 1999, 7:31 AM
Post Re: Export To Excel Mod Used With Short/Long display
BrianYork 3402 Oct 29, 1999, 8:00 AM
Post Re: Export To Excel Mod Used With Short/Long display
mitch 3426 Oct 29, 1999, 8:13 AM
Post Re: Export To Excel Mod Used With Short/Long display
BrianYork 3440 Oct 30, 1999, 12:31 AM
Post Re: Export To Excel Mod Used With Short/Long display
mitch 3482 Oct 30, 1999, 10:34 AM
Post Re: Export To Excel Mod Used With Short/Long display
BrianYork 3438 Nov 1, 1999, 12:48 AM
Post Re: Export To Excel Mod Used With Short/Long display
Eliot 3403 Nov 1, 1999, 4:31 AM
Post Re: Export To Excel Mod Used With Short/Long display
mitch 3449 Nov 1, 1999, 5:46 AM