I'm in the process of developing a system using the latest release that will open a PDF with fillable fields. The form field data is loaded and unloaded to the database using an fdf file sent to a store procedure and parsed out.
I'm really looking to only open this PDF and have a nice interface so that I can control the creation of the fdf when they click save either on the "controls" menu or my menu.
The user wil fill in the data, click a save button, I will export the data and populate a table. Then when its opened I will load the pdf from the database
Right now I have it working using the ole_view Web Browser and a .navigate will open the file and has a nice context menu. But its slow and seems clunky.
Should I be using the new Web Browser Control v2 that is in the latest version or does it not matter ?
Thanks in advance
Richard
Nice to hear that the performance is also faster. ;-)