Beiträge von itognet

    Hi, I have searched the forum, but didnt found the solution, so here goes my question:

    I am using the FloatToCurr function to make a float number "nice".
    but I dont want the currency at all - and I dont see a function for this.

    Is there a function to use for formating a number into this format:

    1.333.222.111,12

    thanks.

    - Btw, I have tried this solution:
    var
    mysum : real;
    begin
    mysum := 123.45;
    DBWPEvalEngine1.Variables.Add('mysum := ' + Format('%8.2n', [mysum]));
    end;

    BUT, when I use <<@mysum>> it only print integer numbers? - is this a bug? or is there something I havnt seen?

    - Btw - Btw - If you want a reseller in Denmark, I can do the job for you.
    Get back to me, if this have any interrest.
    Best regards
    Dennis
    ________
    easyvape vaporizer

    Can you explain this a bit better:
    You wrote: To have a sum with the WPFormulaInterface apply a certain NAME to all cells which should be sumed up. Use the same name as 'command' in the one cell which should display this sum.

    What do you mean about 'command', is this a speciel way to create a mergefield?

    What can I write in start code, prepare code and end code in the formula editor.

    How should I apply the formula?

    The reason for asking is that I cant find information on this great issue.
    Is there an example or a better description for using the formula tab somewhere?


    Thanks
    Dennis
    ________
    health store

    Taken for WPReporter:
    { This is only a dem to show how values on a page can be calculated. To
    calculate values in a table you can use
    table.GetObjList }
    // We don't want to use this in the first editor!

    Hi there,

    1. I am looking forward to see a demo of table.GetObjList function, cause I cannot get it to work properly.

    2. I cant find good enough information on how to use formulas with the Report band properies - Will it be possible to sum fields at runtime?

    3. What I am dealing with right now, is I am getting some data from a database, these I want to sum at every line like this:

    Line 1: <<amount>> <<price>> [<<amount>> * <<price>>]
    Line 2: <<amount>> <<price>> [<<amount>> * <<price>>]
    Line 3: <<amount>> <<price>> [<<amount>> * <<price>>]
    Line 4: [sum of line 1+2+3]

    amount and price comes from the database, last one is calculated, and I want the last one to be calculated by WPRepporter not by database.


    Thank you very much, keep up the good work - cause it is good work!

    Dennis
    ________
    Lincoln Cosmopolitan specifications

    I am using project "LetterHead" from WaterM3 in this example found in the Demos.

    I use some graphics on the LetterHead.

    I add the wppdfexport component, link it to LetterHead - the outputted PDF file shows exactly the same as the LetterHead.

    If I change the link to the Letter - the outputted PDF file show only the letter - Not the letter and the LetterHead.

    How can this be solved?

    Best regards Dennis