Search found 100 matches

by k-insis
Mon Feb 12, 2024 6:12 am
Forum: eXpress++ Support
Topic: DCBROWSECOL ... HIDE
Replies: 8
Views: 1837

Re: DCBROWSECOL ... HIDE

Can you try setting columns horizontal size to zero and leaving vertical size as is ? Hi, Thanks for the response. With Solution A the column is not really hidden. It gets a blank column, but it still remains in the browse. Solution be can also be accomplished with a do while. I was hoping on a more...
by k-insis
Wed Jan 31, 2024 1:36 am
Forum: eXpress++ Support
Topic: ARTIFICIAL INTELLIGENCE (AI)
Replies: 9
Views: 1844

Re: ARTIFICIAL INTELLIGENCE (AI)

A) Native: No. It is simply not adequate for AI development as it lacks just about every needed tool to do it in code. Python has great and easy to use libraries. Java too. B) Connect to existing services via REST/SOAP/socket : YES and it can be used already (see @Tom post). So if you write pyton co...
by k-insis
Thu Jan 25, 2024 2:27 am
Forum: PostGreSQL
Topic: Dml-pack failed at table level postgresql driver
Replies: 3
Views: 1892

Re: Dml-pack failed at table level postgresql driver

You should not do any 'pack' on sql servers as that is something server do by their own. If you do server side DELETE from then you will have to do it the way (afaik) Alaska does with stored procedures so consistency is kept for service tables. > the problem of records that are permanently blocked, ...
by k-insis
Thu Jan 18, 2024 2:02 am
Forum: eXpress++ Support
Topic: DCBROWSE HELP
Replies: 2
Views: 1080

Re: DCBROWSE HELP

By "when I filter same data again" you mean - make new select with changed query and want to display it? With sqlexpress this might solve: //tell browser there is new data (dataset or cursor) obrowse:DataLink := dbNewData obrowse:dataSource := dbNewData //fully refresh everything on screen DC_GetRef...
by k-insis
Mon Jan 15, 2024 12:09 am
Forum: eXpress++ Support
Topic: Char2UTF8() in XML
Replies: 5
Views: 1583

Re: Char2UTF8() in XML

Make sure you are compiling exe into ANSI mode, not OEM. As I am rather inclined into doubt of utf capability of xpp own functions, can you use ot4xb conversion function to do conversion? But yes, provide xml in zipped format , please so we can see inside. Ho, I'm using the Char2UTF8() to add data t...
by k-insis
Tue Jan 09, 2024 1:13 am
Forum: eXpress++ Support
Topic: DCPRINT to excel
Replies: 4
Views: 1892

Re: DCPRINT to excel

Office automation works regardless of 32/64 bit as OS acts as middle man between your program and automation provider. Per instance I work with 64bit Office Excel right now from xpp and it works flawlessly. But beware: if you use Excel ODBC you do need 32bit Office installed as with never versions M...
by k-insis
Fri Dec 29, 2023 1:12 am
Forum: eXpress++ Support
Topic: the + XML symbol disappears
Replies: 3
Views: 1552

Re: the + XML symbol disappears

Are you sure reason is + sign? For XML there is no need to 'escape' plus sign, only these: https://www.liquid-technologies.com/Reference/Glossary/XML_EscapingData.html Is perhaps there some xsd schema part that is misconfigured or has wrong pattern config for email address field and does not allow p...
by k-insis
Mon Dec 18, 2023 1:54 am
Forum: eXpress++ Support
Topic: Problem with MemoWirit
Replies: 5
Views: 1935

Re: Problem with MemoWirit

This. Also memoread/memowrit is not that good when using UTF-8 data ; it tries to do some chardata conversion on its own. Found it the hard way when using xml with international IBAN processing resoults years ago. Using regular fileio functions is much safer choice. Hi, You can use this as a replace...
by k-insis
Wed Nov 22, 2023 4:01 am
Forum: Xbase++ Support
Topic: Using Chilkat with a Reg-Free Manifest
Replies: 1
Views: 1378

Re: Using Chilkat with a Reg-Free Manifest

Did you follow this post at ilx site? https://ilx.alaska-software.com/index.php?ams/copy-deployment-of-activex-controls-and-xbase-application-reg-free-com.47/ I have tried to get Chilkat ActiveX library working without a user having to register it first, which should be possible according to everyth...
by k-insis
Sun Nov 19, 2023 11:47 pm
Forum: phpBB Board Support
Topic: Recovering from surgery
Replies: 6
Views: 3588

Re: Recovering from surgery

As always, personal health should be priority. Sir, get well soon! I have been suffering from bad sinusitus for over a month now. I just had surgery to have lot of polyps removed and to fix a deviated septum. I hope to be able to attend to this board soon as my sinus headaches seem to be subsiding a...