-
RE: Increase size of uploaded documents in Forms
It can be done Forms by form directly in the database (max 400 Mb) :
<Content removed as database manipulations to increase the size are not supported!>
-
RE: Sorting by Multiple Columns in a Workflow Queue
Hello David,
With 'Shift' key you can select several column to sort workflow task..
Best regards,
David -
RE: How can I calculate Date from two Field on Docuware Form and insert it into another Field?
Hello,
You can do that with arithmetics function within workflow. You have the function DateAdd(). You can use this function to substract month with negative number -> NotificationDate= DateAdd(DateInterval.Month, -NotificationPeriod, ExpiryDate).
All function are available here:
Best regards,
David -
RE: Index copy from text to number
Hi David,
You can do that with arithmetics expression in a workflow (Index_Int = CInt(Index_Text). You can schedule this workflow to update your document.
Best regards,
David -
RE: Workflow Condition - Syntax
Hello,
Yes you can use that
CStr(GV_report) = "" or CStr(GV_report) = " " or CStr(GV_report) = "0"
Best regards,
David -
RE: Search documents based only on Docuware's document ID
Hello Patricia,
The easiest way to do that without AIX and Workflow is to use fulltext search. You will be able to find document by index too !! (included DocID).
You just have to set the DocID number in fulltext search. In some case the result can display document which also contains the DocID number (main case for small ID number), but at least you will be able to find your document
Best regards,
David -
RE: URL Creator - Download
Hello Steve,
Download will provide an URL which download the document (save/save as button will be displayed in your web brower)
Plug-in will provide an URL which displays the document in your web browser by the plug-in installed on your computer (i.e. : acrobat reader in Internet Explorer).
Best regards,
David -
RE: Move a v7 DocuWare system to a new server
Hello Phil,
Thanks for theses information. I have just few questions do well understand:
- If our DW System is on one single server using DW internal database, when I uninstall DW on my new server (as I have installed it as described in p.1), it will remove my internal database, so I will not be able to restore that database backup + DWSystem modified. Did I missed something?
- When database backup is restored on new server, you said to install DW again on this new server and it could propose to update if the version is new. But as I have previously uninstall DW on this new server, how can it know during this new installation step that a DW System is installed? (it was removed, isn't?)
In fact I don't understand the purpose on the new server to install DW and uninstall it.
Is it not possible on the new server to: (?)
- Stop all services (excepted internal database)
- Remove all database
- Restore the backup of the old server + DWSystem modified
- Change in the DWSERVER table the server name as you described and do all the last step that you described last page?
Best regards,
David -
Hello,
Hello,
Just to an autoindex to change a specific index for all file where the index used to store the size is empty.
This specific index will be the trigger of your workflow to add the size.
Best regards,
David
-
Hello Phil,
Hello Phil,
Is it possible at least to reduce CPU usage as we did with DW6.x ?
Best regards,
David