Well, first off, if you use 'memo' your conduit will run all the time
because MemoPad (comes standard with any Palm device) uses 'memo' as their
Creator ID.  What you have to do is create the database and application with
YOUR creator ID.  In the skeleton that CW creates for you, there is a global
constant appFileCreator.  Use that and set it to your CREATOR ID.  Then
create databases using:

        e = DmCreateDatabase(0, DB_Name, appFileCreator, DB_Type, false);
 
^^^^^^^^^^^^^^ 

Hopes this helps.                                               
Eric Sun
Developer - RAD systems
Q. Data Inc.
5/19/00 12:35 PM

        -----Original Message-----
        From:   Fredrik Persson [SMTP:[EMAIL PROTECTED]]
        Sent:   Friday, May 19, 2000 12:21 PM
        To:     Palm Developer Forum
        Subject:        Creator for application

        I have a strange problem with my conduit. If i set the creatorfield
to
        'memo' the conduit always run no matter what palmdatabase I try to
get
        records from. But when i take the creatorname of my own database I
can't
        even run the conduit.
        Is it anybody that knows anything about this. Do I have to set a
        creatorvalue on my application and in that case, how do I do that.


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

-- 
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