RE: Problem unsubscribing

2002-12-30 Thread chang . elizabeth
I know the procedure. The problem is Unscribe does not take my email address. Below is the response I received. I am sure I entered the correct email address. Re: your unsubscribe request unsubscribe palm-dev-forum Sorry, but your email address: [EMAIL PROTECTED] is not listed as a member

Problem unsubscribing

2002-12-24 Thread chang . elizabeth
Hi, I have been receiving discussion emails to this email address (both development and conduit) which I subscribed. I want to unsubscribe from the list but it didn't take my email address ([EMAIL PROTECTED]). Can someone please help? Thanks. -Elizabeth -- For information on using the Palm

Re: GPS receiver for PALM m500

2002-07-31 Thread Chang . Elizabeth
Palm m500 uses SDIO to communicate with the GPS receiver. Is the SDIO slot a serial port? I need to know if I should do SrmOpen(serPortIRPort, baud, portId) or SrmOpen(serPortCradlePort, baud, portId). Thanks. -Elizabeth Chang |-+-- |

SrmOpen(serPortIRPort, baud, portId) or SrmOpen(serPortCradlePort,baud, portId)

2002-07-31 Thread Chang . Elizabeth
When reading from a Magellan GPS receiver connected to a Palm m500, which port open function should I use: SrmOpen(serPortIRPort, baud, portId) or SrmOpen(serPortCradlePort, baud, portId)? -Elizabeth Chang -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: Relational DB developing

2002-07-29 Thread Chang . Elizabeth
I have two questions on upgrading to the Enterprise edition. How much is the upgrade cost from CodeWarrior 8 for Palm OS to CodeWarrior Enterprise? My second question is the cost on license fee(s) on wireless connectivity and database(s) per user? -Elizabeth Chang

Using the Serial Manager SrmOpen to Read from a GPS Unit

2002-07-29 Thread Chang . Elizabeth
We are developing an application to communicate the Magellan GPS unit with a Handspring device. We are not using the Cradle Port or HotSync Port. How can I configure the Port for SrmOPen()? Can you give me an example? -Elizabeth Chang -- For information on using the Palm Developer Forums,

Re: Constructor running on System with Large Amounts of Memory

2002-07-25 Thread Chang . Elizabeth
No, I didn't read the release note. I just searched the Release Notes folder, but nothing for the Constructor. What is the file name? -Elizabeth Chang |-+-- | | Ben Combee | | | [EMAIL

Where is CodeWarrior Constructor Release Note? (was Constructorrunning on System with Large Amounts of Memory)

2002-07-25 Thread Chang . Elizabeth
I can't use the CodeWarrior Constructor 1.8. A dialog box keeps popping up saying low memory. There is nothing I can do to create any UI with the Constructor now. Ben Combee said there was a release note for the Constructor, which should explain the problem. Where can I find the release note

Metrowerks CodeWarrior 8 - Generic Error 32770

2002-07-24 Thread Chang . Elizabeth
Hi, I just got a new copy of CodeWarrior v8 and tried to create a new application following the Tutorials section on Creating a Project. I received an error message Generic Error 32770. An unknown error has occurred. when clicking at the Finish button. I accepted all the defaults from the

Metrowerks CodeWarrior 8 - Generic Error 32770 - more details

2002-07-24 Thread Chang . Elizabeth
After clicking at the OK button at the error message dialog, I received two error messages: Error : Can't find a match for 'reserved' in the switch statementPalmOSApTemp.r line 252 1, uncompressed, noTransprency, 1001, 0, 0, reserved, Error : Can't find a match for 'reserved'

RE: Metrowerks CodeWarrior 8 - Generic Error 32770

2002-07-24 Thread Chang . Elizabeth
Vinu, I am not able to get to the FTP site because of the company firewall. I tried ftp://ftp.metrowerks.com/pub/updates/CWPP8/CW_for_Palm_V8.2_Update.exe. Can you please email me the update? By the way, I have only one copy of CodeWarrior. There hasn't been any prior install to my computer.

Re: Using Serial Manager for GPS/PDA Application

2002-01-30 Thread Chang . Elizabeth
Thank you for responding. We have not purchased and GPS unit for any Palm OS applications. Before we decide what to purchase, I would like to verify the following: If we use a Springboard or SDIO unit, we are limited to Handspring PDAs and Palm V series. If we use GPS receiver, we

