E
Elhanan
hi all
i have a question in desgning a form..
the application in question is something a indexing station.
the user in this indexing station views a document in pdf/tiff format
on the right side of the form and enters the index data through various
fields and listboxes on the left side.
now there are many types of stations, the diference between are the
index fields which must be typed (which could be different set of list
boxes and text fields not to mention subforms for selection windows).
at first i was asked to create somethign so dynamic that it could read
from an xml file the layout of the fields and then dispaly them screen,
but no i see this is way too complex
the general layout of this station is this:
right side a document viewer control (which could a webbrowers, but
i'm considering to a special leadtools OCR control), a splitter, in the
middle, on the left buttom an ok, forward/back buttons (for browsing
back and forth between documents), and on the left side the various
fields. at first i thougth i'd create a user control which will contain
all the fields, but then i thought why not use visual inheritance
the superclass form will conaint only the navigation
butons,splitter,viewer and the subform will be in the same assbmely but
each one will be for a different station. then all the user will do is
to load the corrrect form from a selection box in the start.
i have a question in desgning a form..
the application in question is something a indexing station.
the user in this indexing station views a document in pdf/tiff format
on the right side of the form and enters the index data through various
fields and listboxes on the left side.
now there are many types of stations, the diference between are the
index fields which must be typed (which could be different set of list
boxes and text fields not to mention subforms for selection windows).
at first i was asked to create somethign so dynamic that it could read
from an xml file the layout of the fields and then dispaly them screen,
but no i see this is way too complex
the general layout of this station is this:
right side a document viewer control (which could a webbrowers, but
i'm considering to a special leadtools OCR control), a splitter, in the
middle, on the left buttom an ok, forward/back buttons (for browsing
back and forth between documents), and on the left side the various
fields. at first i thougth i'd create a user control which will contain
all the fields, but then i thought why not use visual inheritance
the superclass form will conaint only the navigation
butons,splitter,viewer and the subform will be in the same assbmely but
each one will be for a different station. then all the user will do is
to load the corrrect form from a selection box in the start.