Hello,

It seems as though the console support in CW8 does not support the same
syntax as the Palm debuggers console window. I am trying to search for
databases with a particular creator id.

Example:

in the Palm debuggers console window:
dir 0 -c memo
name                    ID      total       data
--------------------------------------------------
 MemoDB            000201C3    0.208 Kb    0.064 Kb
*Memo Pad          10CCFC88   22.702 Kb   22.514 Kb
*Memo Pad          10CCFC88   22.702 Kb   22.514 Kb
*Memo Pad_enUS     10CD553E    5.203 Kb    4.709 Kb
*Memo Pad_enUS     10CD553E    5.203 Kb    4.709 Kb
----------------------------------------------------------------
Total: 5

in CW console window:
dir 0 -c memo

name                                 ID      total       data
----------------------------------------------------------------
-----------------------------------------------------------------
Total: 0


The functionality is advertised as the same in both programs:
dir

Syntax: dir <cardNo>|<searchOptions> [displayOptions]
   <searchOptions>:
       -t       # search by type
       -c       # search by creator
       -latest  # search for only latest version of each database
   <displayOptions>:
       -a       # show all info for each database
       -n       # show name
       -id      # show ChunkID
       -s       # show size
       -r       # show number of records
       -at      # show attributes
       -v       # show version
       -d       # show dates
       -m       # show modification #
       -i       # show info fields
       -tc      # show type & creator
   Note: follow any option with - to turn it off



Any chance CW will support the full console options?

thx
-mark






-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to