![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi Erel,
I use RAPI library to transfer database (sqlite) form device to desktop. I'm using ActiveSync 4.5. When I input data in the device, nothing (the same database? ) created in the Apppath on the desktop. What else should be done? The code for your perusal: Sub App_Start Form1.Show rapi.New1 rapi.Connect .... .... End sub .... .... Sub rapi_connected If rapi.DeviceFileExists ("\My documents\kamlapur.sl3")= ture Then rapi.CopyFileFromDevice1("\My documents\kamlapur.sl3",AppPath) End If End Sub I checked that the database "kamlapur.sl3" is being created in the dvice (My documents). Sorry, if I fall short to make sense to you with my poor knowledge. regards |
|
|||
|
Hi manu,
with the amendment, the code executed well on the desktop. but on the device gives errer message like: An error occurred on sub app_start. Line number:21 rapi.new1 Error descirption:NullReferenceException continue? What is the mistake have I done? regards |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Different behaviour DeskTop and Device | HARRY | Questions & Help Needed | 2 | 02-22-2008 12:36 PM |
| Using rapi from desktop to copy file from device to desktop | sunnyboyj | Questions & Help Needed | 9 | 02-08-2008 11:40 AM |
| Problems using rapi to send files to desktop | sunnyboyj | Questions & Help Needed | 4 | 01-06-2008 05:40 AM |
| Transfer to Device for test | enonod | Questions & Help Needed | 5 | 10-13-2007 06:42 AM |
| RAPI library | leo | Questions & Help Needed | 3 | 05-23-2007 06:04 PM |