Zabaware Support Forums

Zabaware Forums => Ultra Hal 7.0 => Topic started by: samolotkapitan on July 19, 2007, 02:41:34 am

Title: Email and v6.1 questions
Post by: samolotkapitan on July 19, 2007, 02:41:34 am
I just recently purchased Ultra Hal 6.1 and am still learning how to use it. I Was reading on how to setup email utilizing the mywebhal service. However, I do not see the internet tab on the options menu. Does anybody know how to set up email functionality in 6.1?

Thanks,

Dave
Title: Email and v6.1 questions
Post by: Mont on October 23, 2007, 01:42:03 pm
[8D]I am having the same issue.  Seems that the internet help page is showing a different version of the options page than what I get with Ultra Hal.  Seems that my Ultra Hal displays the options along the left side, without the internet tab.

Has anyone else discovered this?  Is internet still supported under version 6.1?
Title: Email and v6.1 questions
Post by: caangel43 on October 31, 2007, 03:42:58 am
I know research is but I can not get e-mail to work so am in the same boat
Title: Email and v6.1 questions
Post by: visad on November 12, 2007, 02:56:41 pm
I think I have found the problem and I am working on correcting the issue. One of the issues is the AI Address Book plugin is not creating the specific tables as needed. I am having to manually enter the rest of the tables. Hopefully I will have this fixed later tonight unless Zabaware can correct the problem before then.

I can verify that the plugin is at least working by typing "soandso's email is me@me.com" Hal respond's by saying "I have learned soandso's email address.  If you ask me to email this person, I will automatically start your favorite email program and write in the address for you. " However, when choosing to say email soandso Hal just respond's with some canned email comment.
Title: Email and v6.1 questions
Post by: visad on November 12, 2007, 03:57:49 pm
I have partially corrected the mistake in this file and it is now partially working as designated. It will create the tables and then add the first email to the tables; however, each subsequent add fails for the time being. I added the following code to the corresponding sections of the file for those that would like to update this. I will upload the completed fix when I resolvve it fully.


If HalBrain.CheckTableExistence("EmailBook") = False Then
(newcode)vrReadOnlyMode = HalBrain.ReadOnlyMode
(newcode)HalBrain.ReadOnlyMode = False
HalBrain.CreateTable "EmailBook", "TopicSearch", "miscData"
Title: Email and v6.1 questions
Post by: visad on November 12, 2007, 04:22:14 pm
Complete fix, all information is now stored into the database as designated.



(http://icon_paperclip.gif) Download Attachment: addressbook2.zip ("http://www.zabaware.com/forum/uploaded/visad/20071112162044_addressbook2.zip")
2.09 KB


Visad
Title: Email and v6.1 questions
Post by: caangel43 on November 12, 2007, 04:34:42 pm
thank you for your time with this
Title: Email and v6.1 questions
Post by: visad on November 12, 2007, 04:40:20 pm
Not a problem at all, glad I was able to be of some assistance.