PosLauFin
Indicates the Final Inspected Inflow Report's position, through the nFldLabGer public variable. The Final Report's position will always be the last one on the aResultados vector.
Example:
If there are 3 labs, the nFldLabGer variable's content equals 4.
When using customizations, you must distinguish between the Lab Report's and Final Report's positions. This can be accomplished as follows:
Example:
//If equal then you are in the Final Inflow Report
If nFldLabGer == nFldLab //Final Inflow Report
......
Else //Lab Report
......
EndIf