sorry my internet's been down for a little while cable got cut by city crew (go figure)
this is my current code, not pretty yet but i'm working on it.
"SELECT * FROM tblMenu WHERE MONTH(LunchDay) = MONTH(DATE_ADD(NOW(), INTERVAL 0 MONTH)) ORDER BY LunchDay DESC"
let me know if you see...
i need to be able to select all the items in the database that are in the current month.
or
i need to be able to select all the items that are within 30 days of todays date.
this is for a nursery school that would like to be able to show the lunch menu's for the month.
the table is very simple...
ok i read the one variable but i don't seem to be able to read the second variable.
echo $_POST['txtText'];
echo '<br />';
echo $_POST['txtHeading'];
echo '<br />';
returns the txtText but not txtHeading
can you tell me what i'm doing wrong?
thanx
I'm trying to get this page to insert data into a mysql table but after hitting the submit button the data is not being submitted to the database.
i'm not sure what is happening. i know the fields are coming back empty but i don't know why. any hints as why this is not working correctly?
thank...
thanx for your help.
this is what i discovered.
Dim rdReport As New ReportDocument
rdReport.Load("C:\Cash\Reports\New\" & reportListBox.GetItemText(ReportListBox.SelectedItem) & ".rpt")
rdReport.SetParameterValue("StartDate", Now.Date)
rdReport.SetParameterValue("EndDate", Now.Date)...
sorry i didn't explain very well.
there is no subreport. it is just a simple report that needs to know the starting date and ending date to retrieve information from the database.
if i use the report viewer i will get the prompts to enter the info.
if i try to print the report directly to the...
I am trying to get crystal XI to print a selected report when the user clicks on the report.
but everytime i do that i receive the error missing parameter.
i have two parameters that are used in the data selection expert
{@TransactionDate} in {?StartDate} to {?EndDate}
i have just turned off the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.