Hello FPC,

Thursday, October 7, 2010, 9:21:18 PM, you wrote:

>> Thank you, I'll try to gather more information from Lazarus list, but
>> if that's the case it completly defeats the advantages of a datamodule
>> and/or the presence of a published Active property in the SQLQuery (as
>> it is only valid if it is false at runtime) :-?
MS> No, no, in MSEgui it works OK if you call
MS> application.createform(t*form,*forminstance);
MS>  instead of  
MS> *forminstance:= t*form.create();
MS> I assume in Lazarus it works too.

Hmmmmm... I was not aware that both modes does not end in the same
functionality... (I allways use "n:=TNewForm.Create(Self)") I'll check
it. Thank you again.

-- 
Best regards,
 José

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to