FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Assigning object xBrowse
Posts: 1364
Joined: Wed Jun 21, 2006 12:39 AM
Assigning object xBrowse
Posted: Wed Oct 31, 2012 11:24 AM
I have an application that generates a daily report with the ability to view reports from previous dates. For this genre a file, write it to disk and lifted him TTxtFile class. The object generated with class I show that a xBrowse follows:

Code (fw): Select all Collapse
@ 0, 0 xBrowse oBrw Of oDlg Columns "cLine" Object oTxt Font oFont // oTxt objeto TTxtFile

So far it works perfectly, but when I change the date of reference, the object oTxt genre again, the xBrowse presents me one line (the 1st) and the document has 134. What I find is how cool the new object xBrowse with oTxt. If anyone knows?. From already thank you very much.

regards

Continue the discussion