Author Topic: Email and v6.1 questions  (Read 4281 times)

samolotkapitan

  • Guest
Email and v6.1 questions
« 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

Mont

  • Newbie
  • *
  • Posts: 1
    • View Profile
Email and v6.1 questions
« Reply #1 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?
 

caangel43

  • Hero Member
  • *****
  • Posts: 931
    • View Profile
    • http://www.puttyheadworld.com
Email and v6.1 questions
« Reply #2 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

visad

  • Newbie
  • *
  • Posts: 18
    • View Profile
Email and v6.1 questions
« Reply #3 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.
Visad

visad

  • Newbie
  • *
  • Posts: 18
    • View Profile
Email and v6.1 questions
« Reply #4 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"
« Last Edit: November 12, 2007, 04:13:35 pm by visad »
Visad

visad

  • Newbie
  • *
  • Posts: 18
    • View Profile
Email and v6.1 questions
« Reply #5 on: November 12, 2007, 04:22:14 pm »
Complete fix, all information is now stored into the database as designated.



Download Attachment: addressbook2.zip
2.09 KB


Visad
Visad

caangel43

  • Hero Member
  • *****
  • Posts: 931
    • View Profile
    • http://www.puttyheadworld.com
Email and v6.1 questions
« Reply #6 on: November 12, 2007, 04:34:42 pm »
thank you for your time with this

visad

  • Newbie
  • *
  • Posts: 18
    • View Profile
Email and v6.1 questions
« Reply #7 on: November 12, 2007, 04:40:20 pm »
Not a problem at all, glad I was able to be of some assistance.
Visad