Hi
I know this will work :
- ItemList(31)
- PART FactBox named "variant"
- OnAfterGetCurretnRecord
- CODE :
- CurrPage.Variant.PAGE.SetValues(Rec."No."); [Function in factbox page]
- Variant page.RunModal()
The setvalues sets a variable, that stays in the factbox PAGE.
But it opens a page.
BUT...
When not using the runmodal - Just using the factbox page as a "factbox"
- The variable is cleared
Hope it makes sense.
Can someone help here.
THANKS