Forum Replies Created
-
AuthorReplies
-
Thanks
But, the problem is that i don’t know the value of the different ressource name.
For some customer car name is by registration number, sometime by a name, etc…Iterate is to long, System Adress books contains more than 2000 entries.
For work around, i’d created a ressource group in NDS with a special name, i’d used MA’method for find the group in AD and i iterate the group members.I’d prefered a pure GW solution rather than NDS/GW but it works ….
Thanks
L.P. Irovetz
ARCANE GroupWareMany thanks for your help
Do you know when this bug came ? Is it “by first design
” or after a realease.
For my project, it doesn’t matter that the client is 5.5.1 because it’s for a special workstation
On it, i’d like scan documents and put them in DMS by a VB applets, the user has no need to used message.—
I need to used this token because the Author property of document is RO, disagree of the documentation.
The only way i found is to used ‘displayprofile” tokenLP Irovetz
ARCANE GroupWareHi advansys team
sorry to call to mind this old subject
but do you have some news about it from Novell. I’d repport it on Novell Dev forum with no result
Do you know a work arround, even with ‘stange/exotic’ solution
L.P. Irovetz
ARCANE GroupWareSorry but the problem is not in Query process but with utilities.Timer()
Thanks MA. “utilities.doevent” seems to help query to search asynchronously but problem persist.
Thanks Support. But how used “find” with documents ?The problem is more present with low connection between clien and PO.
In local mode, nearly no problems
With low connection (even 1Mo SDSL mode), the only way is to increase time
– Using utilities.Timer(2) rather utilities.Timer(1) – but we don’t stop crashsIs there a way to work around “utilities.Timer” ?
Thanks
L.P.
Hi,
There is another way. It unit GroupWise and eDirectory
Put your additional files in DMS
At the first launch of your applet retreive the files and save them on the disk where you wantDMS is a great tool
L.P. Irovetz
Arcane GroupWareHi,
Perhaps a clue
‘Listviewobj is the object
Set oItem = ‘Listviewobj.Items.Add
oItem.Caption = “Subject”
oItem.SubItems.Add(Startdate)
oItem.SubItems.Add(Enddate)ListBox or Listview is not excel
L.P. Irovetz
Arcane GroupWareDecember 12, 2005 at 11:54 pm in reply to: How to insert a carriage return into the message area… #7447Hi,
Try this :
CRT = Chr(13)
‘or HRT = Chr(13) & Chr(10)‘If Obj is your message
Obj.BodyText.PlainText = Obj.BodyText.PlainText + CRT + CRT + CRT +” Your text here ” ‘3 carriage return in this caseL.P. Irovetz
Arcane GroupwareHI ycp
Do you connect with you W2003/Grpw654 on the same Post Office than W2K/Grpw602 ?
I’d meet this error, because i’d created another PO directly with Console One but “Views folder” of the new P.O. was empty.
A copy of a good “View folder” and voila !L.P Irovetz
ARCANE GroupWareGreat MA, thanks
Features request for support : Could it be possible to specify an shared applet rather than a local one ? In this case, it could be possible to deploy a ‘standard’ portal
L.P. Irovetz
Arcane GroupwareIt runs
arcPrompt = 201 for my work
Thanks
L.P. Irovetz
ARCANE GroupWareAnother way
Direct with VBS
Set fso = CreateObject(“Scripting.FileSystemObject”)
Fic_Path = “C:somewhere in file system”Set tempfile = fso.CreateTextFile(Path)
tempfile.WriteLine (“Arcane GroupWare”)
tempfile.WriteLine( “[Fic_Vis_Cat]”)
tempfile.WriteLine( “Téléphone” )
tempfile.CloseL.P. Irovetz
Fine, but is there backward compatibility ?
Could we used GW Clt 6.5 or 6.0 ?
Thanks
L.P. IrovetzOk …
I’d re-designed it with combo but … same question with AB Control. Could it be possible ??? and how if yes.
In this case you need to read directly in NDS.
There is a advansys exemple witch show you how to read user informations from GW with Formativ
PO is an object like the other, in NDS point of viewWarning. If you could read, i think you couldn’t set something.
The only way i found to create GW external User directly from Formativ was to call a VB applet.you say many, how much ?? 10,100, + ? Just professional curiosity
Hi,
What kind of information would you like to read ?
Many of them could be access by Object API throught Formativ.Regards
L.P. Irovetz
ARCANE GroupWare -
AuthorReplies