Hi,
depending on the amount of meta-data to take into account (see the Regions properties of your Search Engine), your index may have the same size than your document storage, and thus is growing the same way. As long as you don't encouter any problem with the info retrieval or disk space, you...
Hi,
you said "frequently", so it's not always.
Did you observe the problem while working directly on the server, or from a client pc ?
In the second case, is it possible you have two way to access you server, and thus present two ip addresses (e.g: through a wired net interface and a wireless...
Jon,
you can also write an html page with your text editor that contains some javascript code and an array with the WorkID and SubWorkID (you will have obtained through sql) of all wf to stop, that loops the array of Ids and does one of the follwings:
a) sends through xmlHttpReq urls such like...
Hi,
in LL9.2, you can also send a sql query that looks like:
select CatName, AttrName
from CatRegionMap
where RegionName = 'Attr_234234_34'
Regards,
Olivier
Hi,
good tip you found with the drive mapping using sharepoint component for MS-Office 2003.
Just to react regarding web-drive: it is not that expensive for the value it brings.
Regards,
Olivier
Indeed.
You may add: please click back and select other dates. However, I don't think a msg box you can insert between <script> within [LL_WEBREPORT_IF... adds any value.
Regards,
Olivier
Hi,
if you read carefully the on-line help, you will see that the [LL_WEBREPORT_CALL NAME:myFunc /] tag is executed by the parser and enables you to insert strings in the html code. So you will not see the alert() box but only the s string in the generated html page. More, alert() might cause...
Indeed, it seems MS-Office app doesn't allow to register relative patch between Document (which is supported when Documents are opened through ActiveX in iE), nor to register Internet location (webdav or http url).
You can deceive the enemy by using a webdav client app, such as Web-drive, and...
Just to illustrate what I said (note if you intend to modify the select pop-up, you will have to modify some counters in the inputLabel#_update js code accordingly),
<html>
<head>
<script>
function execReport(objid, param1, param2, param3, param4, param5)
{
if ('undefined' != typeof objid &&...
Hi,
you wil have to write an html page (e.g: a customview) that calls your report through a url or by submitting a form with the necessary parameters).
You can pick up the date fields, as well as the javascript code aimed to manipulate these fields, from the input page of your LiveReport...
Hi,
I assume you would like to detect if date1 < date2.
In that context, may be there are several ways to check this, e.g:
1. if your rdbms is Oracle, you can try this:
select Name from DTree where CreateDate between
case when date1 > date2 then date2 else date1 end and
case when date1 <...
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.