Search found 158 matches

by Juraj
Fri Mar 15, 2024 12:40 pm
Forum: Product
Topic: Web app
Replies: 0
Views: 260

Web app

Hi All,
I would like to try to write a small webapp according to Danilo Giuliani instructions from the xSharp website.
The zip files mentioned in the instructions are no longer available.
Does anyone have these files downloaded (webtest.zip, webtest_xide.zip) and would be willing to share?

Juraj
by Juraj
Wed Mar 15, 2023 4:03 pm
Forum: 3rd party products
Topic: The future of ReportPro
Replies: 54
Views: 13910

The future of ReportPro

<t>Hi Robert,<br/> i would like to use report in "Core" dialect without any VO or VN libraries<br/> <br/> 1. Your RP Version RP2[X] RP3[ ]<br/> 2. Uses [ ] VO [X ] XSharp<br/> 3. As a database you use. [ ] DBFs [X ]Temporary DBFs [X ] SQL<br/> 4. Approximately how many installations of RP2 you have ...
by Juraj
Sat Jan 28, 2023 12:40 pm
Forum: Examples
Topic: save BYTE[] into postgres table
Replies: 9
Views: 5365

save BYTE[] into postgres table

Hi Wolfgang,
I have a request from the customer to save the text in a "hidden" state, for security reasons when viewing tables normally. My plan was to zip this text and save it in a table. I haven't solved this task yet and would appreciate any advice and help.

Juraj
by Juraj
Sun Jan 15, 2023 5:57 pm
Forum: Examples
Topic: save BYTE[] into postgres table
Replies: 9
Views: 5365

save BYTE[] into postgres table

Hi Wolfgang, FFF
thank you for your advice, I am satisfied with the use of base64.

Juraj
by Juraj
Sun Jan 15, 2023 4:18 pm
Forum: Examples
Topic: save BYTE[] into postgres table
Replies: 9
Views: 5365

save BYTE[] into postgres table

<r>Hi All,<br/> I need sabe long text into postgres table. I use net. compress method<br/> <CODE><s>[code]</s>PUBLIC METHOD MyZip( uncompressed AS STRING) AS BYTE[] LOCAL ret AS BYTE[] BEGIN USING VAR outputMemory := MemoryStream{} BEGIN USING VAR gz := GZipStream{outputMemory, CompressionLevel.Opti...
by Juraj
Fri Jun 03, 2022 3:17 pm
Forum: Product
Topic: Public version 2.12.2.0
Replies: 4
Views: 1482

Public version 2.12.2.0

Hi Robert,
I don't know if it will help, but the bug is only in WPF, WinForms and VO MDI OR VO SDI can be run

Juraj
by Juraj
Thu Jun 02, 2022 7:25 pm
Forum: Product
Topic: Public version 2.12.2.0
Replies: 4
Views: 1482

Public version 2.12.2.0

When this app open in VS2019 work OK.
by Juraj
Thu Jun 02, 2022 6:15 pm
Forum: Product
Topic: Public version 2.12.2.0
Replies: 4
Views: 1482

Public version 2.12.2.0

<t>In VS2022 I crete new project in Core dialect, WPF application.<br/> Build:<br/> :========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ========== <br/> <br/> When pres Start debigging or Start Without debugging applicatiun can not run.<br/> work path ...BinDebugg contains .exe, .pbd, ...
by Juraj
Sun Dec 19, 2021 1:59 pm
Forum: Product
Topic: experience with VS2022
Replies: 3
Views: 1410

experience with VS2022

Hi Robert
The app was created in VS2019 and then opened in VS2022.

Where can i find out in which mode works?

Juraj
by Juraj
Sun Dec 19, 2021 10:31 am
Forum: Product
Topic: experience with VS2022
Replies: 3
Views: 1410

experience with VS2022

in the application where I read the text file line by line and display the progress with the progressbar in the debugging mode, the progress is very slow. In mode without debugging work OK. In VS2019 both modes work well.

Juraj