Search found 21 matches

by jacekm23
Sun Mar 16, 2025 7:45 pm
Forum: 3rd party products
Topic: Xs2Ado and bBrowser problem
Replies: 5
Views: 5136

Re: Xs2Ado and bBrowser problem

Robert,
I will try, but it will be a bit difficult because I am using a storage procedure to display the value in a cell. This procedure has 10 output parameters. In fact, I think these parameters may cause a memory leak or something like that.

Jacek
by jacekm23
Wed Mar 12, 2025 5:49 pm
Forum: 3rd party products
Topic: Xs2Ado and bBrowser problem
Replies: 5
Views: 5136

Re: Xs2Ado and bBrowser problem

Robert,
thank you for your answer, but unfortunately it doesn't help.
by jacekm23
Mon Mar 10, 2025 9:12 pm
Forum: 3rd party products
Topic: Xs2Ado and bBrowser problem
Replies: 5
Views: 5136

Xs2Ado and bBrowser problem

Hi,
i have problem to port my VO app to XS. I have code like this:

Method Init()

bB := bBrowser{...}

bB:ServerType := #SQL
bB:Use(SELF:Server, ...)

bCD := bDataColumn{bB, SELF:Server, {|Server| myFunction(Server)}, #Expression}
...

bB:AddColumn(bCD)
bB:OpenColumn(bCD, 1)
...

return


function ...
by jacekm23
Wed Jan 08, 2025 7:49 am
Forum: Product
Topic: Resizeable DataDialog or modal DataWindow in VO dialect
Replies: 1
Views: 1375

Resizeable DataDialog or modal DataWindow in VO dialect

Hi,
do you know the way to make resizeable DataDialog or modal DataWindow in VO dialect. I used old Resize library in my VO applications, but maybe it is possible to do it without this library in X# VO dialect.

Jacek
by jacekm23
Thu Nov 28, 2024 11:13 am
Forum: Product
Topic: ExecScript function
Replies: 2
Views: 1471

ExecScript function

Hi,
what references in application are nesessary to use ExecScript function?
Jacek
by jacekm23
Wed Sep 18, 2024 12:43 pm
Forum: Product
Topic: bBrowser availability or an Alternative
Replies: 27
Views: 10415

Re: bBrowser availability or an Alternative

Is there any news about the library's availability?
by jacekm23
Sun Sep 15, 2024 5:46 pm
Forum: 3rd party products
Topic: bBrowser library
Replies: 2
Views: 8363

bBrowser library

Is the bBrowser library still available for purchase?
It seems that it is not available on the MyCommerce site.
Do you know something about this?

Jacek
by jacekm23
Fri Nov 03, 2023 9:32 pm
Forum: Product
Topic: Window name in Vo dialect
Replies: 3
Views: 2540

Re: Window name in Vo dialect

Hi Wolfgang,
VS, in the VOWindow Editor.

Jacek
by jacekm23
Thu Nov 02, 2023 6:18 pm
Forum: Product
Topic: Window name in Vo dialect
Replies: 3
Views: 2540

Window name in Vo dialect

Hi,
Is it possible to change the window name in the VO dialect?
When I try to do this I get a message: "Modifying window name is not allowed yet."

Regards,
Jacek
by jacekm23
Fri Oct 27, 2023 5:19 pm
Forum: VO & Vulcan
Topic: Error MSB3644 - .NETFramework not found
Replies: 1
Views: 3921

Re: Error MSB3644 - .NETFramework not found

Hi,
It is OK now. I had to change target framework in the project properties.

Jacek