I would have to have a copy of the original database to be able to analyze the string that causes the failure. Or you could get a (free) copy of XIV32 which...
Thanks for the reply John, Sorry I was tardy in answering you, but I was traveling for a couple of days and then came home to pull a semi-all nighter with this...
Did someone say beer? :-) I believe the GetValueField calls should have a second parameter. For integers, it is 2. GetValueField stores the value as a binary...
I think the key is the format of GetValueField. From the PalmDB.dll help file: object.GetValueField(Offset, Length) Offset: Offset in bytes from the beginning...
OK. I am obviously not a professional programmer, but I can usually think my through things. As evidence: I have been a loyal customer of NS Basic for at least...
Your line 40 is ... You must use the format shown in TechNote 34: .GetStringField(Offset, length) The parentheses [()], the place in the database [Offset], and...
Thanks for your help. It seemed that whenever I left the integer data in the Palm database I got the same message. I couldn't figure it out because when all...
Before my app compiles I get an error message that gives no error message number, but says, "Name redefined." The issue is that it gives a line number for the...
I recently created an NS Basic desktop program that reads a Palm database. I wanted to run it on another computer and realized I have to "register" the COM...
To get to the command line from Windows, click on Start, then select Run. A small window will show up, with the caption "Open". Type regsvr32 palmdb.dll at...
Thanks for the help George. ShellExecute wasn't mentioned as an option in either Technote 2 or 25, but I was already onto the fact it might work. After I...
Hi Alan, you are right about the quotes in the example, they should of course be balanced. But there's another error in it I think: the name of the program is...
You should take a look at Inno Setup. <../../../../message/www.innosetup.com> http://www.jrsoftware.org/isinfo.php <http://www.jrsoftware.org/isinfo.php> It is...
Tim, Thanks for the help! I SHOULD have realized the difference in the code myself since there is a an example of good code in this message. After I read your...
No Problem. I'm sure you'll have some questions regarding Inno Setup, so please feel free to ask. There are some things that aren't covered in the sample for...
I have a problem where the "NSCEPictureBox.NSCEPictureBoxCtrl.1" picturebox works OK on some computers, but not on others. The original "picturebox" works on...
More details: I just switched the screen resolution to very low on the laptop (the one that wasn't displaying the new picturebox), and the picturebox started...
Figured it out: The new Picturebox doesn't work when the display is in 16-bit color depth mode. It works fine in 32-bit mode. Is this a known issue, and is...
Hi, hoping someone can help me out here. I'm using the AddObject command to add Form Controls on the fly. Is there a way of telling if a Control has already...
I created a Desktop application that reads a Palm Database. The code below loads two listboxes. One listbox is the name which is the database key, the other...
I'm not quite sure I follow what you're trying to do, but I think it might be because you've only provided snippets of your code? Is LoadRecord supposed to be...