Efren Lugo
|
| Posted: 05/17/2002, 8:01 AM |
|
How can i numbered a grid...
i want to show data... in a grid i got success
so i define a new var, and in before show i set
fldVAR = 0;
fldVAR = fldVAR + 1;
i got in the grid
al "01"
dont make de SUM... just add the number...
how can be this done to make SUM...
|
|
|
 |
Lorenz
|
| Posted: 05/17/2002, 8:45 AM |
|
Hello, don't worry, you only have to insert fldVAR = fldVAR + 1; in the "custom show" event (form events). It must be placed between "altre Show Event begin" and "altre Show Event end". Warning: fldVAR initialization must be placed out of there (in "open" event for example). I guess this is all right. :)
|
|
|
 |
Efren Lugo
|
| Posted: 05/17/2002, 12:18 PM |
|
Letme Try....
|
|
|
 |
|