Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Infrabyte #1
Report Generating
I have been designing a database using MySQL on my Linux server and using a web
based front-end. I have the users entering data into the database but now they
want to get reports by doing a query. For example I have a list of students,
addresses, courses and their marks, and they would like to know - of all the
students that did the computer course, how many of them got over 80%.
I cant seem to figure out how to generate this type of report and display it
on the web page. They would also like to use criteria to do their report
search. The database and website is now getting quite big and I'm a bit
'stumped'
Thank you
Infrabyte Guest
-
preflight XML report differs from droplet report
Hi all, When i create a xml-report 'by hand' with the preflight tool, it generates much more info then when i use the same preflight profile as a... -
Generating PDF from XLS
Hi, I am trying to generate PDF document from an XLS using Distiller API. In Excel, I have set the page size as A4. However, the generated PDF is... -
Generating a Report - Help with the Query
Hello, I needed some help with generating a report on site page loads tracking. I wanted the Monthly Page Load totals in this query. Further I... -
Generating .rtf file
This is my problem: I have a text in my DB in HTML format (with some tags, such as <br>, <ul> and other). I need to include DB' text in .rtf... -
How to link 3 different combo boxex in a form (as report criteria) to the report
I would like to use 3 combo boxes in a form as parameter criteria for a report. When I open a report, there will be a pop up form with 3 combo... -
Mintyman #2
Re: Report Generating
What you're trying to do is a simple search/result page. Create a form that
contains a field called 'percent' that will be used to enter the % rate you
wish to search above. The, on the next page create a recordset that will
return only those values that are greater than the value entered on the form
on the previous page using the request.form("percent") variable. In effect,
you want to create a query that will:
select all records where percent is greater than request.form("percent").
From there, simply drag the [total records] field from the
Application/Bindings panel in DW onto the page. Hey presto, it will display
the number of records that meet the criteria sspecified in the query.
"Infrabyte" <webforumsuser@macromedia.com> wrote in message
news:d30asi$9e8$1@forums.macromedia.com...a web> I have been designing a database using MySQL on my Linux server and usingthey> based front-end. I have the users entering data into the database but nowstudents,> want to get reports by doing a query. For example I have a list ofthe> addresses, courses and their marks, and they would like to know - of allit> students that did the computer course, how many of them got over 80%.
>
> I cant seem to figure out how to generate this type of report and display> on the web page. They would also like to use criteria to do their report
> search. The database and website is now getting quite big and I'm a bit
> 'stumped'
>
> Thank you
>
Mintyman Guest



Reply With Quote

