Backup Bit

2005-10-20 Thread moulieswaran_e
I need assistance to prevent my database from being stored as backup. I unchecked the Set Backup Bit in mytarget Settings, but that does not seem to work and the pdb file is getting stored in backup. I tried to remove the backup bit through the following code, but still the pdb file is

Selector trigger in table

2005-10-13 Thread moulieswaran_e
I am trying to draw selector trigger in table to pick the date. I have used the below mentioned code: TblSetItemStyle (table, row, editDataColumn, customTableItem); TblSetItemInt (table, row, editDataColumn, fieldIndex);

Fieldmap

2005-10-12 Thread moulieswaran_e
I am trying to extract records from contacts database to my app. I was able to unpack all the records and fields from the database. However, when I tried to draw the fields using FieldMap id, it throws invalid pointer error fieldNum = FieldMap[fieldIndex]; fieldNum is the row id of the table

How to beam pdb file?

2005-08-19 Thread moulieswaran_e
I am currently working on the beam feature for my application, which contains pdb files. Since the bundle bit works only from version 4 onwards, I want to know if there is any other method that supports the beaming of the application in earlier versions, too. Thanks, Mouli -- For information