|
-
Jun 19th, 2000, 09:39 PM
#1
Thread Starter
Lively Member
Hii
how can i create a report form that will give me a full report on the action that done in the precedure that i run .
E.G :
If I run a procedure that do x,y,z action , and i want a output form that give me a report ( the form will be variable ) if the action x,y,z where finish successfully 
so if u understand on what i talk about ,pls help me !
thanks !
-
Jun 19th, 2000, 10:07 PM
#2
_______
Too Large A Subject..
If you want to create a form with variable data output
you need to use "Crystal Reports"..ships with VB or "Report Writer" or some other reporter application.
As far as creating the report...there is too much to handle on a Q & A...check the help files in your reporter program and start out trying to create the report...when you have a specific question or problem, then post it... perhaps someone can lend a hand....it's big!
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Jun 19th, 2000, 10:28 PM
#3
Hyperactive Member
If you just want a simple confirmation that a procedure ran ok use msgbox "Procedure X worked ok" you can also add variables to this eg. msgbox "Procedure X worked ok, X=" & x
where x is your variable
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|