I just tried it again: this time I created a program with one userfunction,
with a formula box in it. Then, import it into another program, open the
userfunction, and you can edit the contents of the formula, and it remembers
the change while the program is open. As far as I can see, you can't edit
anything else (like, delete the formula box, or put text in a text constant)
VEE 6 doesn't allow this, for good reason!
_____________________________________
Reiner Schlieker
Test Equipment Designer
Siemens Milltronics Process Instruments Inc.
Phone: (705) 740-7553
Fax: (705) 740-7692
Email: reiner.schlieker@siemens.com
Web: www.siemens-milltronics.com
-----Original Message-----
From: Shawn Fessenden [mailto:shawn@testech-ltd.com]
Sent: Wednesday, July 14, 2004 2:24 PM
To: VRF
Subject: [vrf] RE: VEE7 and Imported UserFunctions
> if it ain't broke, don't fix it, right?
Absolutely.
> and it allowed me to edit an imported function,
Yikes! Trying...
Sounds like a bugaboo, but mysterious. I tried it with 5, 6.2 & 7 source and
it wouldn't let me edit any imported functions.
-SHAWN-
---
You are currently subscribed to vrf as: reiner.schlieker@siemens.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
with a formula box in it. Then, import it into another program, open the
userfunction, and you can edit the contents of the formula, and it remembers
the change while the program is open. As far as I can see, you can't edit
anything else (like, delete the formula box, or put text in a text constant)
VEE 6 doesn't allow this, for good reason!
_____________________________________
Reiner Schlieker
Test Equipment Designer
Siemens Milltronics Process Instruments Inc.
Phone: (705) 740-7553
Fax: (705) 740-7692
Email: reiner.schlieker@siemens.com
Web: www.siemens-milltronics.com
-----Original Message-----
From: Shawn Fessenden [mailto:shawn@testech-ltd.com]
Sent: Wednesday, July 14, 2004 2:24 PM
To: VRF
Subject: [vrf] RE: VEE7 and Imported UserFunctions
> if it ain't broke, don't fix it, right?
Absolutely.
> and it allowed me to edit an imported function,
Yikes! Trying...
Sounds like a bugaboo, but mysterious. I tried it with 5, 6.2 & 7 source and
it wouldn't let me edit any imported functions.
-SHAWN-
---
You are currently subscribed to vrf as: reiner.schlieker@siemens.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> to get it right for your server.
Geez. Need more coffee. The Authenticate function is supposed to try as many
authentication methods as necessary to authenticate against your server. It
does what might be called level 1. All it does is do a clear-text password
authentication (called Pop3User). Pop3APop is the authentication mechanism
that uses MD5, and that's where I gave up. Thus as you can tell AuthPop3APop
is not finished.
The biggest change that will be necessary to support ESMTP is that the text
"HELO" in the Log On object in the user function Connect must be
restructured. It needs to send "ELOH" to identify ESMTP, and may need to
send other information besides. Check with your mail server software manual.
Also, ESMPT does not support any clear-text authentication methods (I
think). The easiest thing to do is to do MD5. There are probably several MD5
ActiveX components available. I just wanted to do it in VEE - until I
started realizing just what I would have to do. I'm not a very good list
processor programmer and I couldn't see a way to implement it efficiently in
VEE. I'm sure others can figure out a good way to do it.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".