Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Excel and JD Edwards

How can i Call JDE?

I can't do the "createobject".

Thanks much..
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Excel and JD Edwards

???

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Allan" wrote in message
...
How can i Call JDE?

I can't do the "createobject".

Thanks much..


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Excel and JD Edwards

would you know the syntax or codes on how to create JDE in excel, so i can
create macros in excel that will sendkeys in JDE.
this is not working:


Public Sub CreateJDE()
Dim Sys As Object
Dim Sess As Object
Dim MyScreen As Object
'Enter to system
Set Sys = CreateObject("JDE.System")
' Assumes an open session
Set Sess = Sys.ActiveSession
Set MyScreen = Sess.Screen
End Sub

Thank You..

"Don Guillett" wrote:

???

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Allan" wrote in message
...
How can i Call JDE?

I can't do the "createobject".

Thanks much..



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Excel and JD Edwards

what is "JDE.System"?



"Allan" wrote:

would you know the syntax or codes on how to create JDE in excel, so i can
create macros in excel that will sendkeys in JDE.
this is not working:


Public Sub CreateJDE()
Dim Sys As Object
Dim Sess As Object
Dim MyScreen As Object
'Enter to system
Set Sys = CreateObject("JDE.System")
' Assumes an open session
Set Sess = Sys.ActiveSession
Set MyScreen = Sess.Screen
End Sub

Thank You..

"Don Guillett" wrote:

???

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Allan" wrote in message
...
How can i Call JDE?

I can't do the "createobject".

Thanks much..



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 298
Default Excel and JD Edwards

http://en.wikipedia.org/wiki/J._D._Edwards ?

Tim

"Patrick Molloy" wrote in message
...
what is "JDE.System"?



"Allan" wrote:

would you know the syntax or codes on how to create JDE in excel, so i
can
create macros in excel that will sendkeys in JDE.
this is not working:


Public Sub CreateJDE()
Dim Sys As Object
Dim Sess As Object
Dim MyScreen As Object
'Enter to system
Set Sys = CreateObject("JDE.System")
' Assumes an open session
Set Sess = Sys.ActiveSession
Set MyScreen = Sess.Screen
End Sub

Thank You..

"Don Guillett" wrote:

???

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Allan" wrote in message
...
How can i Call JDE?

I can't do the "createobject".

Thanks much..






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Excel and JD Edwards

jde's file extension is .wm
now can i have the answer to my question?

"Tim Williams" wrote:

http://en.wikipedia.org/wiki/J._D._Edwards ?

Tim

"Patrick Molloy" wrote in message
...
what is "JDE.System"?



"Allan" wrote:

would you know the syntax or codes on how to create JDE in excel, so i
can
create macros in excel that will sendkeys in JDE.
this is not working:


Public Sub CreateJDE()
Dim Sys As Object
Dim Sess As Object
Dim MyScreen As Object
'Enter to system
Set Sys = CreateObject("JDE.System")
' Assumes an open session
Set Sess = Sys.ActiveSession
Set MyScreen = Sess.Screen
End Sub

Thank You..

"Don Guillett" wrote:

???

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Allan" wrote in message
...
How can i Call JDE?

I can't do the "createobject".

Thanks much..





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"