RE: [development-axapta] Re: Add controls runtime on webform

2005-10-20 Thread Peter Sloth (MBF)




Hi all

 

It is possible to add controls to a web form at runtime. You do it in
the exact same way as with standard forms (i.a. by calling addControl on
the form's design)

 

Regards

Peter

 



From: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of opussolution_pk
Sent: 19 October 2005 12:27
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Re: Add controls runtime on webform

 


Hi Lars

I asked at Microsoft support because I want to do the same. The answer 
was that this isn't possible. It look like the 'addControl' method is 
just implemented for next release.

regards
Patrick

--- In development-axapta@yahoogroups.com, "larsj_73" <[EMAIL PROTECTED]> wrote:
>
> I want to add controls to a web form runtime, but that does not seem 
> to work.  The error message states that 'the object is not 
> initialized', and the bottom point in the call stack is the show() 
> method in default.asp.
> 
> The code I use to connect the field to the data source is:  
> NERA_HLPCityLink_IDUEmbeddedMultiplexer.dataField(fieldnum
> (NERA_HLPCityLink,IDUEmbeddedMultiplexer));
>  NERA_HLPCityLink_IDUEmbeddedMultiplexer.dataSource(tablenum
> (NERA_HLPCityLink));
> 
> I would appreciate any help.
> 
> Regards
> Lars H. Jacobsen
>











YAHOO! GROUPS LINKS 

 

*   Visit your group "development-axapta
 " on the web.
    
*   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]

be> 
    
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service  . 

 





[Non-text portions of this message have been removed]




  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









AW: [development-axapta] Urgent : How to upload data to generate Sales orders

2005-10-20 Thread jesper.joergensen




Hi Preety,

 

You should use the class SalesAutoCreate, or create an extension of it
to meet your demands.

 

Cheers

Jesper

 

 

 

Von: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] Im Auftrag von Priyank
Krishna
Gesendet: Mittwoch, 19. Oktober 2005 17:43
An: development-axapta@yahoogroups.com;
Axapta-Knowledge-Village@yahoogroups.com
Betreff: [development-axapta] Urgent : How to upload data to generate
Sales orders

 

Can anyone please tell me the way to upload data in SalesTable &
SalesLine with the purpose of creating Sales orders.

Any responses are welcome.

Cheers,
Preety

    
-
Yahoo! India Matrimony: Find your partner now.

[Non-text portions of this message have been removed]






YAHOO! GROUPS LINKS 

 

*   Visit your group "development-axapta
 " on the web.
    
*   To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]

be> 
    
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service  . 

 





[Non-text portions of this message have been removed]









  
  
SPONSORED LINKS
  
  
  

Computer part
  
  
Programming languages
  
  
Microsoft axapta
  
  


Support exchange
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









AW: [development-axapta] report looks fine on screen, but last line missing from paper

2005-10-20 Thread Jim Dickie




Are you printing to the same printer that was chosen for viewing on the
screen.??   If the printers are different, that can be a problem.
 
