P
Proko
I have a form that displays a flexgrid. I click a button on the form which
opens a popup form where I set the criteria for what I want displayed on the
flexgrid. After the criteria is set I reopen the flexgrid form (which was
never closed) and close the popup form. I pass the criteria that was set on
the popup using OpenArgs in my OpenForm statement. I'm having trouble finding
which event fires on my flexgrid form when I close my popup form so I'm
unable to use the criteria in my OpenArgs statement. I've tried On Current,
On Open, On Load but none of these events fire. Am I going about this the
wrong way?
opens a popup form where I set the criteria for what I want displayed on the
flexgrid. After the criteria is set I reopen the flexgrid form (which was
never closed) and close the popup form. I pass the criteria that was set on
the popup using OpenArgs in my OpenForm statement. I'm having trouble finding
which event fires on my flexgrid form when I close my popup form so I'm
unable to use the criteria in my OpenArgs statement. I've tried On Current,
On Open, On Load but none of these events fire. Am I going about this the
wrong way?