You can subscribe to this list here.
1999 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2000 |
Jan
(15) |
Feb
(11) |
Mar
(6) |
Apr
(47) |
May
(14) |
Jun
(13) |
Jul
(20) |
Aug
(4) |
Sep
(15) |
Oct
(28) |
Nov
(40) |
Dec
(11) |
2001 |
Jan
(28) |
Feb
(9) |
Mar
(17) |
Apr
(10) |
May
(26) |
Jun
(31) |
Jul
(83) |
Aug
(66) |
Sep
(106) |
Oct
(82) |
Nov
(139) |
Dec
(76) |
2002 |
Jan
(138) |
Feb
(140) |
Mar
(118) |
Apr
(179) |
May
(85) |
Jun
(92) |
Jul
(53) |
Aug
(39) |
Sep
(60) |
Oct
(48) |
Nov
(114) |
Dec
(71) |
2003 |
Jan
(76) |
Feb
(58) |
Mar
(83) |
Apr
(70) |
May
(23) |
Jun
(63) |
Jul
(27) |
Aug
(233) |
Sep
(74) |
Oct
(35) |
Nov
(24) |
Dec
(42) |
2004 |
Jan
(85) |
Feb
(99) |
Mar
(33) |
Apr
(43) |
May
(17) |
Jun
(29) |
Jul
(17) |
Aug
(16) |
Sep
(17) |
Oct
(5) |
Nov
(3) |
Dec
(15) |
2005 |
Jan
(38) |
Feb
(24) |
Mar
(11) |
Apr
(14) |
May
(4) |
Jun
(15) |
Jul
(11) |
Aug
(5) |
Sep
(3) |
Oct
(14) |
Nov
(9) |
Dec
(3) |
2006 |
Jan
(9) |
Feb
(4) |
Mar
(4) |
Apr
(2) |
May
(6) |
Jun
(1) |
Jul
(3) |
Aug
(10) |
Sep
|
Oct
(1) |
Nov
|
Dec
(7) |
2007 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mpa...@ea...> - 2005-02-12 15:15:29
|
Below are the details of a comment/bug report submitted via our website for the product DB (Pilot-DB) Regards, PalmGear.com http://www.palmgear.com 'THE Source for your Palm Powered World!' ----------------------------------------------------- Submitter Name: Matt Parker Submitter Email: mpa...@ea... Application: DB (Pilot-DB) Application Location: http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&prodid=2175 Software Bug/Comment: Hi! I love your Pilot-DB program! I just have one question, though: is it possible to sort one column and then do a subsorting on a second column? That is, can I sort the first column (say, alphabetically) and then have the database retain the first column's sorting while I sort a second column , say, numerically? Thanks! |
From: Craig B. <bow...@gm...> - 2005-02-06 08:58:50
|
> I just loaded the system on, and put a database in. I have been trying to > run sort on it (Optians/Sort). Once I click "Sort", no matter what I select > for options, I get the following message: Emul68KMain.c, Line:456, Line > 1111 Exception at address 01CAE220. (Actually, the address changes each > time, but the 2 line numbers stay the same). Am I doing something wrong, Confirmed on mine. A couple other things: -Is there a memory overwrite or variable initialization issue with calculated fields? New equation fields always have random characters in them that need to be deleted. -On several of my databases, the DPad on my Tungsten C works fine to select records, but if I filter to a less than full display of records, the DPad still works to select, but the highlight bar is invisible. It's fine again when I turn the filter off. -Could we get a custom VFS plugin with the location set to /palm/programs/pilot-db where the data should really be, rather than /palm/launcher? Or would it be safe to hex edit the /palm/launcher/ line in the existing plugin? > PS: How do you change the name of a database once you have created it? Tap on the database icon in the database list view, and select "rename" from the popup menu. |
From: marc\.chalain <mar...@la...> - 2005-02-05 20:30:21
|
You must install http://prc-tools.sourceforge.net and http://pilrc.sourceforge.net first. > > -----Original Message----- > > From: pil...@li... > > [mailto:pil...@li...]On Behalf Of Michael > > Burke > > Sent: Saturday, January 29, 2005 6:41 PM > > To: pil...@li... > > Subject: [pilot-db-list] Configure failure > > > > when i run ./configure i get the following error under linux: > > > > [mburke@localhost mburke]$ pilot-db/configure > > checking whether make sets $(MAKE)... yes > > checking for m68k-palmos-gcc... no > > checking for m68k-palmos-coff-gcc... no > > configure: WARNING: "Unable to find cross-compiler" > > checking for m68k--gcc... no > > configure: WARNING: "Unable to find cross-compiler" > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creating rcp/Makefile > > config.status: creating src/Makefile > > mv: cannot move `./confstathL1hTR/out' to `src/Makefile': > > Permission denied > > config.status: creating def/ > > config.status: error: cannot find input file: def/.in > > > > can anyone tell me why src/makefile has the wrong > > permissions and where it's located so I can fix it. > > Configure takes the results of its investigations and creates a makefile > based on what it discovered. It looks like it put its results into > `./confstathL1hTR/out', and is attempting to move that file into the src > directory as "Makefile". > > If it can't do so, likely reasons are > > 1) the src directory exists but the permissions on it won't allow configure > to write to it > > 2) the src directory *doesn't* exist, and configure either has no provision > to create it, or does not have permission to make the directory under > whatever directory it happens to be in > > We'd need to know more about your setup, like where you put the DB stuff > before you ran configure, to say much more. > > And judging from the warnings, you'll have other problems, as you don't have > a gcc cross-compiler installed that configure can locate. If you are trying > to build DB from source, the target processor is a Mororola 68K device. > Stock gcc under Linux on a Intel box generates code for Intel processors. > You need a version of GCC set up to generate Motorola code to get anywhere. > ______ > Dennis > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > =0A=0AAcc=E9dez au courrier =E9lectronique de La Poste : www.laposte.ne= t ; =0A3615 LAPOSTENET (0,34=80/mn) ; t=E9l : 08 92 68 13 50 (0,34=80/mn)= =0A=0A |
From: marc\.chalain <mar...@la...> - 2005-02-05 20:23:44
|
Yes i wil do it, in few days. I wanted to add more features first, but i'm on another project (a small Mail application). Then i will release the 1.1.3 as it's. > > Which reminds me, Marc, when do you expect ver. 1.1.3 to be released with the fix for this sort problem? > > > > > > Michael Reich > > ma...@ex... > > > > --- On Mon 01/31, jean-pierre dubois < jpd...@wa... > wrote: > > From: jean-pierre dubois [mailto: jpd...@wa...] > > To: pil...@li... > > Date: Mon, 31 Jan 2005 11:17:23 +0100 (CET) > > Subject: [pilot-db-list] (no subject) > > > > <P>Hello<BR>I suppose that you already know this bug; but I report it...</P> > > <P>On my Clie T675C, Palm OS v4.1, 3.4Mb/15Mb free, I used the v1.1.1 with several databases without problem.</P> > > <P>Since I updated in the latest version, the command 'Sort Database' occurs a 'Fatal Exception' error, with asking a soft reset.</P> > > <P>As I got a Clie TH-55, Palm OS v5.2.1, 25.3Mb/ 32Mb free, I installed Pilot-DB v1.1.2; I just created a simple base with only two fields; I entered 2 records into; the command 'Sort Database' occurs a 'Fatal Exception' error too, but the message is more significative:</P> > > <P>Emul68KMain.c, Line:456, line 1111 exception at address 00E13DF0</P> > > <P>then again with asking a soft reset.</P> > > <P>I hope this could be helped you; and if you need other information, feel free to email me.</P> > > <P>Best regards<BR>JP Dubois<BR></P><p> > > _______________________________________________ > Join Excite! - http://www.excite.com > The most personalized portal on the Web! > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > =0A=0AAcc=E9dez au courrier =E9lectronique de La Poste : www.laposte.ne= t ; =0A3615 LAPOSTENET (0,34=80/mn) ; t=E9l : 08 92 68 13 50 (0,34=80/mn)= =0A=0A |
From: Peter C. <pch...@cf...> - 2005-02-05 15:25:36
|
The Palm OS Version is 5.2.1 I just loaded the system on, and put a database in. I have been trying to run sort on it (Optians/Sort). Once I click "Sort", no matter what I select for options, I get the following message: Emul68KMain.c, Line:456, Line 1111 Exception at address 01CAE220. (Actually, the address changes each time, but the 2 line numbers stay the same). Am I doing something wrong, could the database itself be broken. I have attached the DB file to this email. Thanks for any help you can give me. Peter Cheimets PS: How do you change the name of a database once you have created it? I ended up doing it with a utility called "FileZ" Peter Cheimets 37 Emerson Rd Winchester MA, 01890 pch...@cf... |
From: Michael R. <ma...@ex...> - 2005-02-01 15:38:14
|
Which reminds me, Marc, when do you expect ver. 1.1.3 to be released with the fix for this sort problem? Michael Reich ma...@ex... --- On Mon 01/31, jean-pierre dubois < jpd...@wa... > wrote: From: jean-pierre dubois [mailto: jpd...@wa...] To: pil...@li... Date: Mon, 31 Jan 2005 11:17:23 +0100 (CET) Subject: [pilot-db-list] (no subject) <P>Hello<BR>I suppose that you already know this bug; but I report it...</P> <P>On my Clie T675C, Palm OS v4.1, 3.4Mb/15Mb free, I used the v1.1.1 with several databases without problem.</P> <P>Since I updated in the latest version, the command 'Sort Database' occurs a 'Fatal Exception' error, with asking a soft reset.</P> <P>As I got a Clie TH-55, Palm OS v5.2.1, 25.3Mb/ 32Mb free, I installed Pilot-DB v1.1.2; I just created a simple base with only two fields; I entered 2 records into; the command 'Sort Database' occurs a 'Fatal Exception' error too, but the message is more significative:</P> <P>Emul68KMain.c, Line:456, line 1111 exception at address 00E13DF0</P> <P>then again with asking a soft reset.</P> <P>I hope this could be helped you; and if you need other information, feel free to email me.</P> <P>Best regards<BR>JP Dubois<BR></P><p> _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! |
From: Tom V. <tw...@ss...> - 2005-01-31 23:35:18
|
One of my databases uses a lot of (>32) fields, with many views. And I chose to leave certain, infrequently used, fields out of _any_ view -- if I need them, I get them through the Edit Record dialog. I'm wondering about usability... 1. It first strikes me that I'd like best to be able to tap on a record near a particular field to bring up the Edit Record dialog _already_scrolled_and_focused_on_the_tapped_field_for_immediate_editing_ so that I don't have to hunt for my interesting field to edit it. I think I wouldn't want text selected, just the cursor at the start of the field (if appropriate). 2. Alternately, I suppose I could set the "use this view to edit record" checkbox, but then I wouldn't be able to reach all fields. And if in such a restricted edit view I toggle the "All" button in the upper right hand corner, I again lose my place, the edit record dialog being repositioned at the top of my list of fields -- could the field I'm focused in remain in the top or center of the screen when "All" is toggled?. 3. Or, should I just add a set of extra "Edit-only" views that include the hidden fields? E.g. for travel & expense, I already have a Lodging view which includes only about 7 relevant fields but leaves out the often unused "Reservation Confirmation Number"; should I add a Lodging- Edit view which includes it rather than defaulting to the All Fields view to find it when I might need it? Any experiences or suggestions which way would be best? Finally, I also wish for an addition to List field drop-downs in the Edit Record dialog: "Edit List..." that takes me to the List editing dialog for that field, allowing me to modify the valid entries for a List field from the Edit Record dialog (and then rebuilding the database), without having to jump over to the Edit Database dialog. Thanks again. twv@ -- Tom Vrankar Raytheon Integrated Defense Systems Portsmouth Region N17 (M/S 190, Bldg 1W) 1847 West Main Road Portsmouth, RI 02871-1087 tw...@ss... (401)842-4380 Fax: (401)842-5208 |
From: jean-pierre d. <jpd...@wa...> - 2005-01-31 10:17:33
|
Hello I suppose that you already know this bug; but I report it... On my Clie T675C, Palm OS v4.1, 3.4Mb/15Mb free, I used the v1.1.1 with several databases without problem. Since I updated in the latest version, the command 'Sort Database' occurs a 'Fatal Exception' error, with asking a soft reset. As I got a Clie TH-55, Palm OS v5.2.1, 25.3Mb/ 32Mb free, I installed Pilot-DB v1.1.2; I just created a simple base with only two fields; I entered 2 records into; the command 'Sort Database' occurs a 'Fatal Exception' error too, but the message is more significative: Emul68KMain.c, Line:456, line 1111 exception at address 00E13DF0 then again with asking a soft reset. I hope this could be helped you; and if you need other information, feel free to email me. Best regards JP Dubois |
From: Dennis M. <dmc...@ny...> - 2005-01-30 04:11:41
|
> -----Original Message----- > From: pil...@li... > [mailto:pil...@li...]On Behalf Of Michael > Burke > Sent: Saturday, January 29, 2005 6:41 PM > To: pil...@li... > Subject: [pilot-db-list] Configure failure > > when i run ./configure i get the following error under linux: > > [mburke@localhost mburke]$ pilot-db/configure > checking whether make sets $(MAKE)... yes > checking for m68k-palmos-gcc... no > checking for m68k-palmos-coff-gcc... no > configure: WARNING: "Unable to find cross-compiler" > checking for m68k--gcc... no > configure: WARNING: "Unable to find cross-compiler" > configure: creating ./config.status > config.status: creating Makefile > config.status: creating rcp/Makefile > config.status: creating src/Makefile > mv: cannot move `./confstathL1hTR/out' to `src/Makefile': > Permission denied > config.status: creating def/ > config.status: error: cannot find input file: def/.in > > can anyone tell me why src/makefile has the wrong > permissions and where it's located so I can fix it. Configure takes the results of its investigations and creates a makefile based on what it discovered. It looks like it put its results into `./confstathL1hTR/out', and is attempting to move that file into the src directory as "Makefile". If it can't do so, likely reasons are 1) the src directory exists but the permissions on it won't allow configure to write to it 2) the src directory *doesn't* exist, and configure either has no provision to create it, or does not have permission to make the directory under whatever directory it happens to be in We'd need to know more about your setup, like where you put the DB stuff before you ran configure, to say much more. And judging from the warnings, you'll have other problems, as you don't have a gcc cross-compiler installed that configure can locate. If you are trying to build DB from source, the target processor is a Mororola 68K device. Stock gcc under Linux on a Intel box generates code for Intel processors. You need a version of GCC set up to generate Motorola code to get anywhere. ______ Dennis |
From: Michael B. <mpj...@ve...> - 2005-01-30 02:41:13
|
when i run ./configure i get the following error under linux: [mburke@localhost mburke]$ pilot-db/configure checking whether make sets $(MAKE)... yes checking for m68k-palmos-gcc... no checking for m68k-palmos-coff-gcc... no configure: WARNING: "Unable to find cross-compiler" checking for m68k--gcc... no configure: WARNING: "Unable to find cross-compiler" configure: creating ./config.status config.status: creating Makefile config.status: creating rcp/Makefile config.status: creating src/Makefile mv: cannot move `./confstathL1hTR/out' to `src/Makefile': Permission denied config.status: creating def/ config.status: error: cannot find input file: def/.in can anyone tell me why src/makefile has the wrong permissions and where it's located so I can fix it. |
From: Tom V. <tw...@co...> - 2005-01-29 18:16:08
|
Clie SJ22, 320x320, 1.1.2 1. Is there a way to set the default value of booleans (checked instead of unchecked)? 2. Can a boolean's checkbox be toggled by tapping it in list view instead of having to edit the whole record and then scroll to find the checkbox and then save the editted record? I suppose tapping in a record _near_ a checkbox would mean "toggle", and tapping a record not near a checkbox would mean "edit record", as it does now. 3. I can't sort even on one field, let alone two, without having to reset my handheld, ragrdless of database. I hope this can be fixed. 4. In an earlier post I asked if some sort of stylus-based record selection in list view could be implemented. I notice that some records will change either their text or background color when dragged over, but it doesn't seem to effect a "selection". Perhaps this feature is already partially implemented? 5. In the Edit List View and Edit Filters dialogues, when I create a new View or Filter, could it be automatically selected? 6. I agree with a previous poster that the entire Note body should be searched (I'll add: and displayed as much as will fit in list view), not just the first line. If there's a concern about search performance in certain databases, add a checkbox in the search/filter dialog to the effect of "search only the first line of Note fields" -- and make that unchecked by default. I keep finding new uses for db. Thanks again! twv@ |
From: Jurrie L. <jur...@ya...> - 2005-01-28 16:13:01
|
It appears that DB searches of Note fields terminate at the first <newline> character in the field. Is there any way to search the entire contents of these fields? If not, is there any chance of this being added in the future? Alternatively, is there another recommended character that can be used instead of <newline> to separate lines/items in a Note field? I'm using DB v. 1.1.2 (22 Dec 2004) __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |
From: Tom V. <tw...@ss...> - 2005-01-25 17:28:51
|
First: Thank you for this very useful piece of software. I'm running on a Clie SJ22, color 320x320. I am impressed with the control of the database structure and editing of the fields. And I really like the fine text that lets me see 21 lines of my table, plus headers! Since I see 1.1.3 around the corner, I have a bug, and a request. I don't see these in the mailing list archives; if I missed them and am redundant, apologies. 1. Among many other things, I was trying to see if I could use this as a note taker. I set up a simple database of two-field records, the first an auto-date-stamp (nice), the second a note. I expected that if I set the note field's width to 280 pixels, in the list view I would see as many characters of the note body as fit in 280 pixels with the smaller font, not just the first line of the note -- in hi-resolution list view, half my field is empty. Can this be fixed for the next version? 2. Then I also noticed that I cannot paste multi-line text from the clipboard ("upstroke-P") into the note field in the record editing dialog -- I expected the text to be wrapped into the note body as needed. 3. For editing a "new" record -- in the record edit dialog, can the cursor be initialized (focused) to the first field without a default or incremented value, to save a tap? 4. And the full-screen note dialog doesn't support any upstroke commands (or an Edit menu) at all. No Cut, Copy, Paste. Can this be fixed for the next version? 5. I liked that I could add a field to records in an existing database. It would be even more helpful if the default value of the new field would be copied into all existing records as the database is rebuilt, not just inserted into subsequent new records. 6. One column I tried to add was to contain only column separation -- I have an eight column table, and I didn't want to give up all the screen space required for column separators between all columns, when I visually needed it only between the 4th and 5th. Why wasn't I permitted to make the field only 4 or 5 pixels wide (to hold the "|" character? 7. Further, as I played more with the record edit dialog and the note dialog, I noticed that the field displayed in the record edit dialog isn't a simple reflection of, or a window onto, the first line of the note by default. The tool is providing essentially two fields for a note, a title distinct from the body, and once you edit in the note dialog you can tap a checkbox to have the note body's first 32 characters copied into the title which is the only thing showing in the list view. This was counter-intuitive to me. For example, I expected that if I entered text into the note's field in the record edit dialog, as I entered the last character that would fit on the line (or I entered a "Carriage Return"), the note entry dialog would automatically pop-up, with my already entered text at the top, word-wrapped as necessary, ready for me to continue entering the rest of the note. If my note was very short and fit entirely on the line, the full screen note dialog would not pop up. Later, if I edited the text of the first line of the note in either dialog, that change would be reflected in both dialogs. Is it possible to provide a global preference to select the windowed-style I've just described, instead of the original two-field style? 8. Finally, I discovered the Delete Records command in list view, which seemed more convenient than deleting individual records from within the record edit dialog. Is it possible to provide a mechanism by which a record or range of records could be "selected" to be deleted (cut X or in some future: duplicated D, moved M, copied C, or pasted P)? Maybe by highlighting the first and last column of pixels in the affected rows, or changing the background coloring of the rows. As you guessed, this idea occurred to me just after I deleted _all_ records in my database with this command :-). I recognize that to do this, you might need to redefine single-tap to mean "select", and move "edit record" to double- tap. Anyone agree or disagree with any of the observations above? Anyways, don't get me wrong -- this is a very handy program to have on my handheld. Thank you again for all your efforts. twv@ -- Tom Vrankar Raytheon Integrated Defense Systems Portsmouth Region N17 (M/S 190, Bldg 1W) 1847 West Main Road Portsmouth, RI 02871-1087 tw...@ss... (401)842-4380 Fax: (401)842-5208 |
From: <di...@ta...> - 2005-01-24 07:40:38
|
On Sun, Jan 23, 2005 at 11:09:18AM -0500, jd...@mn... wrote: > Can you send me pilot-db? Is there a problem downloading it from the site? -- Didi > Thank you! > Enildo |
From: <jd...@mn...> - 2005-01-23 15:12:22
|
Can you send me pilot-db? Thank you! Enildo |
From: <hol...@di...> - 2005-01-22 17:04:43
|
Hi all, I just wanted to say that the Homepage has been updated. ciao, Hans P.S. Nice to have you back Marc! |
From: Yedidyah Bar-D. <di...@ta...> - 2005-01-18 08:32:35
|
On Mon, Jan 17, 2005 at 05:04:18PM -0500, Genevieve Moore wrote: > Hello I am looking for DB v0.3.x to download on my PDA. The info I'm trying to download is telling me I need DB 0.3.x on my handheld. I can't find anything that has this exact wording. Please if you could help me I would greatly appreciate it! Did you try opening it with newer versions of pilot-db? I am not sure, but it might work well. You can also try reading it with palm-db-tools' pdb2csv. -- Didi > Thank you, > Genevieve Moore > sp...@ad... > > +++++++++++++++++++++++++++++++++++++++++++ > This Mail Was Scanned By Mail-seCure System > at the Tel-Aviv University CC. |
From: Ramon L. <rl...@te...> - 2005-01-14 05:43:58
|
Thanks to Tony McNamara for the suggestions. I finally got an overlay-es.prc with the translation I made by using make overlay-es.prc. I have tried it and it works well. However I could never build the final db.prc neither with sdk-4 nor with sdk-5. In both cases the process stops with an error. When I used sdk-5 release 3 make halted while parsing: /scr/double.c:38 ... #include <PalmOS Glue.h> and later at /scr/grids/standard.c:42 ... # include "../list.h" Indeed if I comment out these lines of code I finally get a db.prc that seems to work. So that I think that this error is related to this sdk5-r3. I used cygwin. |
From: <di...@ta...> - 2005-01-10 08:05:36
|
On Sun, Jan 09, 2005 at 02:02:44PM -0800, duk...@co... wrote: > Below are the details of a comment/bug report submitted via our website for the product DB (Pilot-DB) > > > Regards, > > > > > ----------------------------------------------------- > Submitter Name: Richard Arnold > Submitter Email: duk...@co... > Application: DB (Pilot-DB) > Application Location: http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&prodid=2175 > > Software Bug/Comment: > Does this software give one the ability to sort DB information by company & then name on the hand held palmOne as in PC Desktop? Yes, it's supposed to. I never tried it myself. -- Didi |
From: <duk...@co...> - 2005-01-09 22:02:48
|
Below are the details of a comment/bug report submitted via our website for the product DB (Pilot-DB) Regards, ----------------------------------------------------- Submitter Name: Richard Arnold Submitter Email: duk...@co... Application: DB (Pilot-DB) Application Location: http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&prodid=2175 Software Bug/Comment: Does this software give one the ability to sort DB information by company & then name on the hand held palmOne as in PC Desktop? |
From: p c. <pdc...@bl...> - 2005-01-09 16:37:41
|
ive set up a simple table=20 Date | Number 8Jan | 1 9Jan | 2 #! /usr/bin/perl -w use strict; use Palm::PDB; use Palm::Raw; use Data::Dumper; my $pdb =3D new Palm::PDB(); Palm::PDB::RegisterPDBHandlers("Palm::Raw", ""); my $pdb->Load("OR2.pdb"); print "name is "; print $pdb->{"name"}; print "\n"; my @array =3D$pdb->{"records"}; print Dumper \@array; gives this=20 $VAR1 =3D [ [ { 'data' =3D> 1', 'id' =3D> 13180929, 'category' =3D> 0, 'attributes' =3D> { 'Dirty' =3D> 1, 'dirty' =3D> 1 }, 'offset' =3D> 138 }, { 'data' =3D> =D5 2', 'id' =3D> 13180930, 'category' =3D> 0, 'attributes' =3D> { 'Dirty' =3D> 1, 'dirty' =3D> 1 }, 'offset' =3D> 148 } ] ]; router outreach # =20 Nay clues as to how I get access to the data ? |
From: Ramon L. <rl...@te...> - 2005-01-09 05:26:45
|
Hi, I have translated the latest sample.rcp into spanish. (this corresponds to pilot-db v1.1.2) because the included translation is outdated. But I cannot compile the source as instructed. I am using Cygwin with prc-tools 2.3 and PilRC 3.2. ./configure executes without problems. First, I have tried to compile the source with sdk-4 as stated in building.text. Make ends with errors. I checked makefile and it seems that sdk5 is required as the option PALMOS=-palmos5 is at the top. So I tried with the latest sdk-5r3, and it goes a little deeper in the process but again finishes with errors. I have compiled several small applications with no problem with my setup. Can someone help?. Maybe one of the admins?. I could also send the es.rcp to be included in the package. Ramon Leon |
From: <dem...@ya...> - 2005-01-07 17:12:05
|
Below are the details of a comment/bug report submitted via our website for the product DB (Pilot-DB) Regards, PalmGear.com http://www.palmgear.com 'THE Source for your Palm Powered World!' ----------------------------------------------------- Submitter Name: Heathermarie Mona Submitter Email: dem...@ya... Application: DB (Pilot-DB) Application Location: http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&prodid=2175 Software Bug/Comment: When starting DB I get the message "The Help.rcp file is not installed...". Where would I find this file to install it or is it something that should already be there? Thanks, Heathermarie Mona |
From: Yedidyah Bar-D. <di...@ta...> - 2005-01-07 16:05:43
|
On Fri, Jan 07, 2005 at 07:50:30AM -0700, Jerry wrote: > Thanks. I saw that it's unsupported but thought I'd give it a try anyway. BTW, noone mentioned palm-db-tools. The last released version is quite old, but I have a patch pending that makes it import/export scripts and filters. That's the only way to import/export them currently. It's in <http://www.cs.tau.ac.il/~didi/palm-db-tools-with-filters-and-scripts.patch>, and I can give you linux binaries if needed (and maybe even Windows ones, but I do not have ones ready). -- Didi |
From: Jerry <rie...@qw...> - 2005-01-07 14:50:38
|
Thanks. I saw that it's unsupported but thought I'd give it a try anyway. -- Jerry marc.chalain wrote: >Becarefull jpilot-db is no longer supported. > >http://sourceforge.net/projects/jpilot-db > > > >>Where can I download JPilot-DB? I can't seem to find a >> >> >download link on > > >>the ebsite. >> >> |