|
Re: Programming askSam in C
1/26/2004 2:37:12 PM
(Total replies: 1)
|
| You will need a copy of the askSam SDK to use the C/C++ APIs.
Eric Sites, CTO
askSam Systems |
|
|
|
Re: string compare bug?
5/17/2004 12:09:53 PM
(Total replies: 0)
|
| Bram,
Did you try setting that key up as a non-tokenizing key?
Also try using the contains or contains-all function.
Cheers,
Eric |
|
|
|
Re: Outlook 2003 import broken
2/12/2004 6:03:34 PM
(Total replies: 0)
|
| We know about this problem and we are currently working on a fix.
We should have a new build ready in a day or two that will fix this problem and I will post you a message when it is done.
Cheers,
Eric |
|
|
|
Re: String compare crash
3/3/2004 11:02:59 AM
(Total replies: 0)
|
| Bram,
This has been fixed in build 1139 of Freedom.
Cheers,
Eric |
|
|
|
Re: Delimiter
2/12/2004 6:45:00 PM
(Total replies: 1)
|
| Hanson,
I would try to reinstall askSam, when you do make sure you are logged in as the administrator. It sounds like you do not have access to the registry where askSam stores this information.
Cheers,
Eric |
|
|
|
Re: servers
2/12/2004 5:40:38 PM
(Total replies: 0)
|
| Aramis,
It will work with any Windows Webserver that can run CGI applications.
The askSam Web Publisher does not use ASP, PHP, or any other scripting language.
Cheers,
Eric |
|
|
|
Re: Entry Form & SDK
2/12/2004 5:32:23 PM
(Total replies: 0)
|
| Eise,
The answer is yes.
When saving a new entry form into the database set the document type to DT_ENTRY like so:
asksam.SaveDoc(0, DT_ENTRY, SD_END, FF_RTF, str)
Cheers,
Eric |
|
|
|
Re: Search in two field in the same time
2/12/2004 5:28:55 PM
(Total replies: 0)
|
| Rodrigo,
You need to combine your search criteria into one string like so:
txtNombreSearch =”Rodrigo”
txtDireccionSearch =”Puntaldia”
request = txtNombreSearch & " IN Nombre[ and " & txtDireccionSearch & " IN Direccion["
doc_handle = asksam.SearchFile(request, prev_doc)
Welcome,
Eric
|
|
|
|
Re: GetBlob
1/29/2004 9:21:18 AM
(Total replies: 0)
|
| Bram,
This has been fixed in Freedom build 1137.
Cheers,
Eric |
|
|
|
Updated Freedom XML Server Website
1/27/2004 11:50:07 AM
(Total replies: 0)
|
| All,
Take a look at the new Freedom XML Server website at:
http://www.FreedomXML.com/
and get us some feedback.
Thanks,
Eric Sites, CTO |
|