It seems that there were some GIT issues at Your, correct ?
With the latest PULL, everything has become OK.



2011/12/31, IvankoB for-mse <ivankob4m...@gmail.com>:
>>procedure dobeforeapplyupdate; override
>>
>
> Do You succeed with "git clone" from win-32 ? Do You get the correct file ?
>
>
>
>
> 2011/12/30, Martin Schreiber <mse00...@gmail.com>:
>> Am 30.12.2011 16:31, schrieb IvankoB for-mse:
>>> "procedure tmsesqlquery.dobeforeapplyupdate" isn't found at me.
>>>
>>> Do You mean :
>>> //----------------
>>> procedure TSQLQuery.dobeforeapplyupdate;
>>> begin
>>>   inherited;
>>>   if writetransaction<>  nil then begin
>>>    writetransaction.active:= true;
>>>   end;
>>> end;
>>> //----------------
>>> ?
>>>
>>> Me don't get into there :(
>>>
>>>
>>> TMSESQLQuery me got from GIT is as follows:
>>>
>>> tmsesqlquery =
>>> class(tsqlquery,imselocate,idscontroller,igetdscontroller,
>>>                                isqlpropertyeditor)
>>>    private
>>>     fsqlonchangebefore: notifyeventty;
>>> //   fcontroller: tdscontroller;
>>>     fonapplyrecupdate: applyrecupdateeventty;
>>>     fonapplyrecupdate2: afterapplyrecupdateeventty;
>>>     fafterapplyrecupdate: afterapplyrecupdateeventty;
>>>     ftransopenref: integer;
>>>     procedure setcontroller(const avalue: tdscontroller);
>>>     procedure setactive1(value : boolean);
>>>     function getactive: boolean;
>>>     procedure setonapplyrecupdate(const avalue: applyrecupdateeventty);
>>>     procedure setonapplyrecupdate2(const avalue:
>>> afterapplyrecupdateeventty);
>>>     function getcontroller: tdscontroller;
>>>     function getindexdefs: TIndexDefs;
>>>     procedure setindexdefs(const avalue: TIndexDefs);
>>> //   function getetstatementtype: TStatementType;
>>> //   procedure setstatementtype(const avalue: TStatementType);
>>>     procedure checkcanupdate;
>>>    protected
>>>     procedure checkpendingupdates; override;
>>>     procedure setactive(avalue: boolean); override;
>>
>> Should be:
>> "
>>   tmsesqlquery =
>> class(tsqlquery,imselocate,idscontroller,igetdscontroller,
>>                                isqlpropertyeditor,iactivatorclient)
>>    private
>>     fsqlonchangebefore: notifyeventty;
>> //   fcontroller: tdscontroller;
>>     fonapplyrecupdate: applyrecupdateeventty;
>>     fonapplyrecupdate2: afterapplyrecupdateeventty;
>>     fafterapplyrecupdate: afterapplyrecupdateeventty;
>>     ftransopenref: integer;
>>     procedure setcontroller(const avalue: tdscontroller);
>>     procedure setactive1(value : boolean);
>>     function getactive: boolean;
>>     procedure setonapplyrecupdate(const avalue: applyrecupdateeventty);
>>     procedure setonapplyrecupdate2(const avalue:
>> afterapplyrecupdateeventty);
>>     function getcontroller: tdscontroller;
>>     function getindexdefs: TIndexDefs;
>>     procedure setindexdefs(const avalue: TIndexDefs);
>> //   function getetstatementtype: TStatementType;
>> //   procedure setstatementtype(const avalue: TStatementType);
>>     procedure checkcanupdate;
>>    protected
>>     procedure dobeforeapplyupdate; override; <<<<----------
>>     procedure checkpendingupdates; override;
>>     procedure setactive(avalue: boolean); override;
>> "
>> !!!!!
>>
>> http://gitorious.org/mseide-msegui/mseide-msegui/blobs/master/lib/common/db/msesqldb.pas
>>
>> Martin
>>
>> ------------------------------------------------------------------------------
>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
>> infrastructure or vast IT resources to deliver seamless, secure access to
>> virtual desktops. With this all-in-one solution, easily deploy virtual
>> desktops for less than the cost of PCs and save 60% on VDI infrastructure
>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
>> _______________________________________________
>> mseide-msegui-talk mailing list
>> mseide-msegui-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>>
>

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to