Search found 29 matches: yarden

Return to advanced search

BEEP() / TONE()

Hello,

When I use Tone() in my application I get a message: "not implemented yet"

Is there other way create a tone alarm?


Thanks,
Moshe Yarden
by yardenmo
Thu May 06, 2010 9:25 am
 
Forum: FiveWin for Pocket PC
Topic: BEEP() / TONE()
Replies: 1
Views: 552

Re: garbage collector?

Antonio,

Thanks a lot.

I'll check it all.

Regards,
Moshe Yarden
by yardenmo
Wed Nov 18, 2009 10:50 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1425

Re: garbage collector?

Antonio,

Thanks. I'll add it.
Is there a full list of FWPPC FUNCTIONS?
FTP between PPC and PC using GPRS, and automatic internet open: had it been added to the samples?

Regards,
Moshe Yarden
by yardenmo
Wed Nov 18, 2009 10:35 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1425

garbage collector?

... It seems that it happens just after using the application few times. That is the reason I was thinking about garbage collector. Thanks, Moshe Yarden
by yardenmo
Wed Nov 18, 2009 9:46 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1425

Re: SAY <--> REDEFINE

Hi Antonio,

Thanks.
Now it works very good.


Regards,
Moshe Yarden
by yardenmo
Sun Jan 25, 2009 12:28 pm
 
Forum: FiveWin for Pocket PC
Topic: SAY <--> REDEFINE
Replies: 3
Views: 573

SAY <--> REDEFINE

... be changed when clicking a button. However, calling the SAY again with the new vars is not changing the say's prompts on the screen. Thanks, Moshe Yarden
by yardenmo
Sun Jan 25, 2009 10:24 am
 
Forum: FiveWin for Pocket PC
Topic: SAY <--> REDEFINE
Replies: 3
Views: 573

FONT samples

Hi,

Where can I find a sample for using FONTS?


Thanks,
Moshe Yarden
by yardenmo
Fri Jan 23, 2009 12:57 pm
 
Forum: FiveWin for Pocket PC
Topic: FONT samples
Replies: 2
Views: 458

Re: Change BOX content

... SAY cManifest OF oWnd COLOR nRGB( 255, 255, 255 ), nRGB( 0, 255, 0 ) Bit then I don't know how ro use redine from an outer function. Thanks, Moshe Yarden
by yardenmo
Fri Jan 23, 2009 12:49 pm
 
Forum: FiveWin for Pocket PC
Topic: Change BOX content
Replies: 4
Views: 706

Re: Change BOX content

... and: @ 0, 40 SAY "I022345" OF oWnd //BOX //cManifest The buttons do work, but the SAY is not shown. What do I do wrong? Thanks, Moshe Yarden
by yardenmo
Fri Jan 23, 2009 9:30 am
 
Forum: FiveWin for Pocket PC
Topic: Change BOX content
Replies: 4
Views: 706

Re: Automatic ASORT()?

Thanks. It works good.

Moshe Yarden
by yardenmo
Fri Jan 23, 2009 9:04 am
 
Forum: FiveWin for Pocket PC
Topic: Automatic ASORT()?
Replies: 3
Views: 531

Change BOX content

... TalyContShifting() @ 0, 120 BTNBMP NAME "empty" SIZE 40, 30 OF oWnd ACTION ( cFSE := "EMPTY", TalyContMain() ) Thanks, Moshe Yarden
by yardenmo
Thu Jan 22, 2009 7:34 pm
 
Forum: FiveWin for Pocket PC
Topic: Change BOX content
Replies: 4
Views: 706

Automatic ASORT()?

Hi,

In:
REDEFINE COMBOBOX o[ O_INCD_RECORD ] VAR v[ O_INCD_RECORD ] ITEMS aIncdRecord ID ID_INCD_RECORD OF o[ O_DLG_GET_INCD ]

From some reason the array, aIncdRecord , is sorted automatically. I don't need it sorted. How can I omit it?


Thanks,
Moshe Yarden
by yardenmo
Thu Jan 22, 2009 7:16 pm
 
Forum: FiveWin for Pocket PC
Topic: Automatic ASORT()?
Replies: 3
Views: 531

Thanks.

With : IF( EMPTY( aArray ), "", aArray[ 1, nCur ] ),;
It doesn't give error, however it shows just 3 records when there are about 180.

I changed to use 3 arrays and it looks ok now.


Thanks again,

Moshe Yarden
by yardenmo
Mon Sep 22, 2008 12:07 pm
 
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2601

... MsgInfo( aArray[ nCur, 1 ] ) @ 12,17 BUTTON "Done" SIZE 80, 30 ACTION oWnd:End() ACTIVATE WINDOW oWnd ON CLICK MsgInfo( "Click!" ) Thanks, Moshe Yarden
by yardenmo
Mon Sep 22, 2008 8:32 am
 
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2601

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 5:29 pm
 
Forum: FiveWin for Pocket PC
Topic: Using ListBox
Replies: 14
Views: 2601
Next

Return to advanced search