Search found 9 matches

by cdidan
Wed Aug 31, 2022 8:12 am
Forum: Using this forum
Topic: emailmonitor
Replies: 0
Views: 14169

emailmonitor

Has anyone ever used a product called emailq written by Focusapp. The main program is emailmonitor.exe. I am looking for the program emailmoncfg. It is used to configure the app. I have not used this in some time but now have a need for it. I cannot set it up without emailmoncfg. Thanks Dan Mac Dona...
by cdidan
Mon Jun 07, 2021 11:32 am
Forum: Using this forum
Topic: EMAIL HOSTING SITE
Replies: 0
Views: 13842

EMAIL HOSTING SITE

We have become dissapointed with our Exchange Hosting Site which we have had for years. Appriver I would like to know what would be the best site to use. We do not need it to host a Web Site. The big problem with Appriver was delayed messages. The same message would br received by one user now and a...
by cdidan
Thu Oct 19, 2017 10:06 am
Forum: General Development
Topic: KOREAN WON
Replies: 5
Views: 15454

Re: KOREAN WON

Gabriel I am using version 3.91f (pretty old) € I have no trouble using this Euro sign since the Alt + 128 pops up the symbol. But the Korean Won Alt code of 8361 does not. I have tried using Korean fonts but still no luck. This is not that important. I was hoping there was an Alt code I was missing.
by cdidan
Thu Oct 19, 2017 9:03 am
Forum: General Development
Topic: KOREAN WON
Replies: 5
Views: 15454

KOREAN WON

₩ - Is there a way that I can get this Korean Won symbol input to a file so that I can print it on invoices?
by cdidan
Tue May 23, 2017 6:21 am
Forum: General Development
Topic: DIDX
Replies: 8
Views: 19142

Re: DIDX

Thanks for the help.
I will probably use John's suggestion.
by cdidan
Mon May 22, 2017 6:14 pm
Forum: General Development
Topic: DIDX
Replies: 8
Views: 19142

Re: DIDX

Business Rules Programmer's Manual Chapter 20 Error Codes 782 1.) An invalid array element has been specified. 2.) (MacIntosh) Reference to mapped network drive lost Remedy 1.) Check to see that each specified element falls within the array's allowable range. It must not be larger than the dimension...
by cdidan
Mon May 22, 2017 2:11 pm
Forum: General Development
Topic: DIDX
Replies: 8
Views: 19142

Re: DIDX

Also check that the program is not trying to index an array larger than three
dimensions (the AIDX and DIDX functions support one-, two- or threedimensional
arrays).
According to the manual AIDX will support up to a 3 dimensional array.
by cdidan
Mon May 22, 2017 10:33 am
Forum: General Development
Topic: DIDX
Replies: 8
Views: 19142

DIDX

DIM SLQ(99) SLA(99),ZS(99)
MAT ZS=DIDX(SLQ)
FOR Z=1 TO 99
WORK=SLA(ZS(Z))
NEXT Z

DIM SLQ(99,15),SLA(99,15), ZS(99,15
MAT ZS=DIDX(SLQ)
FOR Y=1 TO 99
FOR X=1 TO 15
WORK=SLA ????????????????
HOW DO I REFERENCE SLA ????????????????????????
NEXT X
NEXT Y
by cdidan
Wed Oct 02, 2013 9:39 am
Forum: Conferences
Topic: CREATE AN EXCEL FILE DIRECTLY FROM A PROGRAM
Replies: 1
Views: 4551

CREATE AN EXCEL FILE DIRECTLY FROM A PROGRAM

I have always created a delimited text file and then opened it in excel to create an excel file.
Is it possible to create an excel file directly from a program?
If it is possible how do you do it?