Mit freundlichen Grüssen / kind regards,
Jim Dickie, 
Circon Circle Consulting GmbH,
Färbergasse 13, A-6850 DORNBIRN
e-mail: [EMAIL PROTECTED]
phone: +43 (0)664 2337785 
-Ursprüngliche Nachricht-
Von: development-axapta@yahoogroups.com
[mailto:[EMAIL PROTECTED] Im Auftrag von nabilwilson
Gesendet: Donnerstag, 20. Oktober 2005 08:52
An: development-axapta@yahoogroups.com
Betreff: [development-axapta] report looks fine on screen, but last line
missing from paper
 
Hello,

I have a bit stranger problem with printing.
Problem "appeared" a month ago, only for few
reports (e.g. invoice). Printout look fine
on the screen, but when I print it to printer,
the last line is missing.

I think the problem is not with margins, because
if I change the layout from portrait to landscape,
the last row of the report is still missing.

I have tested this with two different printers, but
problem still exists.

Has anyone experienced the same problem?





SPONSORED LINKS 

Computer
  part 
Programming
  languages 
Microsoft
  axapta 

Support
  exchange 
 
 
 
  _  

YAHOO! GROUPS LINKS 
 
*   Visit your group "development-axapta
 " on the web.
  
*   To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

be> 
  
*   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service  . 
 
  _  



[Non-text portions of this message have been removed]






  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "development-axapta" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[development-axapta] Re: Setting up multiple portal on single machine

2005-10-20 Thread rickhardy22




I'm also interested in this, we have run into the same Dilemma.  
Thomas have you had any luck with this?

Rick

--- In development-axapta@yahoogroups.com, "thomas_warnier" 
<[EMAIL PROTECTED]> wrote:
>
> Hi Lars
> 
> Is it possible to post the wrapper code?
> 
> Because I am interetsed in this solution, but i am not the real VB 
> or C# Guru...
> 
> So some input is needed...
> 
> Thanks a lot in advance Thomas
> 
> --- In development-axapta@yahoogroups.com, [EMAIL PROTECTED] 
wrote:
> > It is possible to have several Axapta web applications running 
on 
> the same server.
> >  
> > Here is how you can do it.
> >  
> > You cannot have several web applications running on the same 
> machine on a standard installation because there is only one 
version 
> of the com connector running in the same process space.
> >  
> > It is actually the same thing as a normal client. You have to 
run 
> a separate AX32 process, for each application you want to connect 
to.
> >  
> > So the trick is to run a separate COM+ application for each 
Axapta 
> web application.
> >  
> > You can do this by writing your own COM+ application, which is a 
> wrapper of com connector. All this wrapper has to do is to publish 
> the methods that are needed by the web application. 
> >  
> > For example you will need a logon method with the same parameter 
> profile as the COM CONNCTORS. When your method is called you 
create 
> an instance of the COM CONNECTOR internally in your COM+ 
application 
> and call the COM CONNECTORS logon method with the parameters from 
> your logon method.
> >  
> > You must create a wrapper for each web app you want to run and 
> each web app must use a separate COM+ wrapper.
> >  
> > Let's say you have two web apps then the first one could create 
a 
> com wrapper like this.
> >  
> > CreateObject("MyWrapper1.Axapta")
> >  
> > And the second
> >  
> > CreateObject("MyWrapper2.Axapta")
> >  
> > Where each wrapper internally keeps track of the real COM 
> CONNECTOR.
> >  
> > It is important that you DO NOT register the COM CONNECTOR as a 
> COM+ application, because it has to run separately within the 
> process space of the COM Wrappers.
> > By doing this the COM CONNECTOR will run in a separate process 
> space for each web application and because it is still running 
under 
> COM+ it will have access to the IIS context and the IIS object 
model.
> >  
> > By doing this I have been running seven different Axapta web 
> application on the same IIS. Normally that would have taken seven 
> machines. 
> >  
> > 
> > -- Original message -- 
> > Thanks for all answers.. We must buy a server now :)
> > 
> > This is really bad situation, if we want to add extra portal, we 
> must paid 
> > extra money! Thanks to Axapta!!
> > 
> > Best Regards,
> > 
> > Anil Ozay
> > 
> > 
> > 
> > 
> > 
> > "DouglasT" <[EMAIL PROTECTED]> 
> > Sent by: development-axapta@yahoogroups.com
> > 11.07.2005 13:55
> > Please respond to
> > development-axapta@yahoogroups.com
> > 
> > 
> > To
> > 
> > cc
> > 
> > Subject
> > Re: [development-axapta] Setting up multiple portal on single 
> machine
> > 
> > 
> > 
> > 
> > 
> > 
> > Yes you can setup different configurations there, but (sorry) 
you 
> CANNOT 
> > run 
> > two different configurations on the same machine using Axapta 
COM 
> > connector 
> > (which is used by enterprise portal) at the SAME time.
> > 
> > The "solution" on a development environment seems to be shutting 
> down the 
> > first comconnector before swapping to the second one. In a live 
> > environment 
> > you HAVE TO setup different machines for that.
> > 
> > regards
> > 
> > Douglas
> > 
> > 
> > 
> > 
> > - Original Message - 
> > From: "Karsten Wollesen" <[EMAIL PROTECTED]>
> > To: 
> > Sent: Monday, July 11, 2005 11:26 AM
> > Subject: RE: [development-axapta] Setting up multiple portal on 
> single 
> > machine
> > 
> > 
> > > Hi,
> > >
> > > You can setup which Axapta configuration file the COM 
connector 
> should
> > > use. (path: Administration\Setup\Internet\Web Sites\Setup-tab 
> page)
> > >
> > >
> > > Regards,
> > >
> > > Karsten Wollesen Clausen
> > > Thy Data Center Development A/S
> > > 
> > >
> > > From: development-axapta@yahoogroups.com
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Anil 
> Ozay
> > > Sent: 11. juli 2005 09:57
> > > To: development-axapta@yahoogroups.com
> > > Subject: [development-axapta] Setting up multiple portal on 
> single
> > > machine
> > >
> > > Hi all.. We have trouble about setting up multiple portals on 
a 
> single
> > > machine. We have two seperate applications, so that two 
seperate
> > > configurations.
> > >
> > > One configuration is run normally, but when we start another 
web
> > > application, it causes en error message :
> > >
> > > AxaptaCOMConnector.Axapta.1 (0x80041004)
> > > Axapta Business Connector is connected to another MBS Axapta 
> System.
> > > So that you can not logon to sp

Re: [development-axapta] Re: Setting up multiple portal on single machine

2005-10-20 Thread LarsBMikkelsen
It looks like somebody already has done the work for you :-)
 
This looks like a nice solution.

