Results 1 to 3 of 3

Thread: reports

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2004
    Posts
    19

    reports

    O rite than..

    Heres one..

    Im doing this for a resturant..

    I have a table named "items". It has two fields 'food' and 'price'. I have a form named 'form_payment' that has lots of text boxes like 'how paid' , ' served by' 'discount' etc etc...

    No also on the form is a command button which print previews a report. The report runs ok and displays all the fields of the tables, ie; food and prices.

    now in the report footer.. I would also like to display the information entered in the text boxes of the form_payment. I would like to display on the report "how paid"served by etc..


    how?

    please help..



    laa illa Ha Illa la, Muhammed-ur-Rasul Allah

  2. #2
    Lively Member
    Join Date
    May 2001
    Posts
    95
    I am assuming you are using the PintForm command in your button and you are not using Crystal Reorts or some other report writer. You could create textboxes and make them visible.

    i.e me.btnTextBox.visible = true
    me.refresh

    then after printing you could make them invisible

    me.btntextbox.visible = false

  3. #3
    Junior Member
    Join Date
    Aug 2004
    Location
    Pune
    Posts
    19
    hello

    You want to pass form value to the report footer part

    count the field and drag that quantity of lable on the report and pass the values to the report when u call report on the command button......

    what report tool ur using data report of crystal report?????????

    from
    vaishu
    vaishu999

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