Re: Re: [Axapta-Knowledge-Village] problem: COM - MSWORD

2005-01-25 Thread Joy






Hmm.
Com Connector???
can you explain more about it,
cause i want to use delphi in axapta (not axapta in 
delphi). 

The detail, let see...
I want to make a form or menu in axapta that 
pointedthe delphi program.
So the user can use delphi program by only login to 
axapta. 


Is it possible to do it?
or is there another alternative?

Thanks

Joy



  - Original Message - 
  From: 
  akin 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, January 26, 2005 9:16 
  AM
  Subject: Re: Re: 
  [Axapta-Knowledge-Village] problem: COM - MSWORD
  Joy 
  
   More detail please.
   if you have to drive another 
  application which developed by delphi in axapta,why you use COM?
  If you want to use 
  axapta in delphi ,axapta provide a com connector.
  
  
  
  


  

  Hi all,
  
  I want to connect our inhouse program 
  with Axapta.
  Does anyone know how to run Delphi from 
  Axapta???
  Is it just using the exe file or there is 
  another way to do it?
  
  I hope anyone can help me cause i new in 
  this project, 
  and i don't have any documentation about 
  it.
  
  Regards,
  
  JoySharing the knowledge on 
  Axapta. 
  
  = = = = = = = = = = = = = = = = = = = = = = 

  
  
  akin
  [EMAIL PROTECTED]
  2005-01-26
  Sharing the knowledge on Axapta. 
  


Sharing the knowledge on Axapta.








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: Re[3]: [Axapta-Knowledge-Village] problem: COM - MSWORD

2005-01-25 Thread Joy

Thanks for your answer.

I have try the winAPI class and it is works.
This is just for my knowledge,
May you explain more about the other way that you have mentioned.
Cause i am really blind about COM object :p.

Thanks

Joy


- Original Message -
From: Max Belugin [EMAIL PROTECTED]
To: Joy Axapta-Knowledge-Village@yahoogroups.com
Sent: Wednesday, January 26, 2005 2:06 PM
Subject: Re[3]: [Axapta-Knowledge-Village] problem: COM - MSWORD



 Hello Joy,

 , 26  2005 ., you wrote:

 J Hmm.
 J Com Connector???
 J can you explain more about it,
 J cause i want to use delphi in axapta (not axapta in delphi).

 there are several ways to do it
 - create win32 DLL and see WINAPI class for examples
 - create COM class and use by COM class or ActiveX form control
 - create DDEServer
 - create WEBService
 - use standard windows IPC
 - create  command  line interface for Delphi functionality and run it
 using WinAPI::shellExecute

 --
 Best regards,
  Max

 http://belugin.newmail.ru
 ICQ:9406811




 Sharing the knowledge on Axapta.
 Yahoo! Groups Links












 Yahoo! Groups Sponsor ~-- 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[Axapta-Knowledge-Village] Object ID

2005-01-03 Thread Joy






Dear all,

I'm facing a problem right now, and deeply need 
help.

This is the story :
We have 2 application and 2 Database on single 
server, 1 as UAT (A) and the other as Go Live preparation (B).

There is a mistake that using A appl and B 
Database.

What is the effect of it? and how to solve 
it.

We have done the synchronization. The configuration 
of functional, such as item group, etc, still exist.
How about object Id in database?
Is there any duplicated id in 
database?
Is Syncronize recreate the object ID (such as EDT, 
table, class, BaseEnums, form and Report id)?

Thanks for the answer guys

Joy



Sharing the knowledge on Axapta.








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] Object ID

2005-01-03 Thread Joy






Many thanks for your tips, Raul. 
Know i know the process of 
synchronizing.

Regards

Joy



  - Original Message - 
  From: 
  Raul Llorente Peña/OPENSOLUTIONS 
  
  To: Axapta-Knowledge-Village@yahoogroups.com 
  
  Sent: Tuesday, January 04, 2005 12:19 
  AM
  Subject: Re: [Axapta-Knowledge-Village] 
  Object ID
  
  Urgh... Let's suppose you've put the application ApplA (that were running 
  against DDBBA) against BBDDB (That was the database of ApplB).
  
  When sichronizing:
  
  - Tables in BBDDA that didn't exist in ApplB-BBDDB will be created.
  - Tables in BBDDB that don't exist in ApplA will be deleted; if had 
  records, a message will be prompted, noting "A table with records will be 
  deleted. ¿Continue? blablabla".
  - Tables with different Id's: Sinchro error will appear, very probably. 
  Sometimes, Axapta will prompt you to delete the table as above, so it can 
  re-create them; other times, Axapta will just change the table ID (if empty); 
  Other times, It won't be able to sinchro it.
  You will have to go to SQL administrator and try to solve it; if it 
  doesn't work, large sessions of SQL await you.
  
  Raúl Llorente Peña Análisis, Desarrollo e Implementación en 
  Microsoft Bussiness Solutions-AxaptaOPEN 
  SOLUTIONSSharing the knowledge on Axapta. 
  


