Search found 532 matches

by omni
Mon Jan 18, 2021 12:58 pm
Forum: eXpress++ Support
Topic: Excel
Replies: 5
Views: 6155

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: 4417

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: 4674

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: 8237

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: 6207

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: 6207

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: 6207

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...
by omni
Mon May 04, 2020 10:19 am
Forum: eXpress++ Support
Topic: Multi-Edit problem
Replies: 4
Views: 8273

Re: Multi-Edit problem

I can send you a copy of mine if you need it..same thing happens to me sometimes, but I have a copy of the mew folder in various places and just copy it over. do not actually have to install it.
Do not use workbench...too used to multiedit

Fred
Omni
by omni
Fri Apr 17, 2020 9:22 am
Forum: eXpress++ Support
Topic: Field Input Denied
Replies: 2
Views: 6879

Field Input Denied

Roger, Probably an easy way to do this, but I never have. Have a field (50 characters) where I do not want to use the drop down list due to space on the window, and deny them typing. Force a popup but no keyboard allowed. The required items are fairly long descriptive requirements by one specific of...
by omni
Mon Mar 02, 2020 2:47 pm
Forum: eXpress++ Support
Topic: Refresh question on Browse
Replies: 6
Views: 10849

Re: Refresh question on Browse

Yes, I added an alert after the array was rebuilt, still only took less than a second. The only thing after that was the refreshing and returning to the browse. I had tried the forcestable and it did not help.

Not a big deal since I got it to work. Just seeing if I missed something basic.

Fred