I am trying to send an e-mail from Progress Software. When I send it using MAPI, it adds apostrophy's before and after my e-mail address. Any ideas why this would be happening and what I can do to fix this problem?
Example: 'srmcmains@winland.com', s/b srmcmains@winland.com
Any help would...
I am trying to send an e-mail from Progress Software. When I send it using MAPI, it adds apostrophy's before and after my e-mail address. Any ideas why this would be happening and what I can do to fix this problem?
Example: 'srmcmains@winland.com', s/b srmcmains@winland.com
Any help would...
Are you able to get an alt-key function to work. I can't. I can get f1 or something like that to work, but a alt-keystroke will not work. What am I doing wrong. This is the way I have it coded.
DO:
APPLY 'alt-f6'.
RETURN NO-APPLY.
END.
If I would do apply 'f1'. Then I would get help...
Progress 9.1B
I was wondering if progress could make a function key run. I have a program called altf6.p. I will make an accelerator key run, ctrl-6, which will run the altf6.p program. Why is this not working. What alt-f6 does is change the focus of a Syteline window. Any help would be...
THis is a start for ya. I found this from the PEG. I've never done it myself, I've sent stuff to EXCEL before, but not word.
/*****************************************/
/*use this to keep the application handle*/
DEF VAR wordapp AS COM-HANDLE.
/*create the word application*/
CREATE...
Can anybody tell me where I can find out what this error means.
Error occurred while creating/connecting to automation server for: excel.application.
Error code: 0x800700c1 output-to-excel WINMOD\LBRSPRED2.P (5894)
I am creating a excel application, and then calling an excel program. It...
I am looking for coding examples using smartfolders. If anybody has anything, I would be greatly appreciative. I have tried getting these to work and am not having any luck. I have had no training in using any of the smart objects, so what I have learned so far, which isn't much is from...
Stanhubble,
Thanks for the reply, but it still gives me the same error. If I put a actual constant in there it works fine, which tells me all the syntax is correct, just doesn't want to allow me to use a variable. Any other suggestions would be helpful.
Progress 9.1B
I am trying to use a select in progress that would check a variable instead of a constant.
Here is what I have:
def var project-id as int.
project-id = 2.
Assign ODBC-DSN = "PCDB"
ODBC-SERVER = "localhost"
OBDC-Userid = ""...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.