| Previous topic :: Next topic |
| Author |
Message |
miaolin
Joined: 07 Aug 2006
Posts: 4
|
| Posted: Mon Aug 07, 2006 5:09 am Post subject: outlook plugin 4.2.3 enhancement and patch for chinese words |
|
|
Hi:
this code have 2 feature:
1. add one function in outlook plugin, user can upload part of outlook contacts to vtiger, no needs to sync with vtiger.
2. change the sCodePage from CP_UTF8 to CP_CHINA in function EncodeUTF8 and DecodeUTF8 in modUTF8.bas, because i am using chinese version of outlook, use CP_UTF8 can not work with chinese words.
and i found another issue, when i try to sync with vitger for around 400 contacts, the operation will fail after around 240 contacts , anybody know how to do? |
|
| Back to top |
|
miaolin
Joined: 07 Aug 2006
Posts: 4
|
| Posted: Mon Aug 07, 2006 5:12 am Post subject: outlook plugin 4.2.3 enhancement and patch for chinese words |
|
|
oh, sorry, i forget to declare
the attachment is the source code and compiled dll.
if you simply just want to make use it, install vtiger outlook plugin 4.2.3, and replace the old vtigeroladdin.dll with new vtigeroladdin.dll in this package is ok. |
|
| Back to top |
|
skyracer
Joined: 06 Aug 2006
Posts: 6
|
| Posted: Wed Aug 09, 2006 2:30 am Post subject: Re: outlook plugin 4.2.3 enhancement and patch for chinese w |
|
|
Ok, i´m rebuild the plugin with VB6, and work Ok. I'm working in develop a multi-language version, but don'n know a way of make the Installable version, only the dll.
It's possible obtain the whole project to make a full packake installable without install a previous version? |
|
| Back to top |
|
miaolin
Joined: 07 Aug 2006
Posts: 4
|
| Posted: Wed Aug 09, 2006 8:17 am Post subject: Re: outlook plugin 4.2.3 enhancement and patch for chinese w |
|
|
i also want to get the installable package, but what i got is just the code and project.
suggestion : use a drop-down list box on login page to select the codepage, and save it in the xml document? |
|
| Back to top |
|
ales
Joined: 13 Jun 2006
Posts: 18
Location: Slovenia
|
| Posted: Fri Sep 08, 2006 10:42 am Post subject: Re: outlook plugin 4.2.3 enhancement and patch for chinese w |
|
|
Have dwnld the patch.
Registred all dll/ocx from vtigercrmoutlook\resources\support_dlls
but when I try to load the *.vbp there is ubGrid.ocx missing
Have tryed to dwnl from http://dev4dev.com (http://3d2f.com/programs/10-087-ubgrid-download.shtml) but the page does not exists. maybe the page has moved to some other place but I don't know the new URL.
If there is someone that has ubGrid.ocx, can you please upload the or contact me. Or post URL/File online.
I am thinking to build multiple language support and I need missing files.
By Ales |
|
| Back to top |
|
miaolin
Joined: 07 Aug 2006
Posts: 4
|
| Posted: Mon Sep 25, 2006 9:45 am Post subject: Re: outlook plugin 4.2.3 enhancement and patch for chinese w |
|
|
| ubgrid is useless in this project, you can remove th e reference form vb project. |
|
| Back to top |
|
ales
Joined: 13 Jun 2006
Posts: 18
Location: Slovenia
|
| Posted: Wed Oct 04, 2006 9:15 am Post subject: Re: outlook plugin 4.2.3 enhancement and patch for chinese w |
|
|
Ok that was true. I deleted the ubGrid from *.vbp file and than project was loaded 100%
Than I modified project and recompiled. There is one question about next error that I get:
"Unable to access the vtiger URL ..."
Question is about next lines:
Code:
'Check for WSDL to verify the vtigerURL
If (oNewLogin.Load(Trim(txtVtigerUrl.Text) & "/vtigerservice.php?service=outlook&wsdl") = True) Then
GoTo go_outlook_wsdl:
ElseIf (oNewLogin.Load(Trim(txtVtigerUrl.Text) & "/vtigerolservice.php?wsdl") = True) Then
GoTo go_wsdl:
ElseIf (oNewLogin.Load(Trim(txtVtigerUrl.Text) & "/soap.php?wsdl") = True) Then
GoTo go_soap:
ElseIf (oNewLogin.Load(Trim(txtVtigerUrl.Text)) = True) Then
GoTo go_none
What is the url or php file that must be inside root folder of vtiger crm portal ?
I do not have vtigerservice.php file
I do not have vtigerolservice.php file
I do have soap.php file
..
but when I use it "soap.php" it does not work !?
By Ales |
|
| Back to top |
|
ales
Joined: 13 Jun 2006
Posts: 18
Location: Slovenia
|
| Posted: Wed Oct 04, 2006 11:07 am Post subject: Re: outlook plugin 4.2.3 enhancement and patch for chinese w |
|
|
I found befor someone posted result.
It si soap.php file needs to be configured, thats it.
By Ales |
|
| Back to top |
|
| |