| Author |
doc managment
|
Anna Mihail
Greenhorn
Joined: Sep 19, 2004
Posts: 3
|
|
hi I just starting programming in java,now I do some study project and asking for help: in my program I must do some document managment-I must open any text redactor(like Word or some other) from my soft and if i enterd something to the document it must be saved in place that assigned in first in my program without asking where to save and at the same time to same information about this document(like name of a case that saved ,who entered this doc.) in my data base. I don't know how can i do it ,so if you do know ,please tell me. sorry for my english
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
posted in wrong forum....moving toJava Forum
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
I don't know how can i do it ,so if you do know ,please tell me. Perhaps you could ask a more specific question. Where are you stuck? Are you completely new to programming? If so, you might like to peruse this list of free on-line Java tutorials and books that I have found useful:Sun's Java TutorialIntroduction to Computer Science using Java by Bradley KjellIntroduction to Programming Using Java by David J. EckDick Baldwin's Java Programming TutorialsInteractive Programming In Java by Lynn Andrea SteinBruce Eckel's Thinking In JavaJavaRanch's own Campfire StoriesAllen B. Downey's How To Think Like A Computer ScientistAs your project will use file input and output, I'd recommend taking a look at the "I/O: Reading and Writing (but no 'rithmetic)" lesson of Sun's Java Tutorial.
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Ashish Vegaraju
Ranch Hand
Joined: Aug 19, 2004
Posts: 47
|
|
hi, if i got u right u want to add text in a file thru ur java program!!! here is a simple code for that: u can't enter the text string inside a Word Doc with such ease. i hope this will solve ur problem... Ashish [ edited to preserve formatting using the [code] and [/code] UBB tags -ds ] [ September 20, 2004: Message edited by: Dirk Schreckmann ]
|
 |
 |
|
|
subject: doc managment
|
|
|