Search DominoPower's 11,441 Lotus-related article archive 
Home
EasyPrint
News details Click here for the RSS feed's XML code. This is not a browser URL.
Articles-only Click here for the RSS feed's XML code. This is not a browser URL.
Twitter Feed Click here for the Twitter feed.
Developing a Palm VII PQA that reads data from a Domino database (continued)

Which HTML features are not supported?
There are several HTML 3.2 tags that are not available to you when developing the PQA and Web clipping scripts. They are:

  • Image Maps
  • Animated GIFs
  • Cookies
  • Nested Tables
  • Frames
  • JavaScript
  • Java Applets
  • Style Sheets
  • Named Typefaces

A Simple PQA application
Many Lotus Notes developers have written customer tracking databases in Notes. Since this article is intended to help Notes developers build PQAs, it seems reasonable to use such a customer tracking database as an example.

Let's take a look at a PQA that will return a list of customers from a simple customer tracking database using the Palm VII. The code below shows a text file called Customer.html that can be compiled with the Query Application Builder tool. As you can see, the file contains standard HTML tags as well as a form with a submit button that, when tapped with the stylus, posts that form to a Domino server.

<html>
<head>
<title>PalmBuilder</title>
<meta name="PalmComputingPlatform" content="true">
</head>
<body>
<p><p>
<hr>
<h3 align=Center>PalmBuilder.com</h3>
<h1 align=Center>Customer Tracking Demo</h1>
<h4 align=Center>Developed by Bruce Elgort</h4>
<h5 align=Center>DominoPower and PalmPower</h5>
<center>
<hr>
<p>
<form method="post" action="http://yourwebserver/customer.nsf/pqaCustomerQuery?OpenAgent";>
Enter a Customer Name: <input type=text value="" name="Customer">
<input type=Submit value="Go">
<p>
</center>
</form>
</body>
</html>

Notice that when our form is posted to the Domino server the pqaCustomerQuery agent is actually run. This agent will take the data from the form and generate a Web clipping that will be sent to the Palm VII for display. Let's look at the form tag again:

<form method="post" action="http://yourwebserver/databases/customer.nsf/pqaCustomerQuery?OpenAgent";>

Figure A shows the Query Application Builder tool with the Customer.html file loaded. To build the PQA, select Build PQA from the File menu. When you build the PQA, you can supply a name that will be displayed underneath the icon on the Palm VII. You can also select a custom icon you may have developed.

FIGURE A


The Query Application Builder tool with our sample file Customers.html loaded. Roll over picture for a larger image.

If our PQA consisted of more than one file and/or graphic, all of them would be listed in the Query Application Builder.

Now that the PQA is built, the HotSync program can be used to install it onto the Palm VII. Figure B shows the Customers icon in the upper right-hand corner of the Palm VII display.

FIGURE B

The Customers PQA icon is shown on the Palm VII.


« Previous  ·  1  ·  2  ·  3  ·  4  ·  5  ·  Next »
Other articles you might like
Home > Mobile Technology > Palm OS (11 articles)
   Synchronizing Notes with Palm handhelds with Pylon 5.2
   Integrate Notes with Palm's new Tungsten T
   Top 10 support questions answered for Pylon products
Home > Lotus Technologies > Domino (77 articles)
   More about Domino log files
   Why your log.nsf might not be purging properly
   Sloppy analysis at the core of another Domino vs. SharePoint report
Get Weekly Email Updates
Subscribe to our regular weekly email newsletter. It's packed with tips, reviews, deep analysis, and the latest news.
 
Recent DominoPower Articles
Application development, William Shatner, and the origin of the universe
Learn Domino Designer 8.5 for free
The (near) future of Sametime, Quickr, Connections, and Symphony
Inside the IBM Innovations lab
Lotusphere 2010: Hot fixes and cool news for Notes, Domino, and LotusLive
Lotusphere 2010: mobility and collaboration
2010: A Lotusphere of change
Latest Lotus Headlines
Xpages not loading? JVM errors? - Solution
How to implement an iCalendar feed into your Notes calendar with XPages
DWA Hotfixes for Domino 8.5.1FP1 - A Gotcha
IBM Adds DB2 to Lotus Foundations SMB Package
SNTT : XPages onclick Ghosts in the machine
Ports used by Lotus Sametime 8.5 servers
Exploring a Domino Date Bug
>> Read all the news
More from the ZATZ journals
Computing Unplugged: The iPad defenders have spoken
David Gewirtz Online: CNN commentary and analysis
OutlookPower: More about disappearing text
-- Advertisement --

Find unused Lotus Notes groups and clean up your address book
Have you ever wanted to get rid of old Lotus Notes groups that were cluttering up your address book, but you weren't sure if they were used? Find Unused Groups can help.

Find Unused Groups will check your ACL, mail, multi purpose and server groups to help you determine if they are used, and who uses them.

Learn how to easily clean up your address book.

-- Advertisement --

Struggling with exporting Notes data to spreadsheets? No More!
Try IntelliPRINT, The world's leading Reporting, Dashboards, and Analysis solution for Notes & Domino

  • Don't spend unproductive time maintaining different versions of the same spreadsheet
  • Preserve data integrity and security in multi-user environments
  • Create reports in minutes INSIDE Notes
  • Get freedom from iterative report requests, deliver self-serve capabilities

Experience Reporting, Dashboards, and Analysis INSIDE Notes.

Try IntelliPRINT NOW!

ZATZ Home  ·  News  ·  Back Issues  ·  Credits/Trademarks ·  Link To Us
Copyright © 1998-2010, ZATZ Publishing. All rights reserved worldwide.
Editor's Login