Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fsilva79

  1. fsilva79

    How to display the SMARTBAR in oracle forms?

    I've been trying to display the smartbar in my oracle forms, when I compile them locally I see the smartbar and the default menu, but when I upload to the Application server, I loose the SMARTBAR, the default menu is visible and working, but the SMARTBAR disapear. Please help me, thank's in...
  2. fsilva79

    How to Calculate Invoice TAX AMOUNT ?

    thanks for your advice. I'll try it. Sounds like I need to lear more triks about grouping. Sincerlly Paco
  3. fsilva79

    Complex Running Totals

    thanks for your advice. You really helpme. I finally solve it by ADDING another group where I get the sub_total of the previous group as you mentioned, and then I create a formula for the TAX amount, ant I make the formula to call the sub_total I've just created. So it was just a metter of...
  4. fsilva79

    Complex Running Totals

    Sorry for being a new in Crystal ... I'm not using neither of them cause I siimply don't know how to do it. I've tried with formula editor, and have happed what I justo posted, and with sumaries I don't know how to Calculate the tax, seems like if I use sumaries there is no way out to...
  5. fsilva79

    How to Calculate Invoice TAX AMOUNT ?

    I create a report with several invoices of 1 customer, example: Customer# 123 ->Invoice # 10, 20, 30 ... 70 -> each invoice has it's own sold items # ... What I need is to Calculate the Sub_total = Sum(Item_price * Qty) then I need the TAX Amount ... TAX_Amount = @SubTotal *...
  6. fsilva79

    Complex Running Totals

    I have a simillar problem. I create a report of several invoices of 1 customer, example: Customer# 123 ->Invoice # 1, 2, 3 ... -> each invoice has it's own sold item # ... What I need is to Calculate the Sub_total = Sum(Item_price * Qty) then I need the TAX Amount ...

Part and Inventory Search

Back
Top