Search the web
Sign In
New User? Sign Up
pendragon-forms · Pendragon Forms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2232 - 2261 of 2882   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2232
From what you have said it sounds as though the problem could be with the access97 database on you PC rather than with the hand held; it may have been...
Betsvigi9
Offline Send Email
Feb 2, 2004
3:27 pm
2233
From what you have said it sounds as though the problem could be with the access97 database on you PC rather than with the hand held; it may have been...
Betsvigi9
Offline Send Email
Feb 2, 2004
3:28 pm
2234
anyone had success at getting the sync server proxy to work on win2k? we currently run on multiple win98 boxes and would now like to implement to win2k but...
justinmeadows2000
justinmeadow...
Offline Send Email
Feb 4, 2004
3:38 pm
2235
I'm using a Tungsten T3 and am having difficulty getting Pendragon to recognize my Socket Bluetooth device. Any suggestions? I think its a problem with the com...
jwschaefer202003
jwschaefer20...
Offline Send Email
Feb 4, 2004
3:39 pm
2236
Here is the problem. I have 15 units in the field. 14 work fine. One does not. The user uses the sync server proxy to sync over a high spped internet...
a_big_fink
Offline Send Email
Feb 4, 2004
3:39 pm
2237
Make sure that the conduit is set correctly. Desktop or sync server proxy ... win2k? ... try...
a_big_fink
Offline Send Email
Feb 4, 2004
9:56 pm
2238
Is there a way to copy filters from an old form to a new version (so that I don't have to recreate them)? Thanks...
daviecrock
Offline Send Email
Feb 4, 2004
11:21 pm
2239
I have a palm that whenever we try to sync our pendragon app to gives this error. the log from the sync is: HotSync operation started 12/01/03 15:03:48 -...
fleetmex
Offline Send Email
Feb 6, 2004
3:24 pm
2240
Hi all, I have been asked to add a lookup to the previous record in a form, rather than try and reinvent the wheel, has anyone done this successfully? A...
neilcrich
Offline Send Email
Feb 17, 2004
3:31 pm
2241
Hey all, I am using a select query in a lookup list field that is referencing another form. Here is the script I am using: click: SELECT "Ref_Form" WHERE field...
banks2103
Offline Send Email
Feb 19, 2004
9:02 pm
2242
Hey all, I am using a select query that is referencing another form. Here is the script I am using: scan: if $[Barcode] = null then $[Barcode] = scandata ...
lhjava
Offline Send Email
Feb 24, 2004
3:19 pm
2243
Is there a way (in Pendragon 4) to assign numeric value to a Yes No field that also contains branching script? If so, any suggestions? Thanks...
rose4sphere
Offline Send Email
Feb 25, 2004
3:27 pm
2244
Looking for a little help with scripting capabilities here. What I'm trying to do is have a field in each record that designates the number of identical...
Ryan Buckalew
herp_nerd
Offline Send Email
Feb 25, 2004
8:14 pm
2245
I am using this field type and want to reduce the number of options from 5 down to 3. The manual says that this is possible by adding "a character sequence in...
Betsvigi9
Offline Send Email
Feb 26, 2004
3:16 pm
2246
Hello Fellow Pengragon Developers! I am developing an application for use in public health in Senegal in West Africa. The users speak French and only a little...
flamass1
Offline Send Email
Feb 26, 2004
9:02 pm
2247
I am trying the zire71 test database and the photo file is being renamed, but not displaying, I get a message indicating the file is too large. when viewed in...
b73p73z
Offline Send Email
Mar 1, 2004
3:36 pm
2248
I am having difficulty with my Zire71 and entering a photo into the database. I have used the suggested script and control but the photo does not display in...
b73p73z
Offline Send Email
Mar 1, 2004
3:37 pm
2249
I found out that the smaller the SD card the faster it saved. I was using a 64 and it took around 25 secounds. Then I tryed a 16 and it took 9 secounds. Thats...
Mark
maw1000
Online Now Send Email
Mar 2, 2004
3:42 pm
2250
Thanks for the input Mark, does it display in the field or does it say "File too Large", Do you know a way to decrease the size of the image, some type of ...
b73p73z
Offline Send Email
Mar 4, 2004
3:26 pm
2251
I use this in many of my fields.I have Forms 4.0 w/Tungsten CThis isone of mine, I have replaced the last character with a D to define each of the others in...
Nick
nmsatterlee
Offline Send Email
Mar 4, 2004
3:26 pm
2252
Just tested this again to confirm. You will need to add the options you wish to use to the end of the field name between square brackets. This can be any...
Thomas Roth -Pendragon-
trothtfr
Offline Send Email
Mar 4, 2004
3:50 pm
2253
I have the same question, but I would like to know if anyone has written a VB for Excel macro that will parse out the possible responses from the single column...
roblavoie99
Offline Send Email
Mar 11, 2004
5:29 pm
2254
What script can be used to insert the value from a field on one subform into the field of a separate non linked subform???...
subdataformer
Offline Send Email
Mar 17, 2004
3:46 pm
2255
In Access you should be able to create an expression for each answer to see if your multilist contains the answer. You will have each possible multilist...
paultellier
Offline Send Email
Mar 18, 2004
10:35 pm
2256
I have a solution to this within Excel and I suspect it is simple to do the same in Access. See the attached file which is just a simple Excel file that parses...
Robert Lavoie
roblavoie99
Offline Send Email
Mar 18, 2004
11:02 pm
2257
HELLO I'm trying to send data to a PC through the Palm's serial port. The script is as follows: result="9600-N-8-1" temp="Hola mundo\\013\\010" transmit serial...
Tala
febts
Offline Send Email
Mar 19, 2004
10:26 pm
2258
I am creating my first form with scripts and I must be missing something basic as the script check gives it a pass, yet the calculations aren't carried out...
mastersuntzuca
Offline Send Email
Mar 23, 2004
3:19 pm
2259
Keep each line very simple. Try this: calculate: result = EndTime - StartTime result = result / 3600 answer = result You also need to use the value of the...
Steven Machtinger, M.D.
dralrgz
Offline Send Email
Mar 24, 2004
5:30 pm
2260
One more point! Use enter: or exit: rather than calculate: It will speed up form processing to a considerable degree. Keep each line very simple. Try this: ...
Steven Machtinger, M.D.
dralrgz
Offline Send Email
Mar 24, 2004
7:17 pm
2261
Is it possible to synchronize some, but not all of the forms in a category at any one time? I use Pendragon 3.0 on a Handspring Visor and Windows 98SE with...
Karla Mc.
klunk57
Offline Send Email
Mar 27, 2004
4:38 am
Messages 2232 - 2261 of 2882   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help