Hi Pinkman,
did you ever get this issue resolved? I've just received the message on a single machine that just yesterday we were attempting to setup Outlook synchronisation with the CRM module, no one else is affected.
Let me know, thanks,
rorki
If you can't beat them, hire someone who can...
Hi Szuccaro, having same issue just now - did you ever solve this? please post the answer here. TIA.
Rorki
If you can't beat them, hire someone who can, who wears gloves...
archwisp, first switch off anonymous access, even if you're not 'live' to the web yet (you don't want to forget later...)
You don't need integrated authentication IMHO, the SSL connection provided through the certificate encrypts both the plain text username/passwords and all data sent during...
when I set up SSL OWA I used the Certification Service to create my own certificate. If it's just for company use then you should be able to trust your own certificate when IE asks you! Use the IE to access the service (localhost/certsrv) after you've requested a certificate via IIS Manager...
Hi, was told this is a problem with NAT on the firewall.
Solve this by going into IE properties, under connections tabs, click on LAN settings, input the proxy server of your isp, with port 8080 (mine was "cache.ifb.co.uk"). DON'T choose to bypass the proxy for local addresses since...
CCLINT - looked into OLEDB, seems I'd have to purchase VFP in order to install the vfpoledb.dll, unless you know another way (earlier versions of MDAC??)
No joy using CHR$ 39. Saw a couple other un-answered links from last year with same problem - long string not handled. Nothing back in email...
CCLINT - thanks for your persistence, went looking at other methods to reduce the amount of fields... now have this, and updates working too (kind of) more on this in a moment:
'database container
Set oConn = New ADODB.Connection
oConn.Mode = adModeReadWrite
oConn.Open "Driver={Microsoft...
try:
Declare Sub Sleep Lib "Kernel32" (ByVal milliseconds As Long)
Sleep 5000 'pauses for 5 seconds
then load the second form and unload the first...I think.
Hope this helps.
If you can't beat them, hire someone who can, who wears gloves...
okay, using the server side cursor makes no difference, still connects fine - cannot update still.
I now populate a flexgrid with two columns, fieldname and field value.(Rather than use text boxes)
Have changed the connection and update methods to the following:
>>>PORTION OF CONNECTION CODE<<<...
ahhhh.... have I been missing something obvious???
You're saying I need to use a query in order to update the current record? I read somewhere that the update is automatic when I move to the next record - anything I altered in a text box is updated to the corresponding field...?
Is there a...
now in code I have this (if I alter text in a field it's live data right? if then I move to next record it should update automatically, but when I move back it's the same data as before...)
There are two versions below, both connect beautifully, can move forward and backwards through the...
No problem:
Built this string up via the Adodc1 control properties:
Provider=MSDASQL.1;Persist Security Info=False;User ID=tst;Extended Properties="Driver={Microsoft FoxPro VFP Driver...
there are some differences in the Office VBA, some functions have been re-named, I've had problems with VBA macros set-up in Word XP running on Word 97 and vica-verca.
Might be worth checking for code differences between 2000 and XP...
If you can't beat them, hire someone who can, who wears...
Okay, here's the whole thing, the form itself consists of 22 text boxes (group array), an edit, update, forward and backward button. Also a standard Data control.
In the example that follows, I don't have an option for username/password - I should have, but it allows me to access the fields...
vbkris,
thanks, but no, all files are definitely not read-only.
If it helps, these files are part of a Telemagic database created around FoxPro. I've tried the same methods to connect to sample dbf/dbc files from the MicroSha(o)ft website and there's no difference.
I'm attempting to write a...
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.