|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
print scripting
at the moment we have the problem of printing customer statements - every month a user is required to print over 800 statements, manually by changing the url slightly and then pressing print.
the dynamic part of the url is as follows DateFrom=21/10/2004&DateTo=21/11/2004&CompanyID=218 essentially all the the user needs to change is the ...CompannyID=### number. although being able to select the date range at the same time would be helpful. is there anyway to script this and if so how, im currently the network admin and am not used to coding. i was thinking the plan would be something like. load first url and then change the number by 1 until the desired target is reached... or having the full url in a txt file so the script can access it. any help would be greatly appreicated tim |
|
#2
|
||||
|
||||
|
what program language would you be using? Is this data stored in some sort of a database??
Essentially, all you have here is a typically query string which can be dynamically creating by the user by inputing data, select date ranges, enter their company ID#... etc.. then submit the data to bring up the necessary url(s) page(s).... not a real big deal, depending how you wanted to code it. Mickalo
__________________
Thunder Rain Internet Publishing Custom Programming & Database development Providing Personal/Business Internet Solutions that work! |
|
#3
|
|||
|
|||
|
Quote:
ultimately it would be database independent and would just be a case of changing the url and printing. im suprised there is no software that can do this... ![]() |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > print scripting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|