Search found 49 matches: raymond

Return to advanced search

Re: Browse doesn"t get focus

... touchscreen because as soon as you touch the screen, the browse regains the focus but the users of this program must use the keyboard. Regards, Raymond
by Raymond Fischbach
Wed Oct 06, 2010 8:30 am
 
Forum: FiveWin for Pocket PC
Topic: Browse doesn"t get focus
Replies: 2
Views: 765

Re: Browse doesn"t get focus

Raymond,

Try not to call oBrw:refresh() and see if that makes a difference, thanks
by Antonio Linares
Wed Oct 06, 2010 6:28 am
 
Forum: FiveWin for Pocket PC
Topic: Browse doesn"t get focus
Replies: 2
Views: 765

Browse doesn"t get focus

...         oBrw:SetFocus()),;  Remark that MsgInfo("*") is executed but the browse doesn't seem to receive the focus. Regards, Raymond
by Raymond Fischbach
Sat Oct 02, 2010 8:57 pm
 
Forum: FiveWin for Pocket PC
Topic: Browse doesn"t get focus
Replies: 2
Views: 765

Re: Macro operator

Thanks Antonio,
Raymond
by Raymond Fischbach
Sat Oct 02, 2010 8:41 pm
 
Forum: FiveWin for Pocket PC
Topic: Macro operator
Replies: 5
Views: 1003

Re: Escape or control key in a tGet

Hello Antonio,

Sorry for the late reply, I didn't see your message.

In fact I used a workaround. I detect it at the window level:
Code: Select all  Expand view
//*** clavier
oWnd:bKeyDown := {|nkey|iif(nKey == C_ESC,oWnd:End(),)}
 


HTH,
Raymond
by Raymond Fischbach
Sat Oct 02, 2010 8:15 pm
 
Forum: FiveWin for Pocket PC
Topic: Escape or control key in a tGet
Replies: 3
Views: 775

Re: Escape or control key in a tGet

Raymond,

Would you mind to share how you have implemented it ? thanks :-)
by Antonio Linares
Sat Sep 25, 2010 6:59 am
 
Forum: FiveWin for Pocket PC
Topic: Escape or control key in a tGet
Replies: 3
Views: 775

Re: Macro operator

Raymond,

To retrieve a data value don't use the "_":

MsgInfo( __ObjSendMsg( oTable, cFld ) )
by Antonio Linares
Wed Sep 22, 2010 1:09 pm
 
Forum: FiveWin for Pocket PC
Topic: Macro operator
Replies: 5
Views: 1003

Re: Macro operator

... code now: cFld := "D" + cDianTmp := oF10b:&(cFld)nTmp ++oF10b:&(cFld) := nTmp  Many thanks for this fast help, Raymond
by Raymond Fischbach
Wed Sep 22, 2010 10:14 am
 
Forum: FiveWin for Pocket PC
Topic: Macro operator
Replies: 5
Views: 1003

Re: Macro operator

Raymond,

Code: Select all  Expand view
FOR nInd := 10 TO 20
   cFld := "D" + Str(nInd,2)
   &(cFld) := nInd
NEXT
 

Maurizio
by Maurizio
Wed Sep 22, 2010 6:45 am
 
Forum: FiveWin for Pocket PC
Topic: Macro operator
Replies: 5
Views: 1003

Re: Macro operator

Raymond,

__ObjSendMsg( oTable, "_" + cFld, nInd )
by Antonio Linares
Wed Sep 22, 2010 6:10 am
 
Forum: FiveWin for Pocket PC
Topic: Macro operator
Replies: 5
Views: 1003

Macro operator

... Str(nInd,2)   oTable:&cFld := nIndNEXT  This doesn't seem to work. Can someone tell me the syntax to be used? Many thanks in advance, Raymond
by Raymond Fischbach
Tue Sep 21, 2010 8:44 pm
 
Forum: FiveWin for Pocket PC
Topic: Macro operator
Replies: 5
Views: 1003

Re: Escape or control key in a tGet - solved

Hi all,

I have find an answer to my problem so I close the subject.

Raymond
by Raymond Fischbach
Tue Sep 21, 2010 8:38 pm
 
Forum: FiveWin for Pocket PC
Topic: Escape or control key in a tGet
Replies: 3
Views: 775

Escape or control key in a tGet

... use them. Therefore I ask if any body could tell me which method should be used. Can you also give me a hint on how to implement it. Many thanks, Raymond
by Raymond Fischbach
Mon Sep 20, 2010 8:13 pm
 
Forum: FiveWin for Pocket PC
Topic: Escape or control key in a tGet
Replies: 3
Views: 775

Re: Sound on Pocket PC

Hello Enrico,

Once more you give me the right information.
It works perfectly.

Thank you,
Raymond
by Raymond Fischbach
Sun Aug 02, 2009 2:57 pm
 
Forum: FiveWin for Pocket PC
Topic: Sound on Pocket PC
Replies: 2
Views: 590

Re: GET ... WHEN

Hello Enrico,

Sorry for the late answer but I have had a lot of other work to do in between.
It also took me some time to find how I could define the oGet object.
Finaly, I thought about the ppo file and ... bingo :)

Your solution works perfectly.

Many thanks again,
Raymond
by Raymond Fischbach
Sun Aug 02, 2009 8:31 am
 
Forum: FiveWin for Pocket PC
Topic: GET ... WHEN
Replies: 4
Views: 910
Next

Return to advanced search