[development-axapta] EAN 128 Barcodes and Axapta

2006-05-29 Thread michael dooley
Does anyone have any experience of using Axapta classes (particularly BarcodeEAN128) and the function Encode to produce a barcode for a label. My label reader rejects the output as invalid. Does anyone know what Bcfont32 and its method BC_OCode128 does and what are the last 3 parameters

RE: [development-axapta] editing class method without opening the class

2006-05-29 Thread hemamalinis
Hi arthi, i have already done it. thank u for ur reply. take care. bye. regs, Hema. S Arthi.P - Software

[development-axapta] Item Classification

2006-05-29 Thread majwaj
Dear Gentlemen I am in the first way in Axapta , would you please answers me with highly appreciated for your cooperation Q1 - I have fore Category group in inventory ex. A,B,C,D. - Every category include sub-Category ex A1,A2,A3,B1,B2,B3... - Every Sub-Gategory include Classis ex

Re: [development-axapta] Layman's Spec questions

2006-05-29 Thread Max Belugin
From: Steeve Gilbert [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com,development-axapta@yahoogroups.com Date: Tue, 23 May 2006 15:46:19 -0400 Subject: [development-axapta] Layman's Spec questions * Earlier I was told that Ax40 included a Version Control system. But now

[development-axapta] Collate

2006-05-29 Thread ramirez_jorge_e
Hi, I want to know if there are some method or WinApi will do same function that collate option in word, example, if I have a report with 3 pages , I need print first 3 copies the first page, after 3 copies the second page, etc. Tx Jorge SPONSORED LINKS

[development-axapta] Axapta Demo- CRM Error in Business Relation

2006-05-29 Thread v_g_pradeep
Hi All, I installed Axapta 3.0 Demo Install on XP Machine.Installation was successfull.. But when goes to CRM - Business Relation givin a crash error. Log file content --- Axapta Crash Dump File for Axapta build 1951.8 (Sep 17 2002 01:46:40) Dumped : Wed May

[development-axapta] Passing parameter on the web...

2006-05-29 Thread Andre Klopper
Hi All, I want to pass parameters through to the next webform. Now that was easy enough, but now I want to send through a atruct as parm. On the called form When I try to get the value it does not work. The value of temp is EmplId. That should surely by the value of the item send.. Any

[development-axapta] Axapta 3 Tier Thin Using Dial Up Connection

2006-05-29 Thread Faisal Hussain
Hello, I have an scenario, where some of axapta users will logs-in using Axapta Client application from remote location using the public ISP Dial-up connection. Our Server environment is as follows: DB on one server. AOS configured to access DB. I would like to know that opening TCP and UDP

[development-axapta] Data Upgrade Form Axapta 3.0 SP2 to Drop 3 Dynamics 4.0

2006-05-29 Thread harshbirla_cse
Hi Friends, I am trying to upgrade the data from Axapta 3.0SP2 to Drop 3 Dynamics Ax 4.0. After successfully upgraded the code from Axapta 3.0 SP2 to Drop 3 Dynamics 4.0, i have imported both the project (LeftJustify.xpo UpgradeColumnList.xpo) in Axapta 3.0SP2 and executed both the

[development-axapta] override the standard login

2006-05-29 Thread Zappia Alessandro
Hi everyone! Does anybody know if it's possible to override the standard axapta login system? My intention is to use an external WS to authenticate the users and I will greatly appreciate any help/hint! Thank you very very much! -- The information transmitted is intended for the person or

[development-axapta] Help files

2006-05-29 Thread V G
Hello I need to import the help files that have been created (custom) on some fields of the form. Please suggest how to do this. VM [Non-text portions of this message have been removed] SPONSORED LINKS Computer

RE: [development-axapta] Layman's Spec questions

2006-05-29 Thread Marius Bulbukas
1) Yes you can. Just right click on shortcut and select Run As - enter another username ant passsword. It is standart Windows function to run any program with different username. All other questions are covered in earlier posts... Best Regards Marius -Original Message- From:

[development-axapta] Does Axapta is available in (Farsi) Persian Language?

2006-05-29 Thread premkumarm
Hi, Does Axapta is available in (Farsi) Persian Language. If so, can I have some details. with regards, Premkumar M SPONSORED LINKS Computer part Programming languages

[development-axapta] how to convert Real value as a string?

2006-05-29 Thread vijay karthik
hi, i need for help regarding a real value as converted into string. for example: real value : 1200.00 rs, this value is converted in to 'One Thousand Two hundred'. Is there any inbuilt function in Axapta. help me... Thanks in advance.. regards, vijaykarthik.k Send instant messages

[development-axapta] Query For Back to back report Printing through codes

2006-05-29 Thread Nihar Ranjan Samal - Software Engineer (Enterprise Solutions Practice) - SIS
Hi all, I have one Query. While printing a report in the printer option, if we give the option Back-to-back the printer will print back-to-back page. Is there any we can control that by writing codes. My problem is I want to print one programmable section in the back page of the Last page of

RE: [development-axapta] how to convert Real value as a string?

2006-05-29 Thread Bruno Max Sørensen
Hi Maby you can modify the method global.num2Text() to your needs. regards Bruno Max Sørensen _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vijay karthik Sent: 27. maj 2006 14:00 To: AXKnowledgeVillage; DevelopmentAxapta Subject:

Re: [development-axapta] how to convert Real value as a string?

2006-05-29 Thread LIVIU STOICA
Hi Vijay, Used Num2Str function. For example: static void RealToNum(Args _args) { real RealValue = 1200.00; str StringValue; ; StringValue = num2str(RealValue,5,2,2,1); info(StringValue); } Best regards, Liviu vijay karthik [EMAIL PROTECTED] wrote: hi, i need for help

Re: [development-axapta] how to convert Real value as a string?

2006-05-29 Thread LIVIU STOICA
Hi Vijay, the best function for you is: numeralsToTxt static void RealToNum(Args _args) { real RealValue = 124540.12; str 200 StringValue; ; StringValue = numeralsToTxt(RealValue); info(StringValue); } Best regards, Liviu LIVIU STOICA [EMAIL PROTECTED] wrote: Hi Vijay, Used

[development-axapta] Error on number sequences

2006-05-29 Thread eya_parungao
Hi everyone, I know this question is pretty simple, but I really hope someone could help me. My teammate is currently trying to post using the Axapta Business Connector. However, this error appears: Reference for call of number sequences is not specified What could be the possible cause of