Re: [development-axapta] GUID in ID fields

2004-12-01 Thread Max Belugin
Hello RHODPR, ñðåäà, 1 äåêàáðÿ 2004 ã., you wrote: R for some reason, the ID's in some tables in Axapta have to be R GUID's. How can I make Axapta to enter a GUID instead of a common R ID generated from some number sequence? right now, I create a GUID R by means of a web service. :)

RE: [development-axapta] GUID in ID fields

2004-12-01 Thread Pieter Wijnen
Visual basic code sample to generate GUID: Private Type GUID_ Data1 As Long Data2 As Integer Data3 As Integer Data4(7) As Byte End Type Private Declare Function CoCreateGuid Lib ole32.dll (guid As GUID_) As Long Private Declare Function StringFromGUID2 Lib ole32.dll (guid As

Re: [development-axapta] GUID

2004-06-21 Thread Max Belugin
Hello gunnark75, ïÿòíèöà, 18 èþíÿ 2004 ã., you wrote: g Is where any function in Axapta like Attain to create a GUID ? g Attain : createGUID you can try the following for example new COM(scriptlet.typelib).guid() -- Best regards, Max http://belugin.newmail.ru ICQ:9406811

RE: [development-axapta] GUID

2004-06-21 Thread Sergey Siroklin
WinApi::createGUID -Original Message- From: gunnark75 [mailto:[EMAIL PROTECTED] Sent: Fri 18.06.2004 19:14 To: [EMAIL PROTECTED] Cc: Subject: [development-axapta] GUID Is where any function in Axapta like Attain to create a GUID ? Attain : createGUID