Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
SELECT        folioid, quantity, foodorder, price, total, totalamount, totalpaid, change
FROM            foodordertbl
WHERE        (folioid ={?folio_id})
ORDER BY folioid




my folio_id parameter has a default value of 0,when i preview my report, it only display blank.i want to see the folioid increment by 1 on every transaction i made in my form. thanks ^^
Posted
Updated 20-May-13 20:45pm
v2
Comments
Basmeh Awad 21-May-13 3:16am    
can you post your vb code of filling dataset of a crystal report...
click on "Improve question" and update your question
Chester Costa 22-May-13 1:48am    
i'm done with this problem sir.. reports and parameter are working fine. but it seems that whenever i i ordered two items,it only display the first item..i dont know what to do here because i'm a newbie

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900