Hi,
I have designed a scipt with uiWkSp, when I click "OK" on user interface, an error message "un paragraphe ou un champs ne peut d■passer 64Ko" appears on a break point flag (output of UI).How can i find the field or paragraph in the database ?
Thank you in advance !
**************************
Dim session As New NotesSession
Dim uiWkSp As New NotesUiWorkspace
Set db = session.CurrentDatabase
Set doc=db.CreateDocument
--> flag = uiWkSp.DialogBox( "QCompare initial", True, True, False, False, False, False, "Compare folders" , doc)
If flag Then
v1$=doc.View1(0)
v2$=doc.View2(0)
If (v1$<>v2$) Then
Set profile = db.GetProfileDocument("ProfileFolder")
cmd$ = "\\Blserv-nt10\dtsw_com\Software_Tools\Perl\bin\perl -MModuleDict -e ""&CompareFolder('" & profile.Base(0) & "', '" & v1$ & "', '" & v2$ & "')"""
taskId% = Shell(cmd$ , 1)
Else
Messagebox "Select two different folders, please"
End If
End If

message error "un paragraphe ou un ... (Christophe MURZ... 1.Mar.02)
. . 