Search found 102 matches

by k-insis
Thu Jun 20, 2024 12:34 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 15
Views: 551

Re: ZAP and PACK command for DBF files - error Win 11

> even if Alaska released a 64bit version it would help me If that will happen at all. It is possible that it is caused by an older version of Xbase++, I have a release 554 of Xbase++ Foundation edition 2.0. It is possible that this is caused by an older version of Xbase++, I have a release , I didn...
by k-insis
Wed Jun 19, 2024 6:16 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 15
Views: 551

Re: ZAP and PACK command for DBF files - error Win 11

This is full Clipper code? I remember some old releases of xpp having trouble with pack and zap commands In case of ZAP I think we replaced it with routine that took structure, ferased file and recreated file with dbcreate. AFAIR It used to be that fox and similiar driver opened associated index fil...
by k-insis
Sun Apr 21, 2024 11:27 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9806

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

- So if you need to expose services and data to outside programmers use REST and document everything. Start with small, then expand. - For internal only, use as direct as possible approach. And 1,2,3 you will have proper three-tier system. Oh and always consider good network security practices. Slav...
by k-insis
Thu Apr 18, 2024 11:40 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9806

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

> K-insis, I was looking in the Alaska Xbase++ documentation on how to develop a Webservice, or REST API, but I didn't find anything, not even with SOAP technology. You will have to get in touch with Alaska for that, imho they are historically too 'tight' on shipping complete time relevant samples M...
by k-insis
Thu Apr 18, 2024 3:04 am
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9806

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

> I am now aware that the only way to interact with Alaska Xbase++ DLL libraries is through a REST API. Actually you can do this with SOAP and direct socket connection too. Bonus is that you can put that small server side program to server and all PCs with network access can request it. On SOAP you ...
by k-insis
Wed Apr 17, 2024 3:40 am
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9806

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

Indeed it is a no go with xpp and .net . As Mr. Tom wrote. But! building own http REST server in xpp is a valid option as there is at least two toolsets available for that, once in xbase 2.x native and once as Xb2net library. And Mr. Slavoljub toolset might contain everything needed too? So you coul...
by k-insis
Thu Apr 11, 2024 1:10 am
Forum: Did you Know?
Topic: A web service for your data
Replies: 14
Views: 14532

Re: A web service for your data

Same .

Will licensed release be shipped with source as with Express?


Koverhage wrote: Wed Apr 10, 2024 10:33 pmI am too
by k-insis
Tue Mar 19, 2024 1:28 am
Forum: eXpress++ Support
Topic: Printing errors on Win 11
Replies: 4
Views: 3819

Re: Printing errors on Win 11

thx, that is very useful bit of information Hi, After looking around on the net I see that the printscreens I got from the customer are the same as in the following article. https://wiki.autocountsoft.com/wiki/Others:_How_to_switch_back_to_the_old_print_dialog_in_Windows_11%3F On my PC I have the OL...
by k-insis
Fri Mar 15, 2024 2:21 am
Forum: eXpress++ Support
Topic: Postgre ISAM command
Replies: 9
Views: 4934

Re: Postgre ISAM command

dbsetfilter() Change SELECT and requery , reattach+refresh to dcbrowse if needed. What does PGDBE documentation say on USE on pgSQL VIEW , pgSQL stored procedure returned data? Is there anything online like in doc.alaska-software.com ? Those two are fastest. I am working on switching my application ...