Question from a Japanese user: I want to change a database attribute using SetDatabaseAttributes() in NSBSystemLib, but the following test code gets "Fatal...
Not sure if you have to open DB before getting attributes, anyway I used as follows and worked fine for me. Set to 00 means no Backup. The constants for ...
Jim Clark
JClark@...
Sep 3, 2003 5:19 am
2215
Tomo, ... Yes, you are missing the status code passed back by the routine. In NSB/Palm, if a shared lib call is a function instead of a subroutine, you MUST...
Jim, ... You're correct; you don't need to open a database before getting its attributes (one of the attribute bits will tell you if the database is open or...
Doug, You are right! Assigning the return value to a variable solved the problem. Thank you very much. Jim and Mike, Thank you for your response! Tomo...
Ivan, ... NSB/Palm provides support for the Symbol SPTxxxx line, including the SPT1550, via a shared library NSB provides in lieu of using the SDK from Symbol....
i tried to use your code to set the focus for a field but when i open the form where the certain field is a fatal alert message box appears with the following...
Naobabe, ... It means the ObjIndex value passed to FrmSetFocus is not valid for the current form. This could happen because the form is not yet active (for...
Hi Doug, i tried to use the sys trap function because i tried the field.setfocus first but it gave me an error message, but after i read your message i tried...
I tried a search of the board but it does not work - soooo - What is the call to detect the 3 min auto-off on my Handspring and set eventhandled. Bill Booth...
Bill, ... Somewhat recently, v3 was enhanced to return this as a "key" event in the form's event block. The key would be chr(18) -- see GetKey() in the docs. ...
... ObjIndex) 'FrmGetObjectPtr ... of ... I tried the above and gives an error. ObjIndex = SysTrapFunc(384, 1, FormPtr, ObjID) 'FrmGetObjectIndex should read ...
Dear Palmites, I have to display a paragraph in the palm using windrawchars funtion. The length of the paragraph goes over the palm screen. I want to divide...
Venkatesh, ... Why can't you use a multi-line field with the editable property set to false? Then the OS takes care of the wordwrapping for you. ... You...
Venkatesh, If you won't use a field, I guess you really should use FntWordWrap instead of FndCharsInWidth, because FntWordWrap will break on a space, tab, or...
Hello, I'm new, beginner, and french... I would like to have some help to include the DALP API MYSQL in my nsBasic soft. DALP API MYSQL is an API to connect a...
Dimitrirybal, Let me qualify my response by pointing out I am just a user, so don't take this as an official response from NSB. Just my opinion. ... I'm not...
... Thank you very much Doug, for your response. I am new also in forum... And it's really 'magic' to find some help! so thanks. Pity for this way. I will find...
Have a look at the TcpIpLib. It includes sample code to a server on the desktop, which could be used to do the actual lookup and send the results back. ...
Dimitrirybal, ... Using a conduit or otherwise translating the data to install on the palm is VERY different than using DALP to access the data while it...
I am having a terrible time figuring out how to program the API calls on my Treo90. The SDK 5.0 program on the Palm site appears to require CodeWarrior to run...
Bill, ... If I'm not mistaken, just setting the OS property for "numeric" for a field will cause the Treo line to automatically use numeric shift while the...
Bill, ... Have you considered setting the field's numeric property to true? This will force numeric input (actually, it only accepts positive numbers, which...
How can I use this? I was thinking somethink like this Dim PixPattern as Variant PixPattern = systrapfunc(547,..... But I am not sure what arguments it need...
I have created a "grid" of 24X30 using a draw line comannad. A gadget object to fit the gridd to create a click event. When the user press in the grid, the...
Hi, How come to access Bluetooth API or Library. I have M515 with SDIO Bluetooth and Tungsten T with build-in Bluetooth. With NSBasic, I test make serialopen()...