Fabrice Foray
Results
1
issues of
Fabrice Foray
The follow code : SELF:Command2 := XSharp.VFP.UI.CommandButton{} SELF:Command2:Text := "Press Me" SELF:Command2:Name := "Command2" SELF:Command2:Location := System.Drawing.Point{24,48} SELF:Command2:Size := System.Drawing.Size{84, 25} SELF:Command2:vfpClick := "Command2_Click" Will crash with : System.MissingMethodException HResult=0x80131513...
bug
VFPXPorter