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: =?iso-8859-1?Q?<mar...@la...> - 2002-10-17 07:29:50
|
Quickly, There isn't reason that the tools cut the file in the middle. I think there is a character in your file that the tool understand as the end of the file. The best way is to verify if the database is always cuted at the same place and look the characters before and after the cuting. Salut, Marc. > I understand freeware and I am not offended. Just some feedback. > If I dont use the -e switch I only get an output file of the first 2kb of a > 30kb file. > > WITH the -e switch outputs the whole converted file but converts all > high-ascii > over 220 (used for many foreign languages ie hebrew text of the Old > Testament) all become \xblah. > > I dont know why the program breaks after 2kb without the -e switch since I > dont know what the difference internal to the program is. BUT WITH the -e > switch it DOES process the whole file. > > The file DOES contain newlines and requires decoding with the -e switch. > Comehow though it needs a way to NOT convert high ascii chars only those > under ascii 32. > > Can you impliment this easily? I think it SHOULD be easy. And perhaps needs > to be simply fixed in the -e coding. Extended mode should NOT convert > anything over 128 into \xblah at all. > > I can see this as nothing but an accidental bug. > > Patient I am but this does appear simple. My pdb DOES use extended mode > characters but the highascii charaters should not be converted like this but > pass through as simple characters. > > Yeshiah > > > ----- Original Message ----- > From: "hermann griebel" <hgr...@gm...> > To: "'Yeshiah Zalman'" <ye...@ea...> > Cc: <pil...@li...> > Sent: Wednesday, October 16, 2002 7:46 AM > Subject: RE: [pilot-db-list] the -extended mode problem > > > hi Yeshiah, hi 2 all the rest ;-) > > > the extended mode isn't for support of extended chars, it is the mode > for supporting the extended csv mode, an extract of the file > manual.txt: > > <cut> > The extended CSV mode is similar to the normal CSV mode in that you > separate each field using commas and you can use double quotes to > protect commas from being interpreted as the field separator. > However, the difference comes in when you want to add a double quote > into the field. Under the extended CSV mode, you need to preface the > quote mark with a backslash (\) like this: > </cut> > > btw, i'm using german extended chars (=E4 =F6 =FC =C4 =D6 =DC and =DF), only two of > them are converted wrong, the =F6 (\xf6) and =C4 (\xc4), the others are > all right. > > it's freeware, be patient ;-) > > so long, ciao hermann > > > -----Original Message----- > From: Yeshiah Zalman [SMTP:ye...@ea...] > Sent: Tuesday, October 15, 2002 10:43 PM > To: pil...@li... > Subject: [pilot-db-list] the -extended mode problem > > I have a database which uses high-ascii greek. > When I used pdb2csv to convert it to csv, I get > one of 2 problems depending on how I convert. > > If I dont use the -e switch for extended chars I get 10% > of the data. The rest is cut off. > > If I DO use the -extended mode... I get the whole > file converted but all geek chars are \xblah\xblah > > Neither of these are good outputs. What am I missing here. > > Yeshiah > > > > Acc=E9dez au courrier =E9lectronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 =80/mn) ; t=E9l : 08 92 68 13 50 (0,34=80/mn)" |
From: BURBAN D. <dom...@fr...> - 2002-10-17 07:15:31
|
Hi everybody, I found this two problems: 1/ default value in text field doesn't appear in new record in database. 2/ the find command of PALM doesn't work with field memo. Is anyone can help me ? Dominique BURBAN |
From: iGolf T. <ig...@ig...> - 2002-10-17 05:35:14
|
To All Recipients, I want to personally apologize to the individuals who did not wish to receive our email regarding a Free Trial Version CD for our charity golf tournament next week. I assure you we are making the necessary changes to insure you will no longer receive any emails pertaining to information we send out to developers and associated companies. Although we had a positive response to our trial version CD offer, we want to make sure the 10-20 individuals who requested their names be removed from the list are subsequently deleted from the database. For those who have already sent an email with "Remove" in the title, please be assured this is the last email you will receive from our company. As for others of you who may be unaware you are on our list and would like to be removed, we request you send an email with "Remove" in the subject. Our database system will automatically remove you without any further intervention. We have no intentions of spamming email across to other developers, as we are a small company who understands these frustrations. Furthermore I would like to address one more issue. Kenny West from Palmgear.com contacted me stating he had received a few emails accusing his company of selling names and email addresses. I want to assure all recipients there is no validity to these accusations. Palmgear.com remains one of the most dedicated web sites of practicing privacy protection. You have my word that under no circumstances has Palmgear.com ever sold us their database of names and email addresses. If and when we send out emails, they will be for developer information, beta tests, advertising opportunities, or strategic partnerships. An example would have been the first email we sent out regarding the Free Trial Version CD for our golf tournament. We do not intend on abusing our database by sending out emails every day or week. For all those who have purchased slots on the Free Trial Version CD for the golf tournament I want to assure you everything is still going as planned. If you have any questions about the CD please send an email to spo...@ig.... Once again I want to apologize for any intrusion we may have caused by our first email. We are working hard on assuring only interested parties receive a periodic email from us. If you have any questions please do not hesitate to contact me directly. For those who have signed up for the Free Trial Version CD we want to thank you and look forward to getting your software in front of our golfers. Regards, Brian C. Verdugo President iGolf Technologies br...@ig... |
From: KANE P. (CA) <Pet...@er...> - 2002-10-16 23:19:21
|
you can either use 1. There is an Excel integration tool: XLDBTOOL. I mostly use this. It allows you to view the database in excel. Find it on links from the home page. 2. the pdb to csv conversion tools provided in the DB distribution, or 3. there is a conduit that can transfer to an MS Access database (ref conduit by nixdev - follow the links from http://groups.yahoo.com/group/nixdev/) Good luck -----Original Message----- From: rog...@ac... [mailto:rog...@ac...] Sent: Thursday, 17 October 2002 2:19 To: Pil...@li... Subject: [pilot-db-list] Transfer of a Pilot-DB to a desktop I plan to use Pilot-DB on my Palm. I'm wondering wether I can transfer a DB created on Pilot-DB to my laptop in order to modify/print it...? Thanks in advance for your reply. Roger Elkaim Accenture - Paris mob. +33 686 72 96 97 office. +33 153 23 69 55 This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. This e-mail (including any attachments) may contain confidential or privileged information and is intended for the sole use of the person(s) to whom it is addressed. If you are not the intended recipient, or the person responsible for delivering this message to the intended recipient, please notify the sender of the message or send an e-mail to mailto:hel...@er... immediately, and delete all copies. Any unauthorised review, use, alteration, disclosure or distribution of this e-mail by an unintended recipient is prohibited. Ergon Energy accepts no responsibility for the content of any e-mail sent by an employee which is of a personal nature. Ergon Energy Corporation Limited ABN 50 087 646 062 Ergon Energy Pty Ltd ABN 66 078 875 902 |
From: Markus V. <mar...@un...> - 2002-10-16 19:49:12
|
Scott Wallace <swa...@my...> writes: > Hmm. I the beta should support this (if I understand what you mean). The > filters are listed at the bottom of the list screen next to the find icon. > If you are using the 'lite' release, there are no icons, and I don't > really know how filters would appear. If you are using the lite version, > try the 'mid'. I'm using the db-standard_no_handera.prc version but I do not understand - next to the find icon there is a find+ icon (I think this is for finding the next occurance of a search string). Apart from that I do not see any icon right of the find icon. Markus. |
From: Scott W. <swa...@my...> - 2002-10-16 19:36:05
|
> Hi all, > > I'm using DB 1.1.0B snapshot 14 Oct 2002 and must say that I'm very > impressed of DB (just converted from ThinkDB which I've used > previously). > DB is much leaner and provides exactly what I need. Keep up the > excellent work. > > What I'm looking for is a way of filtering a large database by certain > strings. The search functionality does not provide this feature any > more. Is this just deactivated in the BETA release or am I looking at > the wrong place? Hmm. I the beta should support this (if I understand what you mean). The filters are listed at the bottom of the list screen next to the find icon. If you are using the 'lite' release, there are no icons, and I don't really know how filters would appear. If you are using the lite version, try the 'mid'. However, as you will notice db 1.1 is very much in a beta state. We are trying to work out the bugs, but please make sure you BACKUP before you try it out. -Scott |
From: Markus V. <mar...@un...> - 2002-10-16 19:27:38
|
Hi all, I'm using DB 1.1.0B snapshot 14 Oct 2002 and must say that I'm very impressed of DB (just converted from ThinkDB which I've used previously). DB is much leaner and provides exactly what I need. Keep up the excellent work. What I'm looking for is a way of filtering a large database by certain strings. The search functionality does not provide this feature any more. Is this just deactivated in the BETA release or am I looking at the wrong place? Thanks, Markus. |
From: hermann g. <hgr...@gm...> - 2002-10-16 19:05:59
|
hi 2 all ;-) on extensive testing the following occured on version 1.1.: 1. In very large databases scrolling to a dataset by writing the first letter in the graffiti field doesn't work properly. the dataset is shown in the last row. 2. The global script "(sort 1 1) and (filt Neustadt)" works, but a scrolling problem occurs: a result set of 7 datasets can be scrollen out of the screen. The filter: "(sstr %4 olon) or (sstr %9 gma)" works right, whithout the scrolling problem. 3. On a database with 190 entries an int field with an increment of 1 was added and 4 new entries to test this was added too. on deleting of this 4 entriet a severe error occured: severe error drivers/db3.c line 1440 out of memory so long, ciao hermann |
From: hermann g. <hgr...@gm...> - 2002-10-16 18:57:10
|
hi Yeshiah, hi 2 all the rest ;-) the extended mode isn't for support of extended chars, it is the mode=20 for supporting the extended csv mode, an extract of the file=20 manual.txt: <cut> The extended CSV mode is similar to the normal CSV mode in that you=20 separate each field using commas and you can use double quotes to=20 protect commas from being interpreted as the field separator.=20 However, the difference comes in when you want to add a double quote=20 into the field. Under the extended CSV mode, you need to preface the=20 quote mark with a backslash (\) like this: </cut> btw, i'm using german extended chars (=E4 =F6 =FC =C4 =D6 =DC and =DF), = only two of=20 them are converted wrong, the =F6 (\xf6) and =C4 (\xc4), the others are = all right. it's freeware, be patient ;-) so long, ciao hermann -----Original Message----- From: Yeshiah Zalman [SMTP:ye...@ea...] Sent: Tuesday, October 15, 2002 10:43 PM To: pil...@li... Subject: [pilot-db-list] the -extended mode problem I have a database which uses high-ascii greek. When I used pdb2csv to convert it to csv, I get one of 2 problems depending on how I convert. If I dont use the -e switch for extended chars I get 10% of the data. The rest is cut off. If I DO use the -extended mode... I get the whole file converted but all geek chars are \xblah\xblah Neither of these are good outputs. What am I missing here. Yeshiah |
From: Trever S. <tre...@ya...> - 2002-10-16 18:21:24
|
check out jpilot-db.sourceforge.net There's a GUI you can use to alter your database on your desktop. It's very alpha, but basic editing does work. I have not added printing support yet... Sorry. Any feedback is appreciated, thanks "mar...@la..." <mar...@la...> wrote:You can use the backup of your databases done with PalmDesktop. After dbtools provide different tools to modify/print the databases with CSV files or Excel. > I plan to use Pilot-DB on my Palm. > I'm wondering wether I can transfer a DB created on Pilot-DB to my laptop > in order to modify/print it...? > > Thanks in advance for your reply. > > Roger Elkaim > Accenture - Paris > mob. +33 686 72 96 97 > office. +33 153 23 69 55 > > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited. > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 /mn) ; tél : 08 92 68 13 50 (0,34/mn)" ------------------------------------------------------- This sf.net email is sponsored by: viaVerio will pay you up to $1,000 for every account that you consolidate with us. http://ad.doubleclick.net/clk;4749864;7604308;v? http://www.viaverio.com/consolidator/osdn.cfm _______________________________________________ Pilot-db-list mailing list Pil...@li... https://lists.sourceforge.net/lists/listinfo/pilot-db-list Trever M. ShickVoice Mail(800) MY-YAHOO ext 773-486-2318Home(773) 486...@ya... --------------------------------- Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com |
From: =?iso-8859-1?Q?<mar...@la...> - 2002-10-16 17:53:41
|
You can use the backup of your databases done with PalmDesktop. After dbtools provide different tools to modify/print the databases with CSV files or Excel. > I plan to use Pilot-DB on my Palm. > I'm wondering wether I can transfer a DB created on Pilot-DB to my laptop > in order to modify/print it...? > > Thanks in advance for your reply. > > Roger Elkaim > Accenture - Paris > mob. +33 686 72 96 97 > office. +33 153 23 69 55 > > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited. > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > Acc=E9dez au courrier =E9lectronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 =80/mn) ; t=E9l : 08 92 68 13 50 (0,34=80/mn)" |
From: <rog...@ac...> - 2002-10-16 16:27:52
|
I plan to use Pilot-DB on my Palm. I'm wondering wether I can transfer a DB created on Pilot-DB to my laptop in order to modify/print it...? Thanks in advance for your reply. Roger Elkaim Accenture - Paris mob. +33 686 72 96 97 office. +33 153 23 69 55 This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. |
From: hermann g. <hgr...@gm...> - 2002-10-16 09:40:04
|
hi 2 all, hi scott ;-) the following errrors occured, the rest is only some minor inconsistencies ... 1.1. Plugin Information: after deletion of 4 records the right number is only displayed when the rebuild database command is done 1.2. Plugin Information: It would be very convenient when the information plugin would count filtered views, now always the whole database is counted. 2. Global Scripts: The arrow marking writing with big letters is not shown 3. Using a view with the global script "(filt Hernie)" leads to a stange scrolling behavior: when scrolling down until the last dataset of that filtered view is shown in row 1 - the rest of the screen is blank - and then go on with scrolling downwards, the beginning of the database will be shown. 4. Configure Filter Dialog: There should be an option either to search for a string or to use a script. The "Case sensitive search", "Match whole word" and "Search specific field" options are without sense when using a script. What about a button switching between the existing screen and 4 lines for a script 5. It would be fine to use wildcards in the filtering dialog (* or ?) 6. Wheras the views always start whith the last used view the filters don't. What about an option in the "global preferences" dialog where this can be choosen - for the filter and the view ? NB.: During switching rapidly (whith copy and paste of scripts) between different filters the following errors occured: Memory Mgr.l Line 4390 don't know the text any more, sorry Memory Mgr.l Line 4347 Non-word-aligned handle hope i can help to make a good prog better, so long, ciao hermann |
From: =?iso-8859-1?Q?<mar...@la...> - 2002-10-16 06:56:15
|
I never try no-ascii characters convertion. Can you send me an example file? > I have a database which uses high-ascii greek. > When I used pdb2csv to convert it to csv, I get > one of 2 problems depending on how I convert. > > If I dont use the -e switch for extended chars I get 10% > of the data. The rest is cut off. > > If I DO use the -extended mode... I get the whole > file converted but all geek chars are \xblah\xblah > > Neither of these are good outputs. What am I missing here. > > Yeshiah > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v?http://www.viaverio.com/ > consolidator/osdn.cfm > > > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > Acc=E9dez au courrier =E9lectronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 =80/mn) ; t=E9l : 08 92 68 13 50 (0,34=80/mn)" |
From: Flora K. <Fl...@vl...> - 2002-10-16 05:51:19
|
I managed to convert csv file to pdb using the command version - so Iknow my csv file and fields are correct. But I want to use the view option and when I tried to use the metafile, it kept reporting "number of fields doesn't match". My metafile is: title "Concert Listings - Trial" extended on option backup on field Date string 20 field Day string 20 field Time string 20 field Artist string 100 field Location string 20 field Month string 10 view CompactView Date 20 Artist 100 Time 30 Day 30 Location 40 And an example data from the CSV is: "2","Sat","19:00","London Philharmonic Orchestra","RFH","Nov" I rang csv2pdb using : csv2pdb --type=db -i Concerts.ifo Dec.csv Dec.pdb It reports number of fields etc. But if I run csv2pdb using: csv2pdb -t db --title "Concert Listing - Dec" -f Date,string -f Day,string -f Time,string -f Artist,string -f Location,string -f Month,string Dec.txt Dec.pdb Can anyone help? Flora |
From: Yeshiah Z. <ye...@ea...> - 2002-10-15 20:43:44
|
I have a database which uses high-ascii greek. When I used pdb2csv to convert it to csv, I get one of 2 problems depending on how I convert. If I dont use the -e switch for extended chars I get 10% of the data. The rest is cut off. If I DO use the -extended mode... I get the whole file converted but all geek chars are \xblah\xblah Neither of these are good outputs. What am I missing here. Yeshiah |
From: Scott W. <swa...@my...> - 2002-10-14 15:59:34
|
On Mon, 14 Oct 2002, _oftl_ wrote: > is there an SQL plugin for Pilot-DB ? > > oftl Not currently. -Scott |
From: _oftl_ <of...@xo...> - 2002-10-14 15:19:18
|
is there an SQL plugin for Pilot-DB ? oftl -- o----------------------------o | christian "oftl" veigl | | http://frost.feig.at/~oftl | o----------------------------o | now @ VIMIO / vukovar / HR | | http://clik.to/vimio | o----------------------------o | [watch -d -n1 uname -r] | o----------------------------o |
From: KANE P. (CA) <Pet...@er...> - 2002-10-13 23:42:41
|
Dear Hermann (& List), attached is a DB database of DB script commands that might come in handy. It comes from the DB documentation. I intend to post= it to the sourceforge page (& the home page) after I have finished setting up an example for each script. I hope this goes a little way to helping people with scripts. I am still learning myself.=20 You should also refer to the html documentation, and some extra documentation in the doc folder in the snapshot release. - Peter -----Original Message----- From: hermann griebel [mailto:hgr...@gm...] Sent: Sunday, 13 October 2002 4:25 To: 'pil...@li...' Subject: [pilot-db-list] bug in version 1.1 hi 2 all first of all i was happy to see the new filter possibilities, they=20 are great. but using a script with this filters - as was shown in the NEWS file=20 - i found that single records in filtered views (when a script was=20 used) can't be opened. on the other hand they can be opened when a=20 single word is used. there weren't complicated scripts (seq %1M=FCller) or (sstr %2 kol).=20 the combination of both with or will lead to an error due to a=20 limitation of script length. can this be done longer ? nevertheless - great program which is getting better and better ... the global scripts seems to be also very useful, but i can' use them=20 because i don't know how ... so long ciao hermann This e-mail (including any attachments) may contain confidential or privileged information and is intended for the sole use of the person(s) to whom it is addressed. If you are not the intended recipient, or the person responsible for delivering this message to the intended recipient, please notify the sender of the message or send an e-mail to mailto:hel...@er... immediately, and delete all copies. Any unauthorised review, use, alteration, disclosure or distribution of this e-mail by an unintended recipient is prohibited. Ergon Energy accepts no responsibility for the content of any e-mail sent by an employee which is= of a personal nature. Ergon Energy Corporation Limited ABN 50 087 646 062 Ergon Energy Pty Ltd ABN 66 078 875 902 |
From: hermann g. <hgr...@gm...> - 2002-10-12 18:25:55
|
hi 2 all first of all i was happy to see the new filter possibilities, they=20 are great. but using a script with this filters - as was shown in the NEWS file=20 - i found that single records in filtered views (when a script was=20 used) can't be opened. on the other hand they can be opened when a=20 single word is used. there weren't complicated scripts (seq %1M=FCller) or (sstr %2 kol).=20 the combination of both with or will lead to an error due to a=20 limitation of script length. can this be done longer ? nevertheless - great program which is getting better and better ... the global scripts seems to be also very useful, but i can' use them=20 because i don't know how ... so long ciao hermann |
From: hermann g. <hgr...@gm...> - 2002-10-11 21:00:29
|
-----Original Message----- From: hermann griebel [SMTP:hgr...@gm...] Sent: Friday, October 11, 2002 10:55 PM To: 'pil...@li...' Subject: [pilot-db-list] bugs in 1.2 hi 2 all ;-) first of all, the program is getting better and better - you're doing a great job ... 1. the global script dialog can't be canceld, the button 'cancel' don't leave the dialog window ... 2. in the edit filter dialog filtering by a specific filed can't be done, there is always the option 'all fields' active. that can't be changed ... so long, ciao hermann ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Pilot-db-list mailing list Pil...@li... https://lists.sourceforge.net/lists/listinfo/pilot-db-list |
From: hermann g. <hgr...@gm...> - 2002-10-11 20:56:32
|
hi 2 all ;-) first of all, the program is getting better and better - you're doing a great job ... 1. the global script dialog can't be canceld, the button 'cancel' don't leave the dialog window ... 2. in the edit filter dialog filtering by a specific filed can't be done, there is always the option 'all fields' active. that can't be changed ... so long, ciao hermann |
From: BURBAN D. <dom...@fr...> - 2002-10-11 20:51:30
|
Thanks you for your response Mark. I have another problem with DB when I want to set a default value in text field. In fact the default value isn't take account when I record a new item in my database. Do you have this problem ? I fact when I click at each time on the property of text field, the last value disappeared. -----Message d'origine----- De: mar...@la... [SMTP:mar...@la...] Date: vendredi 11 octobre 2002 09:30 A: =?utf-8?Q?dominique.burban?= Objet: Re:[pilot-db-list] same liste Now, it's impossible, or you can do that easily on your PC. Another solution is to use another database where you put only one text field and you save your list inside, after in your main database you create 2 link fields on this second database. > Hi, > I'm going to discover the existence of marvellous database and I want to > thank the developer team for this product. > Now, I have a question about list field. In fact I would like to implement > in my DB, two list fields with the following property: the two lists are > equal. Is it possible to have this without writing again a new list? > > Thanks in advance. > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pilot-db-list mailing list > Pil...@li... > https://lists.sourceforge.net/lists/listinfo/pilot-db-list > Accedez au courrier electronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 ?/mn) ; tel : 08 92 68 13 50 (0,34?/mn)" |
From: BURBAN D. <dom...@fr...> - 2002-10-11 06:46:23
|
Hi, I'm going to discover the existence of marvellous database and I want to thank the developer team for this product. Now, I have a question about list field. In fact I would like to implement in my DB, two list fields with the following property: the two lists are equal. Is it possible to have this without writing again a new list? Thanks in advance. |
From: Imran M. Y. - M. <imr...@bc...> - 2002-10-11 04:25:53
|
subcsribe |