|
|
 |
BOOK: Beginning InfoPath 2003  | This is the forum to discuss the Wrox book Beginning InfoPath 2003 by F. Scott Barker; ISBN: 9780764579486 | ISBN: 0-7645-7948-7 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning InfoPath 2003 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

July 6th, 2009, 08:42 AM
|
|
Registered User
|
|
Join Date: May 2007
Location: Washington, DC, USA.
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Questions about "@" and functions in InfoPath
I am a SQL Server database developer who's migrating an Access database to SQL
Server 2005. I'm using InfoPath (I'm a novice) to replace the Access forms. I'm using a SQL Server endpoint as the web service and only want to use stored procedures for
querying and submitting. Since I'm not a programmer, I'm trying to avoid coding.
However, in using rules and filtering I have 2 questions that aren't really
explained in any reference books or articles that I've looked at:
1. What does "@" mean, e.g., when using it in a filter? To me it means a SQL Server
input/ouput parameter or a variable. For example, it's used in Figure 6-10 on page 93 and in Figure 7-3 on page 105. How do I know when and how to use it?
2. Are there any good references on the definition and the use of InfoPath
functions? I've only found one Microsoft reference, but would like to find others:
http://office.microsoft.com/en-us/in...330391033.aspx
Thank you for the help.
|

July 7th, 2009, 02:57 AM
|
|
Friend of Wrox
|
|
Join Date: May 2005
Location: OKC, OK, USA.
Posts: 211
Thanks: 1
Thanked 7 Times in 7 Posts
|
|
Hi aaqqqa:
In response to your question, I would not use the word "filter" for the "@"-sign. A filter defines the amount of data returned by a query. In the examples, on pages 93, 105 the "@"-sign in front of the variable in this case Discount represents the variable in the database. In this case, Discount is the defined column in the tblOrderItems Detail which is the child-table to tblOrders (Master-Detail relationship). In Figure 6-8, page 92 the bolded row represents variables in the table, except the Item Total. Page 93 is illustrating how to create a business rule for an item in the database.
There are 3 Appendices in the WROX Book: Professional InfoPath 2003.
Hope this helps.
__________________
Disclaimer: The above comments are solely the opinion of one person and not to be construed as a directive or an incentive to commit fraudulent acts.
|

July 8th, 2009, 07:50 AM
|
|
Registered User
|
|
Join Date: May 2007
Location: Washington, DC, USA.
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank you
Thank you, peace95. That's helps a lot. I hadn't looked at the Professional book.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |