but isn't it more of a pain to us than to the none registered user? They may only post once a blue moon, but registered users tend to at least view posts regularly. i know i do, and the message will become a little annoying if we have to specifically chose to read a post.
Hi,
I have the following:
document.forms.frmQuestions.submit();
which gives the error
document.forms.frmQuestions is not a function.
Does anyone have any ideas?
Thanks,
Emma.
Thanks for the reply, but maybe i didnt explain myself very well. I have already got the running of the child2.w, whilst causing child1.w to be sensitive, or not. The problem i have is that none of them are dialog boxes, they are all windows. what i want is to be able to also set the main.w as...
The scenario i have is as follows:
Main.w can run multiple programs. Each program can only have one instance of itself running at a particular time.
from main.w, we run child1.w
this program allows the user to add, update or view particulars.
in this instance, the user must...
Hi,
This is probably really simple, but i just can't figure it out.
All i want to do is when the user chooses a button, run another program, making the parent:sensitive = false
parent:window-state = 2
then when the user closes the second program, make...
Progress 9.1b, NT4 sp 6, Outlook 97.
I was told that the GetFirst / GetNext com handle methods were only included in versions of Outlook after and including 2000. I am wanting to check folders for the existance of a contact. If not, i want to create them. It sounds simple, but without the...
Hi,
I am trying to use GetFirst and GetNext com-object methods from within
Outlook. They work in a code sample I was sent which used Outlook 2000, but
not on my machine, using Outlook 97. Has anyone else encountered this, and
if so, is there a way round it?
Kind Regards,
Emma...
I am using Outlook to create contact items on the fly. The program checks that the contact doesn't exist, and if they don't, it creates them. The problem i am having is that the program is creating contacts that already exists.
At work, we use 'Mailbox - user, name" rather than the personal...
Hi,
Is there a way to check outlook to see if a contact has already been created, to avoid creating duplicate contacts when I run a create from progress?
Thanks,
Emma.
Below is the original post. I added "NO-ERROR" to the send statement and again it runs outlook, but doesn't give me the previous error. i now get an outlook.exe error, then outlook proceeds to shut down, along with the the message.
Does anyone have any ideas about this?
Emma...
re:
try using the following code. I hope this helps.
Emma.
do on ocx.click of TS /* TS = tabstrip name */ :
def var ch-tab as com-handle.
def var c-caption as character.
assign ch-tab=chTS:TabStrip:selecteditem
c-caption=ch-tab:caption.
CASE c-caption...
i am using the following code to send emails via outlook from progress. This works fine when outlook is already running. If it isn't, the code runs outlook, but doesn't send the email. If i click send i get this error:
Error occurred while accessing component property/method: SEND.
The...
Using Progress 9.1.C on NT 4.0.
I have a table with more than one record having the same value in a given field, ie.
Records...
Field 1 Field 2
1 fruit east
2 fruit west
3 fruit south
4 ...
Hi all,
Does anyone know how i can access the outlook address book from within a progress program using com objects? Code examples appreciated.
Thanks in anticipation,
Emma. :confused:
i can't believe how uncomplicated it is, and how little code there is compared to some of the other stuff i have been looking at. I have got it working using mulitple recipients, of various classes. The problem i still have though is the address book feature. Is it possible to call this in a...
i have tried using mapi with outlook, and didn't manage to get this to work. is this what you are talking about when you say that i could use com-handles? i will keep you posted as to how i get on with the new info.
Thanks.
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.