mr_suleyman
26th January 2006, 17:57
Hi Baanboard,
I want to add attacment to my form. I think that How can I construct it ?
I find some ways, but I am not sure about it. I imagine that I should create a shared directory on fileserver for attachment files.(it shouldn't be Baan server because of disk space) Then I should use run.program() function in my program. after that I should read from remote fileserver where files are.
These files can be doc,jpg,xls,cad drawing files and like that. Which command should I use to open them.

This is my thinking to achieve ATTACHMENT on FORM. Is there anyone to know how I can find myway ? Is my opinion correct ?

Thank you ALL for your suggestions.

mark_h
27th January 2006, 05:27
That is how I would do it. I would put everything in a common directory. Actually I think if you define on the client which program to run with something like .jpg then you can just run the file itself. My other thought is if you know which program has which attachment then you can just launch the program with the file. For example: In Maintain BOM which user clicks attachment it would run program autocad partnumber.cad. Where part number is which ever make part they are editing. Then if they are in the item master and they click attachment it would run program photoshop partnumber.jpg. Just a thought or two.

Rita Kotecha
1st February 2006, 10:24
Hi,


Can also try Nasdaq Demo Products for the same.

Han Brinkman
1st February 2006, 12:08
Or use the standard odm functionality from Baan. If implemented correctly you can use the paperclip which becomes available.

Han

mr_suleyman
1st February 2006, 12:55
Hi Han , Could you explain it in detail ?

Thanks

bdittmar
3rd February 2006, 13:30
Hello,
you can built your own application based on your it-infrastructure.
I have done it for documents to our BaaN items.

Take a MS-Based Serverdirectorystructure to save the documents.
Built a BaaN application to define the date stored for a item.

Starting with the graphical bom it ends of showing a pdf, jpg, doc to the user.

Some screenshots i've attached.

Otherwise use a document managment system.

Regards

mr_suleyman
3rd February 2006, 14:29
I had constructed the structure like you said. It has same logic.

Thanks for your suggestions.