http://www.axaptacentral.com/viewtopic.php?t=171

 
You should also visit www.vmware.com
  
This software enables you to run several virtual machines on one machine and 
enables you to do very complex test scenario’s
 

-- Original message -- 
I'm also interested in this, we have run into the same Dilemma.  
Thomas have you had any luck with this?

Rick

--- In development-axapta@yahoogroups.com, "thomas_warnier" 
<[EMAIL PROTECTED]> wrote:
>
> Hi Lars
> 
> Is it possible to post the wrapper code?
> 
> Because I am interetsed in this solution, but i am not the real VB 
> or C# Guru...
> 
> So some input is needed...
> 
> Thanks a lot in advance Thomas
> 
> --- In development-axapta@yahoogroups.com, [EMAIL PROTECTED] 
wrote:
> > It is possible to have several Axapta web applications running 
on 
> the same server.
> >  
> > Here is how you can do it.
> >  
> > You cannot have several web applications running on the same 
> machine on a standard installation because there is only one 
version 
> of the com connector running in the same process space.
> >  
> > It is actually the same thing as a normal client. You have to 
run 
> a separate AX32 process, for each application you want to connect 
to.
> >  
> > So the trick is to run a separate COM+ application for each 
Axapta 
> web application.
> >  
> > You can do this by writing your own COM+ application, which is a 
> wrapper of com connector. All this wrapper has to do is to publish 
> the methods that are needed by the web application. 
> >  
> > For example you will need a logon method with the same parameter 
> profile as the COM CONNCTORS. When your method is called you 
create 
> an instance of the COM CONNECTOR internally in your COM+ 
application 
> and call the COM CONNECTORS logon method with the parameters from 
> your logon method.
> >  
> > You must create a wrapper for each web app you want to run and 
> each web app must use a separate COM+ wrapper.
> >  
> > Let's say you have two web apps then the first one could create 
a 
> com wrapper like this.
> >  
> > CreateObject("MyWrapper1.Axapta")
> >  
> > And the second
> >  
> > CreateObject("MyWrapper2.Axapta")
> >  
> > Where each wrapper internally keeps track of the real COM 
> CONNECTOR.
> >  
> > It is important that you DO NOT register the COM CONNECTOR as a 
> COM+ application, because it has to run separately within the 
> process space of the COM Wrappers.
> > By doing this the COM CONNECTOR will run in a separate process 
> space for each web application and because it is still running 
under 
> COM+ it will have access to the IIS context and the IIS object 
model.
> >  
> > By doing this I have been running seven different Axapta web 
> application on the same IIS. Normally that would have taken seven 
> machines. 
> >  
> > 
> > -- Original message -- 
> > Thanks for all answers.. We must buy a server now :)
> > 
> > This is really bad situation, if we want to add extra portal, we 
> must paid 
> > extra money! Thanks to Axapta!!
> > 
> > Best Regards,
> > 
> > Anil Ozay
> > 
> > 
> > 
> > 
> > 
> > "DouglasT" <[EMAIL PROTECTED]> 
> > Sent by: development-axapta@yahoogroups.com
> > 11.07.2005 13:55
> > Please respond to
> > development-axapta@yahoogroups.com
> > 
> > 
> > To
> > 
> > cc
> > 
> > Subject
> > Re: [development-axapta] Setting up multiple portal on single 
> machine
> > 
> > 
> > 
> > 
> > 
> > 
> > Yes you can setup different configurations there, but (sorry) 
you 
> CANNOT 
> > run 
> > two different configurations on the same machine using Axapta 
COM 
> > connector 
> > (which is used by enterprise portal) at the SAME time.
> > 
> > The "solution" on a development environment seems to be shutting 
> down the 
> > first comconnector before swapping to the second one. In a live 
> > environment 
> > you HAVE TO setup different machines for that.
> > 
> > regards
> > 
> > Douglas
> > 
> > 
> > 
> > 
> > - Original Message - 
> > From: "Karsten Wollesen" <[EMAIL PROTECTED]>
> > To: 
> > Sent: Monday, July 11, 2005 11:26 AM
> > Subject: RE: [development-axapta] Setting up multiple portal on 
> single 
> > machine
> > 
> > 
> > > Hi,
> > >
> > > You can setup which Axapta configuration file the COM 
connector 
> should
> > > use. (path: Administration\Setup\Internet\Web Sites\Setup-tab 
> page)
> > >
> > >
> > > Regards,
> > >
> > > Karsten Wollesen Clausen
> > > Thy Data Center Development A/S
> > > 
> > >
> > > From: development-axapta@yahoogroups.com
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Anil 
> Ozay
> > > Sent: 11. juli 2005 09:57
> > > To: development-axapta@yahoogroups.com
> > > Subject: [development-axapta] Setting up multiple portal on 
> single
> > > machine
> > >
> > > Hi all.. We have trouble about setting up multiple portals on 
a 
> single
> > > machine. We have two