Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Developing Solutions with Microsoft  InfoPath(TM) (Pro - Developer)

Developing Solutions with Microsoft InfoPath(TM) (Pro - Developer)

List Price: $49.99
Your Price: $33.99
Product Info Reviews

<< 1 >>

Rating: 2 stars
Summary: Started good and then fizzled
Review: I understand that it's probably not that easy to write a book for something like InfoPath. It's a powerful product that has tons of ins and outs; however, I expected much more for my money. Some of the examples in the book get shortchanged on explanation, and the reader is often left to fill in the gaps. In addition to that, some chapters, like chapter 10 don't even have functioning code. For instance, see if you can spot the error with this line of critical code:

Dim sContact As String = String.Format("//Roles/Approvers/{0}[@alias=" & Quote & "{1}" & Quote & "]", sAlias)

Perhaps it's just me but it seems that the string.format needs to be passed two arguments rather than one. This is in a project that attempts to implement workflow.

This also brings to mind how the DEVELOPMENT part of the book is handled. It's fairly standard in development books to start out with simple examples and build iteratively in complexity as you go. Not with this book, you get little bits and pieces of managed code and then get a BUNCH of code in Chapter 10. Not sure why the authors decided on this style. Perhaps they were trying to show how far you can go with declarative programming.

As far as InfoPath goes, I am not sure how the standard everyday user of Office products is supposed to get excited here. The minute you need to do something even moderately standard, like having multiple sign-offs on a document, you are forced to code. And once you are forced to code you had better understand the DOM, XML, XPath, etc. Not sure what Microsoft was thinking.


Not sure that this book is much help.




Rating: 5 stars
Summary: If you must code in InfoPath, this is the only book
Review: With all due respect to my esteemed fellow InfoPath programmer, this is the only book worth owning if you have to code complex projects in InfoPath VBScript or JavaScript. InfoPath is supposed to be the world's most cutting edge XML tool. With it's strong hooks to Web Services, it's supposed to be a thin-client tool for th 21st century. But how do you code connections to a Web Service? How do you auto populate a form using information queried from a web service? How do you query a web service from code in the first place? How do you access a UDDI catalog from code? How do you fill a list box with a number of web service descriptions to let the user choose which one is the correct service? How do you code a master-detail one-to-many form in VBScript or JScript?

This is the only book which shows you how to code this very common, typical, highly characteristic programming problems.


<< 1 >>

© 2004, ReviewFocus or its affiliates