RE: [development-axapta] Re: Product builder, how to execute user entered X++

2005-03-06 Thread Gokhan Can


WEll I have this error when I try to compile and I have about 250 variables in 
product builder and when t creates PBAInt function by itself it gives this 
error.
If it was my function I would split it but It creates Int function 
programatically.
So I guess there is no solution but decreasing the count of variable..

-Original Message-
From: onnobid [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 04, 2005 1:11 PM
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Re: Product builder, how to execute user entered 
X++




 What happens if I exceed 64 KB ??
 I have an 64 KB error because of variable count ??
It seems 64 KB is the upper size limit for any XPP method. If you ask
a developer this should be enough for smart looking functions :-)
Generating sources is a nice idea but I wonder why PB has no
intelligent handling for sources bigger than 64KB (splitting sources
e.g. or whatever)








 
Yahoo! Groups Links



 








 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/

* 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/
 






RE: [development-axapta] Re: Product builder, how to execute user entered X++

2005-03-03 Thread James Flavell






Thanks Onno that really helps me :))
 
Is this the way the product builder does it?
Thanks
James

-Original Message-
From: onnobid [mailto:[EMAIL PROTECTED] 
Sent: 03 March 2005 17:30
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Re: Product builder, how to execute user
entered X++




Hi,

try this:

static void Job51(Args _args)
{
 XppCompiler XppComp = new XppCompiler();
 str XppSrc = void Box(str Text) {;box::info(Text);};

 XppComp.compile(XppSrc);
 XppComp.execute(Hi);
}

or this:

static void Job52(Args _args)
{
 str XppSrc = void Box(str Text) {;box::info(Text);};

 runbuf(XppSrc, Hi);
}

Note: Source must not exceed 64K!

Regards,
Onno








Yahoo! Groups Sponsor 

ADVERTISEMENT
 
http://us.ard.yahoo.com/SIG=129epdps6/M=298184.6018725.7038619.3001176/D=gr
oups/S=1705006764:HM/EXP=1109925399/A=2593423/R=0/SIG=11el9gslf/*http://www.
netflix.com/Default?mqso=60190075 click here 
 
http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
:HM/A=2593423/rand=994282163  


 _ 

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
 

* 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/ . 




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













Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/
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: [development-axapta] Re: Product builder, how to execute user entered X++

2005-03-03 Thread Gokhan Can






What happens if I exceed 64 KB ??
I have an 64 KB error because of variable count ??


-Original Message-
From: James Flavell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 03, 2005 11:33 AM
To: development-axapta@yahoogroups.com
Subject: RE: [development-axapta] Re: Product builder, how to execute
user entered X++



Thanks Onno that really helps me :))
 
Is this the way the product builder does it?
Thanks
James

-Original Message-
From: onnobid [mailto:[EMAIL PROTECTED] 
Sent: 03 March 2005 17:30
To: development-axapta@yahoogroups.com
Subject: [development-axapta] Re: Product builder, how to execute user
entered X++




Hi,

try this:

static void Job51(Args _args)
{
 XppCompiler XppComp = new XppCompiler();
 str XppSrc = void Box(str Text) {;box::info(Text);};

 XppComp.compile(XppSrc);
 XppComp.execute(Hi);
}

or this:

static void Job52(Args _args)
{
 str XppSrc = void Box(str Text) {;box::info(Text);};

 runbuf(XppSrc, Hi);
}

Note: Source must not exceed 64K!

Regards,
Onno








Yahoo! Groups Sponsor 

ADVERTISEMENT
 
http://us.ard.yahoo.com/SIG=129epdps6/M=298184.6018725.7038619.3001176/
D=gr
oups/S=1705006764:HM/EXP=1109925399/A=2593423/R=0/SIG=11el9gslf/*http://
www.
netflix.com/Default?mqso=60190075 click here 
 
http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=group
s/S=
:HM/A=2593423/rand=994282163  


 _ 

Yahoo! Groups Links


* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
 

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

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




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






 
Yahoo! Groups Links



 















Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

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