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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: OnDOT
  • Order by date
  1. OnDOT

    Is RDC 8.0 free

    Hi, I have tried the evaluation copy of RDC 8.0 But it has expired, just wondering if RDC is free? eric
  2. OnDOT

    Grid Display method

    hi melginger, To answer your first question: "L" is not always the same, its dynamic. My email is ericlye@yahoo.com Thanks.
  3. OnDOT

    Left Join

    I would like to do a left join on the from Pymnt to Commission 3 times in MS ACCESS. But no matter how I try, I can't get it right. Table 1: Pymnt PymntID Amt 1 10 2 20 3 30 Table 2: Commission PymntID Type PCT 1 AGT 70 1...
  4. OnDOT

    Grid Display method

    ok. The two formulaes: 1) FT := Sum(L x Qty) for each bundle (take it as each row as shown in grid) 2) Units := FT x T x W / 144 / 50 Thanks
  5. OnDOT

    Grid Display method

    hi, I tried using a cross-tab, I can get the desired outcome except for the last two columns of formula. i.e. To display the bundles by grouping up the T and the W, and the Qty with respect to the length. So, how do you put in the last two columns into the cross-tab? NB: if you do any...
  6. OnDOT

    Grid Display method

    hi, I need some help here. I have a simple table with the following fields and data: Table Name: Bundles BdlNo T W L Qty ----- --- --- --- --- 1 1 2 7 10 1 1 2 8 10 1 1 2 9 10 2 1 2 6 10 2...
  7. OnDOT

    Possible to use generate HTML Email using ASP?

    Hi, I need to use ASP to develop a online form, and the contents collected by the form will be converted into a HTML file to be sent via email. Any hints on how to go about achieving this?
  8. OnDOT

    Display correct number of decimals at runtime

    Thanks Malcolm. This is very helpful.
  9. OnDOT

    Unable to access first record

    Hi, Need help urgently here. I encounter an inconsistent error here. Sometimes when I run the same report but with different paramenter values, e.g. Invoice number, when the CRViewer forms loads up and tries to display the report, the following error messages pops up: 1) Seagate Crystal...
  10. OnDOT

    Display correct number of decimals at runtime

    Hi Moonmouth, thanks for your reply, but this is not what I need. I know that we can format number fields through the format field options. What I need is to be able to set the number field dynamically to the correct number of decimal place for each record retrieved. e.g. Rcd no. field value...
  11. OnDOT

    Display correct number of decimals at runtime

    hi, I would like to display a number field to the correct number of decimals at runtime. e.g 1.0000 as 1 0.8750 as 0.875 0.5000 as 0.5 2.5000 as 2.5 how can I do that? Cheers, Eric Lye

Part and Inventory Search

Back
Top