I've only been working with KiXtart for about a week now, so I'm greener then grass in the spring time. I don't have a lot of programming knowledge, but I'm trying to learn.

First Question:
Is there a KiXtart tutorial I can learn from?


Second Question:
I've been reading the help file trying to learn from it. It has an example of some code that will open a Excel spreesheet and put data in it. I tried it and it worked great. So I wanted to experiment with opening a MS Word doc. Well I figured out how to get MS Word open, but when I tried to get a new doc to open, I just got errors. I would also like to know how can I open a MS Word doc that I have saved on my hard drive. Anyone have some ideas?


Here is my code. I've commented the lines that I tried and didn't work.

$oWD = CreateObject ("Word.application")

if @error = 0
$oWD.visible = 1; make Word visible to the user
;$b=Open ( 3 , "c:\kixs\LeaveRequest.doc" , 5); Open file in Word
;$rc=$oWD.Document1.new ; Open new document in Word

else
? @error + " / " @serror
endif


Thanks,
Little E