PC Review


Reply
Thread Tools Rate Thread

creating dynamic Excel forms, w/ validation -- possible?

 
 
matt@mailinator.com
Guest
Posts: n/a
 
      25th Aug 2006
hello,

i am on an interesting project. in this project, i have to create
dynamic data-entry forms for offline-users to fill out, save locally,
and eventually postback to our app (when back online). data validation
is required on the form.

i had looked at using PDF-forms for this.. Adobe's "LifeCyle Forms"
would work perfectly. with it one can pass in xml to their webservice &
get back PDF-form binaries. however, Adobe's pricing is simply
unrealistic for any but super-large budgets (got an extra 50k + 20%
annual maintainence for your project? talk to adobe).

so now im back to something low-tech. sure, i could do it w/ .HTML
forms w/ javascript validation, and use javascript to save the
data-entry into a .xml file. however, a two-file solution is not viable
for us.

my next idea is probably better from a user standpoint anyway -- Excel
forms. the user could input into the excel doc, save it, and later
return it to us.

two key questions:

1) can i build dynamic Excel forms w/ .NET?
2) if so, can i build them w/ any kind of data validation?


any help would be greatly appreciated!

thanks,
matt

 
Reply With Quote
 
 
 
 
Kevin Jones
Guest
Posts: n/a
 
      28th Aug 2006
If you are looking at offline work I would seriously look at MSMQ
(System.Messaging in .Net 2) and a WinForms app,

Kevin Jones

(E-Mail Removed) wrote:
> hello,
>
> i am on an interesting project. in this project, i have to create
> dynamic data-entry forms for offline-users to fill out, save locally,
> and eventually postback to our app (when back online). data validation
> is required on the form.
>
> i had looked at using PDF-forms for this.. Adobe's "LifeCyle Forms"
> would work perfectly. with it one can pass in xml to their webservice &
> get back PDF-form binaries. however, Adobe's pricing is simply
> unrealistic for any but super-large budgets (got an extra 50k + 20%
> annual maintainence for your project? talk to adobe).
>
> so now im back to something low-tech. sure, i could do it w/ .HTML
> forms w/ javascript validation, and use javascript to save the
> data-entry into a .xml file. however, a two-file solution is not viable
> for us.
>
> my next idea is probably better from a user standpoint anyway -- Excel
> forms. the user could input into the excel doc, save it, and later
> return it to us.
>
> two key questions:
>
> 1) can i build dynamic Excel forms w/ .NET?
> 2) if so, can i build them w/ any kind of data validation?
>
>
> any help would be greatly appreciated!
>
> thanks,
> matt
>

 
Reply With Quote
 
matt@mailinator.com
Guest
Posts: n/a
 
      28th Aug 2006
sounds interesting, but i wonder about the ability to custimize. in my
scenario, forms is good because i can render new form UI (additional
textboxes, status fields, etc) per the intended recepient, at
execution-time (when the form is created).

i may be speaking out of ignorance, but wouldnt a winform app would be
harder to customize? remember that the UI is different for each user.
to make this happen, i would have to deliver each user an .xml file
that they would have to "import" into the winforms client, in order to
get the customized look.. i think it would be harder for my
non-technical users to do this, than to just to work on an excel form.

also, the user could not forward the winforms app to another user for
review/editing, like he could w/ a portable, common form (pdf-form or
excel form).

so, the question remains -- can one use .NET to dymically build excel
forms w/ validation?


matt


Kevin Jones wrote:
> If you are looking at offline work I would seriously look at MSMQ
> (System.Messaging in .Net 2) and a WinForms app,


 
Reply With Quote
 
Kevin Jones
Guest
Posts: n/a
 
      28th Aug 2006
How are you customizing the XML form?

Kevin Jones

(E-Mail Removed) wrote:
> sounds interesting, but i wonder about the ability to custimize. in my
> scenario, forms is good because i can render new form UI (additional
> textboxes, status fields, etc) per the intended recepient, at
> execution-time (when the form is created).
>
> i may be speaking out of ignorance, but wouldnt a winform app would be
> harder to customize? remember that the UI is different for each user.
> to make this happen, i would have to deliver each user an .xml file
> that they would have to "import" into the winforms client, in order to
> get the customized look.. i think it would be harder for my
> non-technical users to do this, than to just to work on an excel form.
>
> also, the user could not forward the winforms app to another user for
> review/editing, like he could w/ a portable, common form (pdf-form or
> excel form).
>
> so, the question remains -- can one use .NET to dymically build excel
> forms w/ validation?
>
>
> matt
>
>
> Kevin Jones wrote:
>> If you are looking at offline work I would seriously look at MSMQ
>> (System.Messaging in .Net 2) and a WinForms app,

>

 
Reply With Quote
 
Kevin Jones
Guest
Posts: n/a
 
      28th Aug 2006
Sorry, meant to say.

How are you customizing the Excel form,

Kevin Jones wrote:
> How are you customizing the XML form?
>
> Kevin Jones
>
> (E-Mail Removed) wrote:
>> sounds interesting, but i wonder about the ability to custimize. in my
>> scenario, forms is good because i can render new form UI (additional
>> textboxes, status fields, etc) per the intended recepient, at
>> execution-time (when the form is created).
>>
>> i may be speaking out of ignorance, but wouldnt a winform app would be
>> harder to customize? remember that the UI is different for each user.
>> to make this happen, i would have to deliver each user an .xml file
>> that they would have to "import" into the winforms client, in order to
>> get the customized look.. i think it would be harder for my
>> non-technical users to do this, than to just to work on an excel form.
>>
>> also, the user could not forward the winforms app to another user for
>> review/editing, like he could w/ a portable, common form (pdf-form or
>> excel form).
>>
>> so, the question remains -- can one use .NET to dymically build excel
>> forms w/ validation?
>>
>>
>> matt
>>
>>
>> Kevin Jones wrote:
>>> If you are looking at offline work I would seriously look at MSMQ
>>> (System.Messaging in .Net 2) and a WinForms app,

>>

 
Reply With Quote
 
matt@mailinator.com
Guest
Posts: n/a
 
      28th Aug 2006
im not, yet. just spec'ing this out.

but the customization will (at this time) come in the form of "Part"
line-items for the user to report on -- each user is assigned different
lists of parts to inspect & report on. it *sounds* like this could work
in a tabular format -- PartID, % Complete, various date fields,
Comments, etc.

so i could generate & pass user-specific xml (his assigned parts) to a
winforms app and fill a datagrid w/ it, and let the user fill-in the
rest.

that may work. but the disadvantage is:

1) installation of an application thru our corporate gatekeepers
2) inability for user to simply email the filled-in inspection report
to another user (say his manager) for further tweaking. that manager
may then send it back to us, the application.

so thats why we've been looking at PDF-forms (ideal, but too expensive)
and now Excel forms.


matt


Kevin Jones wrote:
> Sorry, meant to say.
>
> How are you customizing the Excel form,


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a validation routine for multiple forms using an array DawnTreader Microsoft Access Form Coding 1 22nd May 2009 06:12 PM
creating dynamic Excel forms, w/ validation -- possible? matt@mailinator.com Microsoft Dot NET Framework 5 28th Aug 2006 08:28 PM
Creating dynamic forms from a varible name salportaro@gmail.com Microsoft VB .NET 2 21st Apr 2005 10:29 PM
help creating dynamic forms mas Microsoft Excel Programming 1 12th Mar 2005 05:21 PM
~~ Creating Dynamic Controls in Windows Forms c#wonder Microsoft Dot NET Framework Forms 1 29th Mar 2004 06:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:42 PM.