Hello,
I have a report called employees' suggestions that displays all records in a employees' suggesions table, and I attached it in a click button called "View Suggestions Report". on a form.
The idea is when a user clicks the "View Suggesions" button, s/he will see an empty parameter box after clicking the button and before displaying the report.
The user will have to type the "value" in the parameter box for example "January 2007". or any months with any years. (There is a field in Employees' Suggestions table that holds this type of value).
Next the user will press the okay button after entering the parameter value, then a report will appear which will display all the suggestions that were submitted by employees on a specified value (the entered value).
I hope my explanation was clear and if it not, I will be more appreciated to explain again ....
Waiting for your reply.
4 2187
any replies to my queries?????
any replies to my queries?????
Any Reply ... Any Answer .. I really need the solution (~_~)
use can use function :RUN_PRODUCT(reports,path\\'employees',ASYNCHRONOU S,RUNTIME,FILESYSTEM,Parameter_list(optional),null );
u can use this fuction to call report from forms.
write it on button trgger to call report.
Hello,
I have a report called employees' suggestions that displays all records in a employees' suggesions table, and I attached it in a click button called "View Suggestions Report". on a form.
The idea is when a user clicks the "View Suggesions" button, s/he will see an empty parameter box after clicking the button and before displaying the report.
The user will have to type the "value" in the parameter box for example "January 2007". or any months with any years. (There is a field in Employees' Suggestions table that holds this type of value).
Next the user will press the okay button after entering the parameter value, then a report will appear which will display all the suggestions that were submitted by employees on a specified value (the entered value).
I hope my explanation was clear and if it not, I will be more appreciated to explain again ....
Waiting for your reply.
use can use function :RUN_PRODUCT(reports,path\\'employees',ASYNCHRONOU S,RUNTIME,FILESYSTEM,Parameter_list(optional),null );
u can use this fuction to call report from forms.
write it on button trgger to call report.
Hello Kulbhushan,
Thanks for the code, but I have a question .. is this code just to call the report from form ... I know this function .. but can not see the function that allow the user to input a specified value in the parameter box ... Please read my first post and if there is something the required from me more explanation ... I will be more appreciated to do ... please reply to my question (-_-)
Sign in to post your reply or Sign up for a free account.
Similar topics
by: Nathan Sokalski |
last post by:
When I attempt to run a form created with Oracle9i Forms Builder I receive a
dialog box asking for the following info:
User Name:
Password:
Database:
I obviously know my User Name and...
|
by: Nathan Bloomfield |
last post by:
Does anyone know if there is any documentation which relates to Access2k + ?
or can anyone help adjust the code?
I am having trouble converting the DAO references.
TITLE :INF: How to...
|
by: Lloyd Stevens |
last post by:
I'm trying to create a report from two queries, one query displays
which customers bought a particular product, the quantity and price
using the "Enter productID" as parameter
While the other is...
|
by: Mark Flippin |
last post by:
This is for a reporting problem using:
Access 2000
SQL Server 2000
Both at SP3
I've a stored procedure in SQL Server 2000 which builds a result set
from a disparate set of tables, utilizing...
|
by: Dean Sabella |
last post by:
Hi,
I was trying to run a crystal report in the .net sample application
given at:
http://support.crystaldecisions.com/communityCS/FilesAndUpdates/
cppnet_win_subreport_basic.exe.asp
(I've...
|
by: bprasanth |
last post by:
I maid a one small project on Banking in Oracle9i Form Builder-Developers9i suite and at the same time I also maid a report on Oracle9i Report Builder with name : bankmain_master.jsp,now I want to ...
|
by: bprasanth |
last post by:
How can I access the one *.fmx (i.e Bankmain master form file) to another *.fmx(*.Bank_Transactions form) without specifying the full path of the form for example D:\Banking\BANKING.fmx . If any...
|
by: SD007 |
last post by:
I have created a button in a Form.I want that when I press that button, a report
called TEST should run,the report,form and database is on the same computer.
How can I do this?
|
by: Richard Hollenbeck |
last post by:
I am very sorry about the (almost) re-post, but you will see that my first
question wasn't very clear; I have another question I posted this morning
called, "in DAO: Run time error 3061 Too few...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: Matthew3360 |
last post by:
Hi,
I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
|
by: jack2019x |
last post by:
hello, Is there code or static lib for hook swapchain present?
I wanna hook dxgi swapchain present for dx11 and dx9.
| |