CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

JQEdit DataLinkActiveChange may need review

by fateh78 » 04 May 2017 14:42

Dear Mr. Sousa

i think you have to modify this line of code to be like :

Code: Select all
if Assigned(DataLink.Field) and ((DataLink.Field is TAggregateField) or not DataLink.Field.IsNull) then


if Assigned(DataLink.Field) and (Not (DataLink.Field is TAggregateField) or not DataLink.Field.IsNull) then

just add " Not " before aggregate condition

i have not tested, bcz my i can not add sourcecode to Library Path, bcz my License has expired

best regards
fateh78
 
Posts: 85
Joined: 16 Mar 2017 21:45

Return to JQEdit

Who is online

Users browsing this forum: No registered users and 5 guests

Contact Us.