Jump to content

uniDBGrid Exporter Hatası


pro_imaj

Recommended Posts

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);

 

Uni.PNG

Link to comment
Share on other sites

  • Administrators
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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...