Search found 535 matches

by omni
Fri Feb 26, 2021 12:34 pm
Forum: eXpress++ Support
Topic: Advantage
Replies: 8
Views: 6862

Advantage

Hey Roger. Have a client that wants to use ADS, so thought I would put in on my work station to remember all the options. Reinstalled version 12, no issue, started the configuration utility and it is running on my pc. Tried to connect and it gives same 5381 error every time. If I open xdot and selec...
by omni
Wed Feb 03, 2021 7:39 pm
Forum: eXpress++ Support
Topic: xbp
Replies: 3
Views: 5681

Re: xbp

How did you know that? Worked for years and all of a sudden it gives that weird error.

Updated to the 2021 version (from 2016) and it worked. Must have been some new security on their server. no clue

Thanks..wish it had been free


Fred
Omni
by omni
Fri Jan 29, 2021 12:05 pm
Forum: eXpress++ Support
Topic: xbp
Replies: 3
Views: 5681

xbp

Been using this since 2006, but all of a sudden as of this week its erroring out. oSock := xbSocket():New(AF_INET, SOCK_STREAM, IPPROTO_TCP) if oSock:ErrorCode > 0 MsgBox("Unable to create a socket!" + chr(10) +; "Error code: " + NTrim(oSock:ErrorCode) + " (" + oSock:ErrorText(oSock:ErrorCode) + ")"...
by omni
Mon Jan 18, 2021 12:58 pm
Forum: eXpress++ Support
Topic: Excel
Replies: 5
Views: 6166

Excel

Roger, An odd request. We have a user whose holding company wants file contents every night sent to them on a half dozen file. We sent via csv (with just copying/renaming dbf file) and they said it was ok, but looked like an xls, which it would. We renamed them to xls. Then they said they needed it ...
by omni
Thu Oct 29, 2020 7:52 am
Forum: eXpress++ Support
Topic: Amazon
Replies: 0
Views: 4449

Amazon

Anybody have experience with Amazon RDS and active directories.

A user went to this this week and it is dirt slow for our application, which was running fine for 7 years for them on normal windows server.

Fred
Omni
by omni
Tue Oct 20, 2020 2:07 pm
Forum: eXpress++ Support
Topic: Our exe being locked
Replies: 2
Views: 4701

Our exe being locked

Roger. we have some interface exe files we create to do requests and send files. Runs 24/7. User starts them. The issue is users do not pay attntion and will start them again. Eventually they lock up on one another. Is there a method to block an exe (our exe) from being run more than one time. All a...
by omni
Mon Sep 14, 2020 11:44 am
Forum: eXpress++ Support
Topic: Excel
Replies: 5
Views: 8273

Excel

Roger, We have a user that wants a daily report with extensive headers (3 rows) with numeric fields. Do not know a method to do that. The headers we use for xls is just the field name. If we do it to a csv file and use character fields and put the headers at the top of each column the numbers do not...
by omni
Mon Aug 24, 2020 2:44 pm
Forum: eXpress++ Support
Topic: Shortcuts
Replies: 4
Views: 6231

Re: Shortcuts

I am going to first go line by line (comparing and adding exact code) from the one that FAILS FROM the longer program for running tests. Actually just adding the same lines. So far they are 90% exactly the same and one works one does not. Seeing if some program attached or other setting is causing i...
by omni
Mon Aug 24, 2020 1:24 pm
Forum: eXpress++ Support
Topic: Shortcuts
Replies: 4
Views: 6231

Re: Shortcuts

Yes, that single line gives an error, or at least the first error. All necessary functions also give a syntax error. Such as: MenuShiftEval( aItem, aBitmaps, oToolBar, cMenuName ) Each one errors with a syntax error. And at that point most lines under it. As if the compiler goes crazy. I tried on my...
by omni
Mon Aug 24, 2020 12:24 pm
Forum: eXpress++ Support
Topic: Shortcuts
Replies: 4
Views: 6231

Shortcuts

Roger, I am playing with your shortcuts example, from many years back. Got it to work fine using your shortcuts program with some minor changes to match our set up. At the top of our main menu, we added the command it gives a syntax error when compiling. No idea why. All information is pretty much t...