Sharing the knowledge on Axapta.








Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] Two layer customizing

2004-12-23 Thread Joy






Dear Malcom and Vaibhav or anyone 
else,

Can you tell me the detail of creating upgrade 
project?
And where i find the compare tools and how to use 
it?

Regards,

Joy


  - Original Message - 
  From: 
  vaibhav 
  pednekar 
  To: Axapta-Knowledge-Village@yahoogroups.com 
  
  Sent: Wednesday, December 22, 2004 11:55 
  PM
  Subject: RE: [Axapta-Knowledge-Village] 
  Two layer customizing
  hi,Malcom is right,just use the compare 
  tool to find the objects modifiedin the VAR and USR 
  layers.regardsvaibhav pednekar--- Malcolm Burtt [EMAIL PROTECTED]wrote: 
  Hi  I would have thought that the simplest method 
  would be to take the VAR and USR layers to a new application, 
  just as you have already tried and then create an upgrade project from 
  all elements that have both VAR and USR changes. You can then use 
  the compare tool to get all the VAR changes into the USR 
  layer. This is the approach that you would use if you were taking a 
  new SYP layer from MBS, for example, and what you are doing here is a 
  similar operation.  Where this breaks down is if 
  you have tables that only exist in the VAR layer and you want them in 
  the USR layer. The only approach here is to export them from 
  VAR, delete from VAR and import them to USR...but you cannot do this 
  against an existing database because the table Id of the USR table 
  will be different from the VAR table.  
  Regards  Malcolm Burtt  Global IT Group 
  "Business Solutions designed for YOUR business processes" 
  Global IT Group is the trading name of Touchstone Global Business 
  Solutions Ltd. and is part of the Touchstone Group PLC. 
   -Original Message----- From: Joy 
  [mailto:[EMAIL PROTECTED] Sent: 22 December 2004 07:47 
  To: Axapta-Knowledge-Village@yahoogroups.com; 
  development-axapta@yahoogroups.com Subject: [Axapta-Knowledge-Village] 
  Two layer customizing- 
  Original Message -----  From: Joy 
  mailto:[EMAIL PROTECTED]  To: 
  development-axapta@yahoogroups.com  Sent: Wednesday, December 22, 2004 
  11:11 AM Subject: Two layer customizing  Hi 
  all,  I want to ask a question about programming in 
  two layer (Var and USR)  Now i'm in a axapta 
  project. My team make some program in USR layer and our 
  consultant make it in VAR layer. My team made the program in different 
  axapta application with our consultant.  Is 
  there the best way to combine our layer in other Axapta 
  application, because i have try to combine it by taking the 
  AXUSR file in our application and AXVAR file in our consultant 
  application to another Application. The result is if our team 
  have maded changes to the same object (such as method in tables, 
  menues, etc) with our consultant, his changes seems 
  dissappeared?  Why it can happen, and what should i do 
  to combine it beside by using expot import?  cause if i use 
  export import, i must do it at least 60 project. 
   Thanks  Joy   Sharing 
  the knowledge on Axapta. Yahoo! Groups 
  Sponsor  http://us.ard.yahoo.com/SIG=1298i179u/M=324658.5816620.6854924.3001176/D=groups/S=1705001380:HM/EXP=1103790751/A=2343726/R=0/SIG=12i4d2srq/*http://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/time=1103704351610624 
  http://us.ard.yahoo.com/SIG=1298i179u/M=324658.5816620.6854924.3001176/D=groups/S=1705001380:HM/EXP=1103790751/A=2343726/R=1/SIG=12i4d2srq/*http://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/time=1103704351610624 
 Get unlimited calls to  
  U.S./Canada  http://view.atdmt.com/VON/view/yhxxxvon01900091von/direct/01/time=1103704351610624 
   http://us.adserver.yahoo.com/l?M=324658.5816620.6854924.3001176/D=groups/S=:HM/A=2343726/rand=205105869 
  
  _   Yahoo! Groups Links   
  * To visit your group on the web, go 
  to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/ 
* To unsubscribe from this 
  group, send an email to: 
  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
 * Your 
  use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ 
  . 
   __ Do 
  you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250Sharing 
  the knowledge on Axapta. 


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  Get unlimited calls to 	U.S./Canada  












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] length of code per line and how to split it???

2004-12-22 Thread Joy






Thanks Preston and Raul for your tips.

I've try it and it success :p.

Thanks again.

Joy


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  Get unlimited calls to 	U.S./Canada  












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] Two layer customizing

2004-12-22 Thread Joy






Thanks Raul,

I owe you much.

I'll try your tips, and now i know how it 
works

Joy


Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  Get unlimited calls to 	U.S./Canada  












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










Re: [Axapta-Knowledge-Village] Re: Two layer customizing

2004-12-22 Thread Joy






Thank Agus for your 
tips.

I will try my best to combine it




Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  Get unlimited calls to 	U.S./Canada  












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.