` Printed Icetips Article

Icetips Article



Par2: Running totals in browse
2001-08-04 -- John Singer
 
> StockIn, StockOut, StockBal
>
> And I want the StockBal to be the running totals, which I declared as
> L:StockBal.
>
> Which embed must I initialize the L:StockBal? And which embed must I add the
> StockIn and minus the StockOut? (Validate filter..?)
>

BRW1.ResetFromView is where all the work is done. Right click on the browse,
Actions, right arrow to totaling, follow prompts and you are done. If your
totaling requires more work than what is provided in the IDE, use the IDE to put
the basic in and then goto to the ResetFromView embed and the outline of what
needs to be done and where is provided. Add your own embed code where
appropriate then delete the totaling info from the IDE.

Fred Charlot:
I use Local Objects.Browse on Module NAme using ?Browse:x (BrowseClass).
SetQueueRecord before Parent Call to all my calculations.



Printed May 7, 2024, 11:01 pm
This article has been viewed/printed 35110 times.