[development-axapta] plz help me 'bout savefile through OLE

2004-04-15 Thread tracy pippo
hi all, In my project, I use OLE object to embed the MS word/ MS excel. But when I save file by method "savetofile" of OLE object, it encrypt my file. So does anyone can help me this? I can't see my file.   plz help me   thanx a bunch   tracy_pippo   I won't make you smile when you're sad,

RE: [development-axapta] Using document handling classes

2004-04-15 Thread Malcolm Burtt
Title: Message Hi   I'm not sure, but I think you misunderstood.   I want to simulate clicking the document handling command menu item, and then clicking New -> File, entering a file to attach all through code. I don't need a new type of document.   To put it in context, I'm writing a bat

RE: [development-axapta] Debugger

2004-04-15 Thread Don Price
FYI, we had a firewall issue of the ax32 not talking to the debugger.  This applies to 2tier as well as the they talk via tcp/udp.   Don   -Original Message- From: Don Price [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 14, 2004 4:34 PM To: [EMAIL PROTECTED] Subject

RE: [development-axapta] Debugger

2004-04-15 Thread Richard Wasson
I had the same issue, the only way I could fix it was to reinstall my entire machine.  Microsoft has been made aware of the issue, but they were less than forthcoming.       You might try their suggestion that they sent me, you might get lucky:   Do a search for Axdebug.exe and once foun

[development-axapta] Image formats for picture on report

2004-04-15 Thread Thomas Kristiansen
Can anyone tell me which image formats that I can use when including pictures on a report? I cannot find any documentation anywhere. I would like to use GIF or TIFF, but they don't seem to work. On the report I have placed a bitmap object which fetches the company logo through the data method

Re: [development-axapta]

2004-04-15 Thread ax
Hi, 1.In your new class you have to extend lets say DocuActionComWord and implement method 'description' in order to give this class unique name. 2.After that, you have to create new recod in basic->setup->document management->document types and in job description select your new class name. (n

[development-axapta]

2004-04-15 Thread Malcolm Burtt
Hi All I'm having some trouble getting my head around the Document Handling classes. Can anyone give me a simple code sample for adding a document (file)  to a specific record (say a CustTable record) through code. Thanks in advance Malcolm Burtt Global IT Group Yahoo! Groups Link

[development-axapta] Lookup in a dialogfield

2004-04-15 Thread Wolfgang Puttinger
Hi, I have made my own Lookup-Form for priceDiscGroup. How can I merge them in a class to a diaogfield?? dialog_pwGroup = dialog.addFieldValue(typeid (PriceGroupId),pgi,"Gruppe"); Thanks for help puwo Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.co

Re: [development-axapta] Re: Axapta Permissions

2004-04-15 Thread Hans-Walter Bous
Hello Michel,   you should taken into consideration that there are two levels of permission a) level --> menuitem b) level --> tables   In the form where you allocate permissions there are (normally) the nodes according to the main-menu, and there are nodes for 'Miscellaneous' and 'Tables'.   So

RE: [development-axapta] Can't open Licence file

2004-04-15 Thread Don Price
Hey Erik,     Are you sure the cclicens.lic is in the share\include folder?  I got this when copied our application to different directory manually and I missed this file.   Don     -Original Message- From: Erik Hansen [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 15,

RE: [development-axapta] Re: Inserting data into a table

2004-04-15 Thread Anil Ozay
Hi, You can override the "modified" method of Name field on the data source of form. public void modified() { CustTable Customers;   ; Super(); SELECT Customers WHERE Customers.Name == CustTable.Name; if(Customers) {   if(box::yesno("Do you want to continue?",DialogButton::

[development-axapta] Can't open Licence file

2004-04-15 Thread Erik Hansen
Hi,   I'm trying to upgrade an axapta 2.5 SP4 to a 3.0 SP2.   I have moved the data from oracle 8.1 to oracle 9.2, when I’m trying to start axapta (2.5 SP4) i get the logon screen, but after the logon screen i get an error "Can't open licence file.   Erik     Yahoo! Groups Links To

RE: [development-axapta] Re: Inserting data into a table

2004-04-15 Thread Morten Aasheim
The validataWrite method is a Boolean method. That means you can return false if you don't want to insert the record. Mvh, Morten -Original Message- From: k_otickashka [mailto:[EMAIL PROTECTED] Sent: 15. april 2004 01:46 To: [EMAIL PROTECTED] Subject: [development-axapta] Re: Inserti

[development-axapta] Re: Axapta Permissions

2004-04-15 Thread abcdplkm
Hi Bruce, I'm also dealing with some questions about permissions in axapta. Your post is from january, so your probably already an expert in it:) I want to grant permissions for users on the basis of the "main menu" (user groups -> permissions -> view = main menu). When i grant the permiss