Search found 100 matches

by k-insis
Thu Mar 09, 2023 2:08 am
Forum: eXpress++ Support
Topic: help with please - Ayuda por favor
Replies: 4
Views: 2456

Re: help with please - Ayuda por favor

@Jose - Agree on that. And if everything fails, you can with DBF always write a small program that strips away header, then parses binary through file and each (size of structure + 1 Byte) writes into text file + CR + LF . Then you have SDF file that can be checked for errors easily and imported bac...
by k-insis
Tue Mar 07, 2023 4:00 am
Forum: eXpress++ Support
Topic: Handling XSD documents
Replies: 7
Views: 2728

Re: Handling XSD documents

Servus. See this one: https://doc.alaska-software.com/content/grp_toc_l2_xml.html There is no validation xsd:xml support in xbase currently . What you can do is to use xmlint which is open source util that does magic: xmllint --schema yourxsd.xsd yourxml.xml --noout and pipe output to file for analy...
by k-insis
Tue Mar 07, 2023 2:15 am
Forum: eXpress++ Support
Topic: What could be the reason for such an error?
Replies: 20
Views: 7670

Re: What could be the reason for such an error?

I don't always agree on technicalities or opinions by Herr Tom but in this case i agree on his position and reasoning. Now, can we continue forum and force as team that Alaska finally support UTF-8 and UTF-16 across xbase platform ? Keep in mind that this is a provocation What happens in Ukraine is ...
by k-insis
Mon Mar 06, 2023 6:25 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 13467

Re: Problem with disabled windows on Terminal Server

"I also learned that I could access my Windows 10 server via RDP." If that server is oriented towards Internet you should immediately disable RDP as it is huge target for intrusion script kiddies. But if it is behind in LAN or behind solid VPN, no worries. What I learned from this experience is that...
by k-insis
Thu Mar 02, 2023 5:10 am
Forum: eXpress++ Support
Topic: Problem with disabled windows on Terminal Server
Replies: 50
Views: 13467

Re: Problem with disabled windows on Terminal Server

> If someone would give me access to a more current version of a terminal server, I could have a fix very quickly. You can repeat crash (with that piece of test code) if you connect from your desktop to any fully patched Windows 10/11 [Pro / Workstation] machine via RDP. A Virtual Machine will do as...
by k-insis
Thu Jan 12, 2023 2:55 am
Forum: Xbase++ 2.0
Topic: Build 1689: Alaska has done a good job
Replies: 10
Views: 5363

Re: Build 1689: Alaska has done a good job

Those are great numbers. Thank you very much for effort. I wonder why did they wait for so long to optimize this part of code. Hi, I finally had the time to test with 2.0. I have updated all my tools to the latest versions. I have a speedtest in my application based on the sample with 1000 SLE's. Wi...
by k-insis
Thu Dec 15, 2022 8:17 am
Forum: Xbase++ 2.0
Topic: Build 1689: Alaska has done a good job
Replies: 10
Views: 5363

Re: Build 1689: Alaska has done a good job

Thank you very much for information. which "Base Priority" does Build 1689 show in Taskmanager -> Details -> Basispriority Normal, as before. Could you run ( attached old sample 1000x sle) and post old and new numbers, please? No, but I have a similar functionality build into my apps. One part of it...
by k-insis
Wed Dec 14, 2022 11:34 pm
Forum: Xbase++ 2.0
Topic: Build 1689: Alaska has done a good job
Replies: 10
Views: 5363

Re: Build 1689: Alaska has done a good job

Got any numbers?

Could you run ( attached old sample 1000x sle) and post old and new numbers, please?

If indeed, they did something was due for long time.
Wolfgang Ciriack wrote: Mon Dec 12, 2022 11:44 am With version 2.00.1689 all gui dialogs are opening 2 - 4.5 times faster ! :clap:
by k-insis
Tue Dec 06, 2022 12:08 am
Forum: eXpress++ Support
Topic: Menu that will give an error message in the function being called
Replies: 4
Views: 2383

Re: Menu that will give an error message in the function being called

It says "The selected attachment does not exist anymore." when I try to download attached 5.zip Can you check if attachment is till available? hi! The menu is not my development. I just use them in order to develop a variant that correctly responds to execution errors in functions called from the me...
by k-insis
Wed Nov 23, 2022 1:15 am
Forum: Xbase++ Support
Topic: excel import question
Replies: 10
Views: 5612

Re: excel import question

OP you might use formatting after import ?

oSheet := oBook:ActiveSheet
oSheet:Columns("C"):NumberFormat := "######################" //unsure about correct format for UPC

Koverhage wrote: Tue Nov 22, 2022 11:55 pm I think you should use
"'"+cUPCCode (" + ' + ")