johnp Posted November 8, 2013 Posted November 8, 2013 I just installed the latest build and I now get undeclared indentifier errors that is in Exdata.pas that refers to FTplExtXTemplate : TExtXTemplate; How can I correct. Worked fine before the update. I am running on an XP Pro machine with Delphi XE. John P. Quote
Administrators Farshad Mohajeri Posted November 8, 2013 Administrators Posted November 8, 2013 there is no ExtData.pas in 0.94. Quote
Sherzod Posted November 10, 2013 Posted November 10, 2013 Hi Farshad. Why is the folder C: \ Program Files \ FMSoft \ Framework \ uniGUI \ ExtPascal \ greatly curtailed? 1. I corrected the mistake UniDBGrid, using ExtData. 2. How can I use the following code, without ExtData? uses ..., ExtData; type THackUniDBGrid = class (TUniDBGrid) procedure RemoveAll; end; procedure THackUniDBGrid.RemoveAll; Var ST: TExtDataStore; Begin ST: = TExtDataStore (Self.ExtGridPanel.Store); ST.RemoveAll (True); end; procedure TMainForm.UniBitBtn1Click (Sender: TObject); begin THackUniDBGrid(UniDBGrid1).RemoveAll; ClientDataSet2.Close end; 3. Or you fixed this bug? http://forums.unigui.com/index.php?/topic/3145-error-using-multi-header-in-unidbgrid/ On the one hand does not take into account the versioning is bad, especially when the project is large! 4. Or, we can simply replace the ExtData on the ExtPascalUtils?? Please Farshad, give us the solution .... Sincerely ... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.