Page 1 of 1

Uniquely Identify a Form Instance

PostPosted: Fri Oct 27, 2017 7:54 am
by SBarnes
Hi All,

Is there a way to uniquely identify two Jiwa forms, by this I mean for instance given two Jiwa sales forms is there a way to uniquely identify them to then relate them back to values stored elsewhere, the only way I can think to do it at the moment would be to either use the forms GenericObjectCollection to store the values themselves or create a GUID and store that and then relate that back to a dictionary of the values related to each form.

Re: Uniquely Identify a Form Instance  Topic is solved

PostPosted: Fri Oct 27, 2017 8:53 am
by Scott.Pearce
Could you use the form's "handle" property? i.e.

Code: Select all
this.Handle.tostring()

or, VB:
Code: Select all
Me.Handle.tostring