Search found 33 matches

by yardenmo
Thu Sep 18, 2008 5:29 pm
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2657

Antonio,

Thanks. It is very helpful.

Is there a way to show a table (like in ListBox) but the items are taken from an array. That way I can fill the array with itmes (dbf records), passing any kind of restrictions, without the need to have many indexes?



Moshe Yarden
by yardenmo
Thu Sep 18, 2008 1:12 pm
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2657

Antonio,

Does the Combo Box enables incremental search as well?


Thanks,
Moshe Yarden
by yardenmo
Thu Sep 18, 2008 1:09 pm
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2657

Antonio,

Thanks.

I'll try it.

in: SELECT <cField> FOR <uValue1> [ TO <uValue2>]

How do I write cField? is it the name of the field or in " "
and, the uValue1 - is it an expression the returns true / false?


Moshe Yarden
by yardenmo
Thu Sep 18, 2008 11:50 am
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2657

Using ListBox

Hi, I'm trying to use ListBox, to show just those fields matching a predefined condition, like: "MasLoad->Manifest == cManifest .and. MasLoad->TalyFlag" where Manifest is C and TalyFlag is L I was trying: SELECT <cField> FOR <uValue1> [ TO <uValue2>] But I'm doing something wrong. *. Is th...
by yardenmo
Mon Sep 15, 2008 11:01 am
Forum: FiveWin for Pocket PC
Topic: Size of BMP
Replies: 4
Views: 878

Antonio,

Thanks.

The programing with FWPPC: It is getting better all the time.


Regards,
Moshe Yarden
by yardenmo
Wed Sep 10, 2008 8:05 am
Forum: FiveWin for Pocket PC
Topic: Size of BMP
Replies: 4
Views: 878

Antonio, Thanks. I have looked at samples\Tutor11.prg. I'll try it. I meant that when I need to add small bmp (like client.bmp) in the upper menu, it needs to fit. About dialogs: in order to use colors (foreground / background) in dialogs created with Pellese C: I didn't find a way to do it there. D...
by yardenmo
Mon Sep 08, 2008 2:37 pm
Forum: FiveWin for Pocket PC
Topic: Size of BMP
Replies: 4
Views: 878

Size of BMP

Hi, I'm trying to create BMPs to be used as in your sample: Clients. When I call BTNBMP NAME "client", I can see it fine. But, when I'm trying to use another, self created, BMP I can't see it. I'm sure that the reason is the size of the BMP. How can I tell what size the BMP should be in or...
by yardenmo
Sun Sep 07, 2008 7:48 pm
Forum: FiveWin for Pocket PC
Topic: set index to...
Replies: 5
Views: 1067

Antonio, Thanks. It is working now. I'm using it on the emulator. However, I think that the reason has to do with the the ... VIA "DBFCDX" . I did try it with: DbUseArea( .T., "DBFCDX", cDbfName, @cAlias, .F., ) However I didn't call: REQUEST DBFCDX Now it is ok. Thanks again, Mo...
by yardenmo
Sun Sep 07, 2008 3:12 pm
Forum: FiveWin for Pocket PC
Topic: set index to...
Replies: 5
Views: 1067

Antonio,

Thanks.

I have tried you suggestion, and many other different ways, with no success.

The USE do finds the file. The problem is just with SET INDEX.

Do you have any sample uses SET INDEX?


Regards,
Moshe Yarden
by yardenmo
Sun Sep 07, 2008 4:20 am
Forum: FiveWin for Pocket PC
Topic: set index to...
Replies: 5
Views: 1067

set index to...

Hello,

Using: SET INDEX TO &cDbfName,

returns run time error: Open error stack calls: OrdListAdd(0)

I'm using dbf / cdx.

What should I change? (I'm using the same function for opening ordered dbf in my clipper / xBase++ applications)

Thanks,
Moshe Yarden
by yardenmo
Wed Sep 03, 2008 5:57 pm
Forum: FiveWin for Pocket PC
Topic: make - project
Replies: 6
Views: 1320

Antonio, Thanks. I'll try it. Are there 3rd party libs for FWPPC to shorten the screens/get/say (objects) writing process? I need to convert an application written in turbo pascal to fwppc, and it has a lot of screens and alerts or yes/no boxes. It could help to use functions that are having the obj...
by yardenmo
Tue Sep 02, 2008 11:03 am
Forum: FiveWin for Pocket PC
Topic: make - project
Replies: 6
Views: 1320

Thanks.

I've downloaded xMate - its seems that it will take time to leaarn it.

The sample Antonio sent is working ok.


Regards,
Moshe
by yardenmo
Tue Sep 02, 2008 5:57 am
Forum: FiveWin for Pocket PC
Topic: make - project
Replies: 6
Views: 1320

make - project

Hi Antonio,

From the samples I can see how to compile and link one prg with buildce.

How do I compile some Prgs (like make / project)?

**I can see in FWPPC\makes the go.bat and test.mak, but i'm not sure that I understood it all.



Thanks,
Moshe Yarden
by yardenmo
Mon Aug 25, 2008 3:07 pm
Forum: FiveWin for Pocket PC
Topic: Working with resources
Replies: 3
Views: 865

Antonio,

Thanks.

I'll try it.


Moshe
by yardenmo
Mon Aug 25, 2008 11:38 am
Forum: FiveWin for Pocket PC
Topic: Working with resources
Replies: 3
Views: 865

Working with resources

Hello, 1. In screen.txt it is written:"Please be aware that you can not use Borland resources workshop to manage your 32 bits DLL as it gets corrupted." Is it still so, as the file screen.txt is from 2003? 2. In rc2dll32.bat, it is looking for BCC32 and BRC32. In order to use resources, do...