ExcelActiveX_Read

All topics on coding 4Dscript in Enterprise Dynamics.
Post Reply
Imago
Posts: 1
Joined: Wednesday 30 March, 2016 - 09:59

ExcelActiveX_Read

Post by Imago »

Hey,

I just worked through Enterprise Dynamics 9 tutorial.

I need to solve a Problem by using ExcelActiveX in my Simulation but i always get the Error:

1 Time: 38 Atom: Source (ID=178), OnEvent>exception error occured (ExcelActiveX_Read)

I did want to seperate my Products into two Queques.
I tried to solve this Problem by Label them like

Trigger on Creation: Label([Destination],i):=ExcelActiveX_Read(Output(c)+1,1)
Send to: Label([Destination],First(c))

and more easy

Send to: ExcelActiveX_Read(Output(c)+1,1)

I think i used the right 4DScript and can´t understand the Problem.

Thanks in advance for your help!
User avatar
HarryBunnik
Posts: 362
Joined: Monday 07 February, 2011 - 11:22

Re: ExcelActiveX_Read

Post by HarryBunnik »

Hello Imago,

Sorry for my late response. Your question slipped through.

Can you attach your model, so I can see if I can reproduce your problem?

Regards,

Harry
Post Reply