pro_imaj Posted May 3, 2020 Posted May 3, 2020 Merhaba, En basit haliyle aşağıdaki gibi kod ile Enable True yaptığımda aşağıdaki hata oluşuyor, diğer tüm parameterelerde hiçbir sorun yok. Bu bug'ın düzeltilmesini rica ederim. *Sorun Grid üzerinde Exporter.Enable := False konumunda iken kod ile bunu düzenlerken oluşuyor. UniDBGrid2.Exporter.Enabled := True; UniDBGrid2.Exporter.ExportGrid; Quote O38F.saveDocumentAs is not a function var O447=new Object({type:"xlsx",mimeType:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",title:"Exported Grid",fileName:"Export.xlsx"});O38F.saveDocumentAs(O447); Quote
Sherzod Posted May 4, 2020 Posted May 4, 2020 Merhaba, Which build, browser are you using? Do you have a test case?.. 1 Quote
pro_imaj Posted May 4, 2020 Author Posted May 4, 2020 10 hours ago, Sherzod said: Merhaba, Which build, browser are you using? Do you have a test case?.. 1-Crome 2-Unigui has the same error in his test project and you can try it. Grid - Exporter Quote
pro_imaj Posted May 4, 2020 Author Posted May 4, 2020 6 hours ago, Sherzod said: Hangi yapıyı kullanıyorsunuz? 1.90.0.1531 Quote
Sherzod Posted May 5, 2020 Posted May 5, 2020 11 hours ago, pro_imaj said: 1.90.0.1531 18 hours ago, pro_imaj said: 1-Crome 2-Unigui has the same error in his test project and you can try it. Grid - Exporter Merhaba, Sorry, but I couldn't reproduce. Quote
pro_imaj Posted May 6, 2020 Author Posted May 6, 2020 On 5/5/2020 at 1:36 PM, Sherzod said: Merhaba, Sorry, but I couldn't reproduce. In order for the error to occur, first, after doing grid => Exporter => Enabled: = False, error occurs while doing this with code. Grid - Exporter.zip Quote
Sherzod Posted May 6, 2020 Posted May 6, 2020 1 hour ago, pro_imaj said: In order for the error to occur, first, after doing grid => Exporter => Enabled: = False, error occurs while doing this with code. Grid - Exporter.zip I will open the request. Enabling the plugin in runtime does not work. Quote
pro_imaj Posted May 6, 2020 Author Posted May 6, 2020 With this error; For a form opened as a frame, if grid => Exporter => Enabled: = True, Quote "c is not a constructor" error occurs, while this value is False, no error occurs." Quote
Administrators Farshad Mohajeri Posted May 7, 2020 Administrators Posted May 7, 2020 On 5/6/2020 at 5:22 PM, pro_imaj said: In order for the error to occur, first, after doing grid => Exporter => Enabled: = False, error occurs while doing this with code. Grid - Exporter.zip Exporter can not be enabled after Grid is displayed. It must be enabled at design time or when Grid is being created. 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.