|
Home > Archive > FoxPro Help and Support > July 2005 > POCKET PC
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Steven 2005-07-23, 9:23 am |
| Hi,
I want to export a table with pictures for each record (no general field) to
my pocket pc (Qtek).
I tried to export my table and pictures to a excel sheet. This went all fine.
but when I open my excell sheet on my pocket pc the pictures are not on my
display although they are on my notebook excel sheet ! (pocket pc doesn't
support pictures a supose)
Is there maybe a foxpro tool that I can use to run a foxpro form on my
pocket pc !
Or are there other solutions !
Thanks in advance,
| |
| Rick Bean 2005-07-24, 8:30 pm |
| Steven,
No version of FoxPro will run on a Pocket PC (or Palm) because the FP runtimes
only work on x86 processors.
You can use VB.Net (the Compact Framework) to code on a PPC. There is a PPC
version of SQL Server, and you can also easily access a real SQL Server
(including MSDE) through .NET ADO.
Rick
"Steven" <Steven@discussions.microsoft.com> wrote in message
news:211FDAD0-1C43-497E-B419- 5A27332CA2DD@microso
ft.com...
> Hi,
>
> I want to export a table with pictures for each record (no general field) to
> my pocket pc (Qtek).
>
> I tried to export my table and pictures to a excel sheet. This went all fine.
> but when I open my excell sheet on my pocket pc the pictures are not on my
> display although they are on my notebook excel sheet ! (pocket pc doesn't
> support pictures a supose)
>
> Is there maybe a foxpro tool that I can use to run a foxpro form on my
> pocket pc !
>
> Or are there other solutions !
>
> Thanks in advance,
>
>
>
>
>
>
|
|
|
|
|