Re: .NET APIs

2016-06-15 Thread André Delcroix
n ARSystem error attach.Content = new byte[0]; // null also raises an exception fieldValueList.Add(fieldID, attach); m_server.SetEntry(SchemaName, entryId, fieldValueList); Thanks André Delcroix On 15/06/2016 16:33, Misi M

Re: .NET APIs

2016-06-15 Thread André Delcroix
, so the same as adding but with null values. On June 15, 2016 8:58:51 AM André Delcroix <a.delcr...@skynet.be> wrote: Hi listers, does someone know how to delete an attachment from a Remedy .NET API program? I can add one with the SetEntry method, but I do not find which parameter t

Re: .NET APIs

2016-06-15 Thread André Delcroix
to the list, but I dot know how to specify a Name and Content to the attachment in order to perform a Delete. Thanks André Delcroix ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have

.NET APIs

2016-06-15 Thread André Delcroix
to specify a Name and Content to the attachment in order to perform a Delete. Thanks André Delcroix ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

How to obtain filter messages during a submit with .NET APIs

2011-09-07 Thread André Delcroix
Hi Listers, does someone know how to do in the following: Using .Net APIs, I modify an entry in a form. I use the BMC.ARSystem.Server.SetEntry() to do that There is filter that starts and issues a warning. How can I catch the message in my code? (It works well if the message is an error)

Re: Problem with Status History in .NET API

2011-06-22 Thread André Delcroix
Thanks Appajee. It does the job :-) André On 21/06/2011 18:48, Papolu, Appajee wrote: string Encode(StatusHistory sh) { string encoded = ; System.DateTime unixEpoch = new System.DateTime(1970, 1, 1, 0, 0, 0); foreach (StatusHistoryItem item in

Problem with Status History in .NET API

2011-06-21 Thread André Delcroix
Hi list, Working in C#, I am trying to merge a record, including the status history in the list of updated fields. I create a FieldValueList: BMC.ARSystem.FieldValueList fieldValueList = new BMC.ARSystem.FieldValueList(); At one point, I execute the following statements:

Re: Cannot compile and run driver program with VC++ 2008

2010-12-30 Thread André Delcroix
, etc files which are complied using VS2008 and should mostly resolve your issue. thanks, Viki André Delcroix wrote: Hi list, I am trying to compile and run the driver program with Visual Studio 2008 (C++) I use the 7.6.03 build 001 version of the APIs (arapi7603_build001.lib, arapi7603_build001

Cannot compile and run driver program with VC++ 2008

2010-12-27 Thread André Delcroix
Hi list, I am trying to compile and run the driver program with Visual Studio 2008 (C++) I use the 7.6.03 build 001 version of the APIs (arapi7603_build001.lib, arapi7603_build001.dll, ... ) As stated in the C API Reference, I set the : - structure alignment to 8 bytes - Code Generation to

Error with GetListEntryWithFields in .NET APIs

2010-12-02 Thread André Delcroix
Hi list, I am trying to export data from a server (7.0.01) running on Oracle 8.1.7 with the .NET APIs When I include field ID 15 (Status History) in the list of fields, I get the following error: BMC.ARSystem.ARException: Error (552): Failure during SQL operation to the database;ORA-00904:

Open a form in Developer Studio from a custom plugin

2010-09-13 Thread André Delcroix
Does anybody know how I can open a Form, Active Link, Filter, ... in Developer Studio from a custom eclipse plugin? Thanks André ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com

Developer Studio custom plugins

2010-09-09 Thread André Delcroix
Hi Listers, does someone knows where I may find information about how to write ARSystem Developer Studio 7.5 plugins extensions? For instance, I want to create a plugin that opens an object (e.g. a given form or a given active link) in Developer Studio Thanks Andre