Hi!
Sorry if i don't write corretly. I'm brasilian.
I make a program for palm with appforge of vb, but schema of the tables is diferent of the schema that is created by the pfgPalmRelmoteTable, i want know how i do to make a table iqual of that schema.
Thank you for your attencion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm sorry, but I have no idea. All I can suggest is that you try googling for some information on how AppForge stores data in the .pdb files. At worst, you could try creating some sample fields in AppForge and then saving a record with known values, then make a default conduit with any field defintiion and put a breakpoint in the LocalToRemote method to see what data is passed. The basic types are proably the same as the definitions the library uses, so it shouldn't be a major task.
Paul.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Sorry if i don't write corretly. I'm brasilian.
I make a program for palm with appforge of vb, but schema of the tables is diferent of the schema that is created by the pfgPalmRelmoteTable, i want know how i do to make a table iqual of that schema.
Thank you for your attencion.
I'm sorry, but I have no idea. All I can suggest is that you try googling for some information on how AppForge stores data in the .pdb files. At worst, you could try creating some sample fields in AppForge and then saving a record with known values, then make a default conduit with any field defintiion and put a breakpoint in the LocalToRemote method to see what data is passed. The basic types are proably the same as the definitions the library uses, so it shouldn't be a major task.
Paul.