ggreen86 / XLSX-Workbook-Class

VFP Class to Create an XLSX Workbook without Excel Automation or Installed
45 stars 16 forks source link

how work cursor #106

Closed flexsoluciones closed 5 months ago

flexsoluciones commented 8 months ago

Hello i need example work cursor vfp thanks

jhernancanom commented 8 months ago

Colleague: Just download and see(run) the examples. image

flexsoluciones commented 8 months ago

thanks and autofilter columns cursor to excel exist ?

ggreen86 commented 8 months ago

Thank you for the help in directing the question to the answer 😊

Greg

From: jhernancanom @.> Sent: Tuesday, January 9, 2024 5:28 PM To: ggreen86/XLSX-Workbook-Class @.> Cc: Subscribed @.***> Subject: Re: [ggreen86/XLSX-Workbook-Class] how work cursor (Issue #106)

Colleague: Just download and see(run) the examples. image.png (view on web)https://github.com/ggreen86/XLSX-Workbook-Class/assets/5818845/f839b2df-f0ba-4270-a1a6-9f7dc9a48428

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/106#issuecomment-1883900710, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33MO7Z4DAVXCPT5AKC3YNW75XAVCNFSM6AAAAABBTZCGRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTHEYDANZRGA. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>

ggreen86 commented 8 months ago

Run the program “excelxlsxtest.prg”. This will create a spreadsheet showing many of the features of the class. This is from the class method “Demo()”.

From: flexsoluciones @.> Sent: Tuesday, January 9, 2024 5:32 PM To: ggreen86/XLSX-Workbook-Class @.> Cc: Subscribed @.***> Subject: Re: [ggreen86/XLSX-Workbook-Class] how work cursor (Issue #106)

thanks and autofilter columns cursor to excel exist ?

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/106#issuecomment-1883904492, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33PKAWGV6FF2YSEVG7DYNXAMJAVCNFSM6AAAAABBTZCGRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTHEYDINBZGI. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>

flexsoluciones commented 8 months ago

error thisform.clsVFPxWorkbookXLSX.SaveTabletoWorkbookEx("reportexls", lcExcel, .NULL., .T., "Employees", 1, 1, TABLE_STYLE_LIGHT13) no exist TABLE_STYLE_LIGHT13

flexsoluciones commented 8 months ago

in demo prg error image

ggreen86 commented 8 months ago

Unfortunately the screen shot does not show any helpful information. I can run the same program without any errors on my system.

Greg

From: flexsoluciones @.> Sent: Tuesday, January 9, 2024 5:53 PM To: ggreen86/XLSX-Workbook-Class @.> Cc: ggreen86 @.>; Comment @.> Subject: Re: [ggreen86/XLSX-Workbook-Class] how work cursor (Issue #106)

in demo prg error image.png (view on web)https://github.com/ggreen86/XLSX-Workbook-Class/assets/97065807/b7d1a07f-c894-4d59-a83c-898c096cab9d

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/106#issuecomment-1883925608, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33IPMW2MMJR3ORGJ34DYNXC4DAVCNFSM6AAAAABBTZCGRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTHEZDKNRQHA. You are receiving this because you commented.Message ID: @.**@.>>

ggreen86 commented 8 months ago

That define is in an include file – make sure it is in your path.

From: flexsoluciones @.> Sent: Tuesday, January 9, 2024 5:46 PM To: ggreen86/XLSX-Workbook-Class @.> Cc: ggreen86 @.>; Comment @.> Subject: Re: [ggreen86/XLSX-Workbook-Class] how work cursor (Issue #106)

error thisform.clsVFPxWorkbookXLSX.SaveTabletoWorkbookEx("reportexls", lcExcel, .NULL., .T., "Employees", 1, 1, TABLE_STYLE_LIGHT13) no exist TABLE_STYLE_LIGHT13

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/106#issuecomment-1883918601, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33J3EBS7TAMNGVVIZY3YNXCD3AVCNFSM6AAAAABBTZCGRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTHEYTQNRQGE. You are receiving this because you commented.Message ID: @.**@.>>

ggreen86 commented 5 months ago

No information provided to duplicate error. Closing Issue.