Results 1 to 3 of 3

Thread: create report form ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    92
    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 !

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    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

  3. #3
    Hyperactive Member
    Join Date
    Jan 2000
    Location
    Gloucestershire, England
    Posts
    301
    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
  •  



Click Here to Expand Forum to Full Width