Search found 115 matches

by bobvolz
Fri Mar 25, 2022 2:12 pm
Forum: eXpress++ Support
Topic: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML format
Replies: 28
Views: 12359

Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo

Hi Diego; Here is a snippet from my code that does a Vehicle ID lookup on a Vin Decoder website using XML. I pass it a record object from several of my other functions. I create and post an xml request string and DataOne returns an xml document. The creation of the xml post string is simple code cre...
by bobvolz
Thu Jan 13, 2022 8:39 am
Forum: eXpress++ Support
Topic: Ads Remote Server Info
Replies: 24
Views: 11723

Re: Ads Remote Server Info

Hi I commented out the dbcloseall line 85. Still getting an error. Below is text of error Your system won't let me upload it? Invalid extension .log I'm on xbase 992. ------------------------------------------------------------------------------ ERROR LOG of "C:\AutoManAds\AdsMgt.EXE" Date: 01/13/20...
by bobvolz
Thu Jan 13, 2022 7:50 am
Forum: eXpress++ Support
Topic: Ads Remote Server Info
Replies: 24
Views: 11723

Re: Ads Remote Server Info

Hi Roger;
I downloaded this zip and extracted into my sqlquery folder. I also tried it in your samples folder. I get the same error 'Internal Data Structures corrupted.'
Called from Loadconnectedusers (85)

Thanks

Bob Volz
by bobvolz
Tue Jan 11, 2022 5:39 am
Forum: eXpress++ Support
Topic: Ads Remote Server Info
Replies: 24
Views: 11723

Re: Ads Remote Server Info

Thanks Tom and Roger. I will try these things out.
They would be nice additions to express as well.

Bob Volz
by bobvolz
Mon Jan 10, 2022 8:49 am
Forum: eXpress++ Support
Topic: Ads Remote Server Info
Replies: 24
Views: 11723

Re: Ads Remote Server Info

Hi Roger;
That ADSMGMT.exe is great but it only shows what files are opened. It doesn't show who has them open. Is there something I'm missing?

Bob Volz
by bobvolz
Wed Jan 05, 2022 2:27 pm
Forum: eXpress++ Support
Topic: Ads Remote Server Info
Replies: 24
Views: 11723

Ads Remote Server Info

Hi all. When we switched to ADS we were no longer able to use the Windows function called "OPENFILES.EXE' .This program ran within a batch file and returned an array of all files opened on the server with the user name that had them opened. I was able to process the array into a small dbf file. The ...
by bobvolz
Mon Jan 03, 2022 3:17 pm
Forum: Xbase++ 2.0
Topic: dbAppend() spurious errors
Replies: 4
Views: 3379

Re: dbAppend() spurious errors

I get this now and then. It is usually a corrupted index. I manually delete the index and Bobby's Usedb() recreates it. Problem solved.
Bob Volz
by bobvolz
Sat Dec 04, 2021 10:07 am
Forum: Xbase++ Support
Topic: ADS version 11 vs ADS 12
Replies: 3
Views: 5139

Re: ADS version 11 vs ADS 12

Hi: We have been using ADS 12 for 2 years now on 4 different servers. No issues as of yet. It did some quirky things on one of my encrypted files but that may be my fault since I was testing using ADS Local. Yes, you do need the older ACE32 dll from 2015. If you are not using encrypted files I would...
by bobvolz
Tue Nov 02, 2021 1:38 pm
Forum: eXpress++ Support
Topic: sqlquery.exe
Replies: 7
Views: 4650

Re: sqlquery.exe

Hi Roger;

Don't worry about it. I will use the Class. I believe the editing is still controlled in the browse.

I'm going to remove the runshell options from my menus. I don't want people editing data outside my app.

Thanks
Bob
by bobvolz
Tue Nov 02, 2021 12:23 pm
Forum: eXpress++ Support
Topic: sqlquery.exe
Replies: 7
Views: 4650

Re: sqlquery.exe

Hi Roger; Not sure in the ini file where I should put the Administrator=No This is the code I use for the runshell calling the SQLQuery.exe Also not sure what the 2 .t. 's are for in the runshell.? DCMENUITEM "&1.Service Customer SQL Query" PARENT oSequelMenu ; MESSAGE 'Service Customer SQLQuery' ; ...