GPilots

2002-01-30 Thread Chang . Elizabeth
Hi, I looked up GPilots from www.palmgear.com and tried the documentation website (http://www.cru.fr/perso/cc/gpilots/doc/gpilots-doc-eng.html) to print it out. The website is in French(?). Where can I find the English version? - Elizabeth Chang -- For information on using the Palm

Re: GPilots

2002-01-30 Thread Chang . Elizabeth
Thank you. I didn't know cases in URL can make a difference. - Elizabeth Chang Joe

Re: GPilots

2002-01-30 Thread Chang . Elizabeth
I found the documentation. But it doesn't mention the Palm local database. I want to use the Palm local database (updated by the GPilots application) for another application. - Elizabeth Chang

Re: Using Serial Manager for GPS/PDA Application

2002-01-30 Thread Chang . Elizabeth
Anybody know if GPilots receives and records location data such as latitude and longitude to a Palm local database? -Elizabeth Hal Mueller

Using Serial Manager for GPS/PDA Application

2002-01-28 Thread Chang . Elizabeth
Hi, I am interested in writing a Palm OS application to read off data in the GPS unit from a Palm OS application. Is Serial Manager the right way and the only way to go? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Want to read and save data from a GPS unit

2002-01-24 Thread Chang . Elizabeth
Hi, I want to write a Palm OS application to read and save the GPS data to a Palm local database for later use. Is this possible? If so, is there some sample code or application available? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: Palm-GPS API help

2002-01-23 Thread Chang . Elizabeth
Where can I find the SDK? We are interested in reading coordinate data from the GPS unit and saving the data to a Palm local database. - Elizabeth Chang

Re: Question on CtlGetLabel()

2001-08-09 Thread Chang . Elizabeth
Static is necessary for the label text pointer. CtlSetLabel() stores the new label pointer in the control's data structure. It does not make a copy of the text. Take a look at the comments under CtlSetLabel() in Palm OS SDK Reference (SDK 4.0). -Elizabeth

RE: Question on CtlGetLabel()

2001-08-08 Thread Chang . Elizabeth
Why using STATIC variable for the label text? If CtlGetLabel() returns a pointer to the label text, I should be able to get the text whenever I want. Right? -Elizabeth

RE: Question on CtlGetLabel()

2001-08-08 Thread Chang . Elizabeth
Thank you for clarifying. After spending almost an hour studying the comments under CtlGetLabel, I have a better understanding of setting and getting label text from the Selector control. Since CtlSetLabel() uses pointer to a string, this pointer should persists during the life of the Form

Question on CtlGetLabel()

2001-08-07 Thread Chang . Elizabeth
Hi, According to the Palm OS API Reference documentation, CtlGetLabel() does not return the text from the label, for example, from a Selector Trigger control, if the label was set from CtlSetLabel(). Then what is this API function really for? And how can I save the label text to the database?

Palm crashed at application launching

2001-08-07 Thread Chang . Elizabeth
Hi, I installed an application to a client's Palm IIIx and it crashed the Palm when the application was launching. My client had to do a hard reset and reinstall all the applications. But the same application didn't crash the other Palm. Is this related to available memory to start the

RE: Palm crashed at application launching

2001-08-07 Thread Chang . Elizabeth
Yes I did and it didn't crash in the other Palm's. But if an application crashes at any Palm device, this application has bug(s). Doesn't Palm Install program take care of the low memory problem? Do you add code to handle low memory before the application launches? -Elizabeth

RE: Palm crashed at application launching

2001-08-07 Thread Chang . Elizabeth
I can't re-produce the problem since I don't have the Palm. My client is out for couple weeks. I remember my client said the Palm screen went blank at application launching. He tried resetting the Palm, but it didn't reset. He tried turn off the Palm, it didn't go off. Finally he had to do

RE: Palm crashed at application launching

2001-08-07 Thread Chang . Elizabeth
Thank you for the suggestions. I will add code to check for error in memory allocation routines. -Elizabeth Yu, Ken [IT] [EMAIL PROTECTED]

Re: Question on CtlGetLabel()

2001-08-07 Thread Chang . Elizabeth
I was able to get the text out of the label (using StrCopy) only at the ctlSelectEvent. It was @... at other time. -Elizabeth Igor Mozolevsky

RE: Question on CtlGetLabel()

2001-08-07 Thread Chang . Elizabeth
You are right. CtlGetLabel does return a pointer to the control's label text, but not the text. I was able to do a StrCopy to save it to a char* variable at the ctlSelectEvent. However, If I do the same thing outside of this event, I don't get the label text (of 8/7/01). Instead, I get

RE: Question on CtlGetLabel()

2001-08-07 Thread Chang . Elizabeth
No. I was trying to get the label text from a Selector control and save it to a char* variable. Here is a copy of the comments from the API Reference documentation about using CtlSetLabel... This function stores the newLabel pointer in the control's data structure. It doesn't make a copy of

RE: Link_Warning_-_duplicate_resource

2001-08-02 Thread Chang . Elizabeth
Thanks for reminding me about my previous email. I am sorry for asking the same question. In my case, there is no solution but to upgrade to CW 7. I already checked that there is no duplicate resource ID in the two resource files and only one of them has Generate App Resource checkbox

Link Warning - duplicate resource ' µMWC'(16400)

2001-08-01 Thread Chang . Elizabeth
Hi, Can someone please give me a hint on what the following message is about? Link Warning : ignored duplicate resource 'µMWC'(16400) in 'MyApp.rsrc' I don't have resource ID 16400 in MyApp.rsrc. And it doesn't appear in any of the header files. Thanks. -Elizabeth -- For information on

Re: 68K Processor ScrollBars

2001-07-30 Thread Chang . Elizabeth
I ran the application under SDK4.0 (Emulator 3.0?) and the scrollbar was working fine at 68k format. sclRepeatEvent is now receiving correct data. Thanks for help. -Elizabeth

RE: FrmInitForm Returns frmP-formId = 0

2001-07-23 Thread Chang . Elizabeth
How do I turn off the optimizations? I believe I have set to the lowest optimization level. In Global Optimization, I have Fast Execution Speed checked, Large Code Easier Debugging set to level 0 (or Optimizatio, all the way to the left). For your first question, frmP-formId = 0 was after

FrmInitForm Returns frmP-formId = 0

2001-07-19 Thread Chang . Elizabeth
Hi, I keep getting frmP-formId = 0 from the AppHandleEvent. Here is the block of code: UInt16 formId; FormPtr frmP; Err error; if (eventP-eType == frmLoadEvent) { formId = eventP-data.frmLoad.formID;//line#1 frmP = FrmInitForm(formId);//line#2

Re: List Draw Problem

2001-07-16 Thread Chang . Elizabeth
I commented out line #2 and the error message went away. I tested the application and the Up and Down arrows were showing when the list was longer than the display area. It looks like the Constructor sets the default to Has Scrollbar in list controls. Thanks for pointing out. But how would

Re: List Draw Problem

2001-07-16 Thread Chang . Elizabeth
Thanks again. The default list attributes work for me. -Elizabeth Steve Mann [EMAIL PROTECTED]

List Draw Problem

2001-07-12 Thread Chang . Elizabeth
Hi, I am using CodeWarrior 6/ Palm OS SDK 4.0/Emulator 3.2 I am having problem drawing the list. The error occurs at line #4 below: list = GetObjectPtr( ChecklistSectionDescrList ); //line #1 list-attr.hasScrollBar = true; //line #2 //set callback

Password Field

2001-06-11 Thread Chang . Elizabeth
Hi, I would like a field formatted for Password, e.g. encrypted password. Can someone help? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Duplicate resource warning message

2001-05-31 Thread Chang . Elizabeth
Hi, I have been getting the following warning message after adding another resource file to the application: Link Warning : ignored duplicate resource 'µMWC'(16400) in 'SPCChecklist.rsrc' I did a search on all source files and header files, but there is no resource id 16400. Where is it

Re: 68K Processor ScrollBars

2001-05-31 Thread Chang . Elizabeth
I have to say that the 68K Processor setting was causing my scrollbar not receiving newValue. The scrollbar moves but newValue always returns 0. However, after I switched it back to 68K 4-byte, I got the scrollbar acting normally. I will try it on Emulator 3.1 later to find out more. I am

68K Processor ScrollBars

2001-05-29 Thread Chang . Elizabeth
Hi, I do not getting the scrollbar for the List control if Struct Alignment is set to 68K in Target Settings Panels/Code Generation/68K Processor. If I set it to 68K 4-byte, the scrollbar is there and works fine. But this doesn't solve all the problems. When at 68K 4-byte, the scrollbar for

sclRepeat.newValue does not get updated

2001-05-23 Thread Chang . Elizabeth
Hi, I added a Scrollbar control next to a Field control in a Form in CodeWarrior Release 6/SDK 3.5. Value in sclRepeat.newValue never gets updated at sclRepeatEvent event, it stays at 0 (zero). I followed the instructions in the Tutorial with 0 (zero) in the following 4 properties in the

sclRepeat.newValue does not get updated

2001-05-21 Thread Chang . Elizabeth
Hi, I added a Scrollbar control next to a Field control in a Form in CodeWarrior Release 6/SDK 3.5. Value in sclRepeat.newValue never gets updated at sclRepeatEvent event, it stays at 0 (zero). I followed the instructions in the Tutorial with 0 (zero) in the following 4 properties in the

Re: How Can I Set the Record Attribute So the Conduit Knows Record IsNew?

2001-03-22 Thread Chang . Elizabeth
It sounds like a good plan. (I forgot to make use of the Local Record ID). Thanks. -Elizabeth Jim Cooper

How Can I Set the Record Attribute So the Conduit Knows Record Is New?

2001-03-21 Thread Chang . Elizabeth
Hi, I am using CodeWarrior 6 SDK 3.5. I want to mark the record New if it is new. I searched the PalmOS Reference document and wasn't able to find the information I needed. I can set the Dirty Bit at DmReleaseRecord, but it only flags the record is modified. Thanks. -Elizabeth -- For

Re: How Can I Set the Record Attribute So the Conduit Knows Record IsNew?

2001-03-21 Thread Chang . Elizabeth
I have to handle the records differently. I need to generate a new key before the new record is added to the Oracle database. Do you process new and modified records differently in the conduit? -Elizabeth

Should I Upgrade to CodeWarrior 7

2001-03-15 Thread Chang . Elizabeth
Hi, We are considering upgrading to CodeWarrior 7; however, there seem to be serious problems with the newer version. I am wondering if anyone has had good experience with the upgrade. Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Help Reading Data From Another Application

2001-02-27 Thread Chang . Elizabeth
I figured out myself. Thanks. Elizabeth Chang/R9/USEPA/US@EPA Sent by:

Help Reading Data From Another Application

2001-02-24 Thread Chang . Elizabeth
Hi, I have two applications sharing the same data, for example with Creator IDs APP1 and APP2. All data was created in APP1 application. Now I want to access to a database in APP1 from APP2. Can I do it? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to

Need Help Getting Web Content To The Palm

2001-01-19 Thread Chang . Elizabeth
Hi, We am looking for a solution to get Web content to the Palm from a Lotus Domino Web Server. We have some Web applications in the Domino Server accessing Domino databases. We also would like to access to the applications/databases from the Palm. What development tool do I need? Any input

Help Getting Web Content To the Palm

2001-01-17 Thread Chang . Elizabeth
Hi, I am looking for a solution to get Web content to the Palm from a Lotus Domino Web Server. Any input would be helpful. Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Palm Application Copyright

2000-12-01 Thread Chang . Elizabeth
Thanks. This is all I want. It will save me hundreds of programmer hours. -Elizabeth combee@techwo

Palm Application Copyright

2000-11-30 Thread Chang . Elizabeth
Hi All, We want to use the Palm Address application for our non-personal contact data. These requires altering the Address application with our CreatorID and Database. Is this a violation of copyright? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to

Can I Upgrade Palm OS In My Palm Unit?

2000-11-17 Thread Chang . Elizabeth
I want to upgrade my Palm unit to Palm OS 3.5 from 3.1. Is this possible? Thanks in advance. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: Can I Upgrade Palm OS In My Palm Unit?

2000-11-17 Thread Chang . Elizabeth
I have three Palm units, Palm IIIx, Palm V, and Palm VII. I browsed through the Knowledgebase but wasn't able to find any info. Thanks. -Elizabeth Rustin.Nesse@

Re: Another idea for Knowledge Base access

2000-11-02 Thread Chang . Elizabeth
It sounds like a better alternative than using a web proxy which requires certain steps of configuration for each user. With weekly updates to the PDF file would work for us. Thanks. -Elizabeth |+--- || combee@techwo| || od.org

Re: Access to Knowledge Base

2000-11-02 Thread Chang . Elizabeth
Thanks, it works for me. But printing is very slow when using the anonymizer website. -Elizabeth |+--- || tcharron@inte| || rlog.com | || | || 11/01/00 | ||

Re: Access to Knowledge Base

2000-10-31 Thread Chang . Elizabeth
Why has to be port 8080? Some companies use HTTP. -Elizabeth |+--- || [EMAIL PROTECTED]| || om | || | || 10/31/00 | || 08:25 AM | ||

Re: Access to Knowledge Base

2000-10-30 Thread Chang . Elizabeth
Dave, Thank you for bringing this problem back to the forum. I have reported the problem several times and have not gotten any answer. -Elizabeth |+--- || [EMAIL PROTECTED]| || om | || | |

RE: Access to Knowledge Base

2000-10-30 Thread Chang . Elizabeth
Me, too. US EPA will not open the port for a contractor. -Elizabeth |+--- || htufts@metrow| || erks.com | || | || 10/30/00 | || 11:07 AM | ||

Palm OS Knowledge Base Access Problem

2000-10-27 Thread Chang . Elizabeth
Hi, I can't access to the Palm OS Knowledge Base information from web browser because there is a company firewall. Is there any alternative to get to the website? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Data Moving Problem

2000-10-04 Thread Chang . Elizabeth
Sorry for seeing the "ascii art" header from my emails. I heard the complaint before from this Forum but unable to remove them. I use Lotus Notes as my email server. -Elizabeth |+--- || hartman@oneto| || uch.com | |

Re: How to update a specified field in the database

2000-10-04 Thread Chang . Elizabeth
The problem occurs when new data is larger. Here is my PackFrpAdmin: ** void PackFrpAdmin(FrpAdmin* rec, MemHandle recordH) { UInt16 length = 0; char* s; UInt16strLen = 0; Int16 index;

Re: Problem Writing Updates To Database

2000-10-04 Thread Chang . Elizabeth
The examples in Palm Programming use MemHandleResize only in Packing functions. Are you suggesting using both DmResizeRecord and MemHandleResize when Packing to a database? -Elizabeth |+--- || hartman@oneto| || uch.com | |

Problem Writing Updates To Database

2000-10-03 Thread Chang . Elizabeth
- Forwarded by Elizabeth Chang/R9/USEPA/US on 10/03/00 11:54 AM - |+ || Elizabeth | || Chang | ||| || 10/02/00 06:07| || PM| |

How to update a specified field in the database

2000-10-02 Thread Chang . Elizabeth
Hi All, Can someone give me some direction on updated a specific field in the database for a giving field position, data to be written to the record, and the record handle? I already know how to write data to the database record by record, but I sometimes need to update just some specified

Re: Data Moving Problem

2000-10-02 Thread Chang . Elizabeth
I didn't miss the extra one. Just look at the line followed the FOR statement, which adds number of char* fields to variable length. I don't have the problem if I do a DmRecordNew() and Pack new data to the record. The problem only exists when trying to update the old data with new data in

Re: How to update a specified field in the database

2000-10-02 Thread Chang . Elizabeth
I can't use offsetof() in my application. My StructType is defined as typedef struct { UInt32 Id1; UInt32 Id2; char Data[1]; } StructType; I can use offsetof(StructType, Id1) to write to the first field, but how can I update data in the 5th field (also have to consider there is also data

Re: How to update a specified field in the database

2000-10-02 Thread Chang . Elizabeth
I was trying to write the whole record with updates before and failed. The problem is in the update data. If the sizes of old and new data are the same, no problem. If old data size is bigger, it erases data from the following field. Attached is some code in my application to handle the

Data Moving Problem

2000-09-29 Thread Chang . Elizabeth
Hi All, I have problem understanding why data in rec gets changed in following function. What it does is simple, write data from record rec to the record handle recordH. While doing DmStrCopy, some data in the record gets changed. I don't understand why. I am not sure if this was caused by

Error: The application has just overflowed the stack

2000-09-25 Thread Chang . Elizabeth
Hi all, I got the error message from the Emulator "The application has just overflowed the stack" when trying to kill the debug. The Reset from the message box would not get me out. I am wondering what had caused the problem. In my application the code size is about 16K and data size is

Re: Edit in place help

2000-08-22 Thread Chang . Elizabeth
The example shows edit in place to one field, which is also documented in the Tutorial. How about edit in place to more than one field? I want to use the free style Form, e.g. label/field. Thanks. -Elizabeth |+--- || harikb@yahoo.| ||

RE: Accessing Knowledge Base FAQ (company firewalls)

2000-08-15 Thread Chang . Elizabeth
I work for US EPA and it is impossible to open port 8080 just for me. I tried http://oasis.palm.com/dev/kb/ in WS_FTP95LE and the application wasn't able to find the address. I also tried http://oasis.palm.com and no luck. However, oasis.palm.com site was found but required user logon. How

Accessing Knowledge Base Frequently Asked Questions (blocked from company firewalls)

2000-08-14 Thread Chang . Elizabeth
Hi, I am having problem accessing the Knowledge Base FAQ web site due to the company firewalls. Can someone help and give me the web site address and logon name password? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Accessing Knowledge Base FAQ Web Site (company firewalls)

2000-08-14 Thread Chang . Elizabeth
Hi, I am having problem accessing the Knowledge Base FAQ web site due to the company firewalls. Can someone help and give me the web site address and logon name password? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Accessing Knowledge Base FAQ (company firewalls)

2000-08-14 Thread Chang . Elizabeth
Hi, I am having problem accessing the Knowledge Base FAQ web site due to the company firewalls. Can someone help and give me the web site address and logon name password? Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Chunk-Over Lock Error upon launch

2000-08-03 Thread Chang . Elizabeth
Me too. I checked to make sure there is a MemHandleUnlock() to each MemHandleLock(). I also close all open databases and forms in AppStop(). There is no problem to debug the first time, but why the subsequent times. static void AppStop(void) { FrmCloseAllForms(); if (gFacilityDB)

Re: Taken by surprise...

2000-08-02 Thread Chang . Elizabeth
Richard, What URL were you using? I am interested in going to the website to see if I also have the same problem. Thanks. -Elizabeth |+--- || hartman@oneto| || uch.com | || | ||

Re: Lotus Notes Group Calendar

2000-07-25 Thread Chang . Elizabeth
Thanks Ed. It works. I had the people in Mail Delegation (instead of Calendar Delegation). -Elizabeth |+--- || elineberry@na| || .ko.com | || | || 07/25/00 | ||

offsetof Macro

2000-07-25 Thread Chang . Elizabeth
Hi all, I am trying to use offsetof C Macro in DmWrite() and the compiler complains. See error message below. Error : expression syntax error ChecklistDB.c line 43 DmWrite(s, offsetof(FacilityPacked, facility_id), (char*) facility-facility_id, sizeof(facility-facility_id) ); Error :

Re: How many databases is too many?

2000-07-24 Thread Chang . Elizabeth
I have the same question. An open database takes about 100 bytes in the dynamic heap, which doesn't sound like too much memory. My application will have about 20 databases. Each database is small but have many fields, one field per checklist item (char(2)). -Elizabeth

Lotus Notes Group Calendar

2000-07-24 Thread Chang . Elizabeth
Hi All, Have you notice that when you grant rights to access to your Notes Group Calendar, you also grant rights to access to your emails? Are there any tips or tricks to prevent this? We are looking for some synchronization solutions to our Notes Group Calendar. Thanks. -Elizabeth --

Re: XTNDConnect Server

2000-07-19 Thread Chang . Elizabeth
You might be right, I heard that before. XTNDConnect Server generates a header file for the tables in the configuration. We are in the process of setting up an NT Server, and I should be seeing the file soon. Thanks. -Elizabeth |+--- || [EMAIL

XTNDConnect Server

2000-07-18 Thread Chang . Elizabeth
Hi All, I am getting ready to evaluate XTNDConnect Server. I am curious to know if there are any files generated from the server after the database mapping. I received five files from the Extended Systems Tech Support: Utilities.c, Utilities.h, Database.c, Database.h, Defines.h. Are the

RE: Problem Sync'ing Address Book (disk full?)

2000-07-13 Thread Chang . Elizabeth
I am not sure about that. However, the problem went away after I added address.dat in CondCfg.exe. -Elizabeth |+--- || [EMAIL PROTECTED]| || om | || | || 07/13/00 | |

Re: About Oracle Lite

2000-07-12 Thread Chang . Elizabeth
Our Oracle DBA is still working on the installation. I wouldn't be able to share with you more until the setup is ready. I have an application ready. It was implemented using Oracle Lite Object Kernel API database functions. -Elizabeth |+--- ||

Problem Sync'ing Address Book (disk full?)

2000-07-12 Thread Chang . Elizabeth
Hi All, I am getting a disk full message from the HotSync: -- Address Book - Could not save the Desktop file. Your disk on your PC may be full. Check the disk space and perform a HotSync I have about 10GB of PC space. Can someone please tell me what is the problem. Thanks.

Re: About Oracle Lite

2000-07-11 Thread Chang . Elizabeth
Jason, Thank you for the offering. There are two ways of installing Oracle Lite. You can install it to a NT Workstation or to the NT Server where Oracle Database Server resides. We are installing it to the Server. How about you? -Elizabeth |+--- ||

Re: About Oracle Lite

2000-07-10 Thread Chang . Elizabeth
Jason, I am sorry to hear your situation. But can you use the on-line support in China? Our Oracle DBA is still working on Oracle Lite iConnect Consolidator install. He went into several complications. Plus, Oracle Lite requires Oracle Server Enterprise edition in order to do an advanced

RE: About Oracle Lite

2000-07-07 Thread Chang . Elizabeth
Jason, Why don't you consider XTNDConnect Server from Extended Systems. We are going to evaluate the server next week against Oracle Lite. The server supports standard ODBC databases. -Elizabeth |+- || Herve.Groleas@s| ||

Re: About Oracle Lite

2000-07-06 Thread Chang . Elizabeth
Jason, Do you have Oracle Support? You might want to use the support service since it is product related. It requires installing the Consolidator Client and some other files from Oracle to the palm device in order to sync data. This step isn't require by most Conduits. Support cost is

Re: XTNDConnect Server (Extended Systems)

2000-07-05 Thread Chang . Elizabeth
The .h file should provide enough information for the programmer to write code to access to data uploaded to the palm device, right? Thanks again for your input. -Elizabeth |+--- || [EMAIL PROTECTED] | || | |

Re: About Oracle Lite

2000-07-05 Thread Chang . Elizabeth
Which Oracle Lite are you using? Version 3 and 4 are very different in design. -Elizabeth |+--- || jason@cyberwo| || rld.com.cn | || | || 07/02/00 | || 10:25

Re: Is There Such A Thing As A PC Serial Cable?

2000-07-05 Thread Chang . Elizabeth
I am also looking for one. Can you please give me an example of the cable with name of the cable and the store where I can find it? Thanks a lot. -Elizabeth |+--- || hartman@oneto| || uch.com | ||

Re: XTNDConnect Server (Extended Systems)

2000-06-30 Thread Chang . Elizabeth
Thank you very much for your feed back. I have a question on duplicating table structures. Does XTNDConnect Server provide an interface so you can drag and drop fields from one source to another? Have you tried using Views? Oracle Lite also requires providing fields for each table which is

XTNDConnect Server (Extended Systems)

2000-06-29 Thread Chang . Elizabeth
Hi All, I are interested in getting some feedbacks from the XTNDConnect Server users. We want to evaluate it against Oracle 8i Lite. We need a solution to synchronize palm data to Notes databases and Oracle database. Are you happy with the product? Would you recommend the product? Thank

XTNDConnect Server (Extended Systems)

2000-06-29 Thread Chang . Elizabeth
I are interested in getting some feedbacks from the XTNDConnect Server users. We want to evaluate it against Oracle 8i Lite. We need a solution to synchronize palm data to Notes databases and Oracle databases. Are you happy with the product? Would you recommend the product? Thank you.

Can't Find MSL_CPP_REFERENCE.HLP (CodeWarrior)

2000-06-26 Thread Chang . Elizabeth
Hi, I am not able to locate the MSL help file MSL_CPP_REFERENCE.HLP. I have CodeWarrior for Palm Computing R6 upgraded from R5. Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Application to View Custom Palm Databases

2000-06-26 Thread Chang . Elizabeth
Hi, I am interested in knowing how other Palm programmers implement desktop applications to view none standard Palm databases. Palm Desktop only supports standard ones. Thanks. -Elizabeth -- For information on using the Palm Developer Forums, or to unsubscribe, please see

  1   2   >