Hi
i need to create an application with Cocoa that does what a normal application does:
- a Data Entry Form to create records and store them in a database,
- print reports selecting and grouping data entered in the data entry form, following different criterias,
- need to do an Automation call to open a word, excel or apple works document with data entered in the form,
- show this data on the internet also.
This is what 98% of the applications do.
How do you do this king of application in cocoa :
- with Java or Objective C ?
- what database do you use to store the data ?
- what tool do you need to create reports ?
- how do you call microsoft word, excel or apple works from a cocoa program ?
- how can I web enable a form or a report?
thanks.
Jose.
i need to create an application with Cocoa that does what a normal application does:
- a Data Entry Form to create records and store them in a database,
- print reports selecting and grouping data entered in the data entry form, following different criterias,
- need to do an Automation call to open a word, excel or apple works document with data entered in the form,
- show this data on the internet also.
This is what 98% of the applications do.
How do you do this king of application in cocoa :
- with Java or Objective C ?
- what database do you use to store the data ?
- what tool do you need to create reports ?
- how do you call microsoft word, excel or apple works from a cocoa program ?
- how can I web enable a form or a report?
thanks.
Jose.