Results 1 to 4 of 4

Thread: Function1......................

  1. #1

    Thread Starter
    Fanatic Member spud's Avatar
    Join Date
    Aug 2000
    Location
    Munster (Germany)
    Posts
    542

    Talking Function1......................

    I know this is not datareports but could anyone tell me how I can get the Function1 to do SUM + 17.5% (VAT) for an Invoice I am trying to do?

    Haven't got anything to say that is the least bit interesting.
    www.tartan-underground.com

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    I'm not familiar with datareports but just what is Function1 exactly?
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  3. #3
    Member
    Join Date
    Jun 2004
    Posts
    35
    Is this what you are looking for??

    VB Code:
    1. Public Function Sum(p_val As Double) As Double
    2.   Sum = p_val + p_val * 0.175
    3. End Function


  4. #4

    Thread Starter
    Fanatic Member spud's Avatar
    Join Date
    Aug 2000
    Location
    Munster (Germany)
    Posts
    542
    Its a report function in a datareport much like autosum in MSAccess?
    Haven't got anything to say that is the least bit interesting.
    www.tartan-underground.com

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