FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour to Mr. Rao
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
to Mr. Rao
Posted: Sun Jul 31, 2011 07:25 PM
Mr. Rao:

I would like to know if this code is correct to use xBrowse:

Code (fw): Select all Collapse
   @ 14,72 XBROWSE oVMenuBrowse SIZE -10,-21 PIXEL OF oDlg ;
           ALIAS "CUST" AUTOCOLS ;
           PICTURES nil, nil, nil, nil, nil, nil, nil, nil, nil, "999-999999999"

   oVMenuBrowse:nMarqueeStyle       := 7  //CELL
   oVMenuBrowse:nColDividerStyle    := LINESTYLE_BLACK
   oVMenuBrowse:lColDividerComplete := .T.
   oVMenuBrowse:nHeaderLines        := 1.5


   oVMenuBrowse:CreateFromCode()


Do I have to use SetRdd()?


If I want to use ADS, do I have to add anything else?.

Thank you very much.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: to Mr. Rao
Posted: Mon Aug 01, 2011 12:14 AM
The code is ok.
Do I have to use SetRdd()?

No. XBROWSE command does what all necessary, including SetRDD in the correct manner. You should not again use SetRDD.


If I want to use ADS, do I have to add anything else?.

Nothing.
XBrowse automatically detects if the Alias is opened with ADD and appropriately builds the codeblocks.
Regards



G. N. Rao.

Hyderabad, India
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: to Mr. Rao
Posted: Mon Aug 01, 2011 11:36 AM

Thank you.

Your work has improved so much xBrowse and simplified original sintax.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: to Mr. Rao
Posted: Mon Aug 01, 2011 08:07 PM

Mr. Rao,

I sent you a private mail.

Did you receive it from ukservice.software@gmail.com?.

Thank you.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: to Mr. Rao
Posted: Mon Aug 01, 2011 08:27 PM

viewtopic.php?f=19t=22041
Have you seen this topic?
Best regards,
Otto

&

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: to Mr. Rao
Posted: Mon Aug 01, 2011 11:17 PM
ukservice wrote:Mr. Rao,

I sent you a private mail.

Did you receive it from ukservice.software@gmail.com?.

Thank you.

Sorry, I did not receive any mail from you.
My email id is nageswaragunupudi@gmail.com
Regards



G. N. Rao.

Hyderabad, India
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: to Mr. Rao
Posted: Tue Aug 02, 2011 08:16 PM

Thank you.

I sent you an email.

Did you receive it?.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82

Continue the discussion