Search found 74 matches

by stecosta66
Fri Jan 03, 2025 6:53 am
Forum: Product
Topic: XIDE Plugin for themes
Replies: 9
Views: 905

Re: XIDE Plugin for themes

Hi Chris,

downloaded Xide 2.22 but still get the same error.

Image

Stefano
by stecosta66
Fri Jan 03, 2025 6:42 am
Forum: Product
Topic: XIDE Plugin for themes
Replies: 9
Views: 905

Re: XIDE Plugin for themes

Ahh, thanks!

I'm interested in theme management as I prefer dark color to the white one.

Stefano
by stecosta66
Thu Jan 02, 2025 8:51 pm
Forum: Product
Topic: XIDE Plugin for themes
Replies: 9
Views: 905

Re: XIDE Plugin for themes

Hi Irwin,

I've dowloaded latest version of your plugin but I get this error on XIDE startup

Image

Ciao
Stefano
by stecosta66
Thu Jan 02, 2025 12:14 pm
Forum: Product
Topic: Date issue
Replies: 4
Views: 560

Re: Date issue

Hi Robert,

I have AdoDateTimeAsDate(TRUE) at the start of my app. This works fine in VO + bBrowser + Vo2Ado but not in X#.
As described above when I attacch an AdoServer (Xs2Ado) directly to a bBrowser (X# edition) the date column show 'dd/mm/yyyy 00:00:00'.

VO + Vo2Ado + bBrowser
https://i ...
by stecosta66
Tue Dec 31, 2024 3:44 pm
Forum: Product
Topic: Date issue
Replies: 4
Views: 560

Re: Date issue

HI All,

following my own reply I've done some little adjustment to my code.

Added a LOCAL dDateValue AS DATE so conversion from System.DateTime is automatic


SELF:oasInvoicePayments:Append()
FOR y := 1 UPTO dwFields
cFName := Lower( odbInvoicePayments:Fields:Item[ y ]:Name )
uFieldType ...
by stecosta66
Mon Dec 30, 2024 4:13 pm
Forum: Product
Topic: Date issue
Replies: 4
Views: 560

Date issue

Hi All

using X# 2.21 and XS2ADO 5.0.6 to connect to a Postgres 17 Database

I've a tight loop used to populate a bArrayServer from an AdoRecordset and I'm facing a little issue with date fields.

When a date is retrieved, FieldType is 133 which is an AdoDataTypeEnum, as per xs2ado documentation, is ...
by stecosta66
Sat Dec 21, 2024 7:46 am
Forum: Product
Topic: Visual style not used when run from VS
Replies: 1
Views: 298

Visual style not used when run from VS

Hi All,

same base code

when run from Visual Studio 2022 the visual theme is not applied, when run from XIDE then it is!

image comparison

Visual Studio
Image

XIDE
Image

I'm missing some setting in VS?

Stefano
by stecosta66
Sat Dec 14, 2024 9:48 am
Forum: Product
Topic: XS0144 Error on Excel
Replies: 2
Views: 406

Re: XS0144 Error on Excel

Ciao Wolfgang,

oRange:Columns:AutoFit() that was it, thanks!

as for second error, yes, it is an enumeration. I'v solved with:

oWorkSheet:PageSetup:Orientation := Microsoft.Office.Interop.Excel.XlPageOrientation.xlLandscape

a lot of things to learn!

thanks!
Stefano



Ciao Stefano,
I would say ...
by stecosta66
Sat Dec 14, 2024 8:28 am
Forum: Product
Topic: XS0144 Error on Excel
Replies: 2
Views: 406

XS0144 Error on Excel

Hi All,

when USING Microsoft.Office.Interop.Excel.Application at beginning of .prg I get the following error:

XS0144: Cannot create an instance of the abstract type or interface 'Microsoft.Office.Interop.Excel.GroupBox'

I think the reason is that a VO.Groupbox is already defined so I removed the ...
by stecosta66
Thu Dec 12, 2024 5:15 pm
Forum: Product
Topic: VS error when adding reference
Replies: 10
Views: 972

Re: VS error when adding reference

Hi Robert and Chris

I wasn't aware of the dependencies of this other two dlls to what Robert was referring to: Microsoft.Vbe.Interop.dll and Office.dll

I've added them to references in my project

this is what I've in folder:

https://i.imgur.com/TEWO6hq.png

great to hear howerver that Robert ...