Search found 126 matches: everytime

Return to advanced search

How to go to the last line of a multiline get?

I have a multiline get (memo) which is quite long and everytime it gets the focus I want it to automatically go to the most recent entry which is at the last line.

How could this be accomplish?

TIA
by hua
Tue Jul 29, 2008 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go to the last line of a multiline get?
Replies: 2
Views: 532

... other alternative was to extract 'anigif' from the FWH libs .. I decided for future FWH library compatability .. ( i don't want to extract obj's everytime ) .. I would go back to 5.5 .. I told Antonio that the 'juice was not worth the squeeze' on 5.82 and for him to not spend any more time on ...
by Rick Lipkin
Wed Jun 18, 2008 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 5.8.3
Replies: 16
Views: 4607

Need to see the length of MEMO Edit box as it is filled.

... like to show the user how many chars he has typed so far. The code below doesn't work because it moves the cursor to the start of the memo field everytime a key is pressed, so typing "ABC" produces "CBA". How can I do this? DEFINE DIALOG oDlg RESOURCE "SMS" REDEFINE GET cCellnumber ...
by Ollie
Tue Jun 10, 2008 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need to see the length of MEMO Edit box as it is filled.
Replies: 2
Views: 596

nageswaragunupudi wrote:Mr Robert

Are you getting GPF everytime? Or occassionally ?

( I am using bcc55 and latest xharbour )


Mr Nageswaragunupudi
Everytime on every computer. I guess its becouse I use xHarbour 1.0.0

R.
by Robert Frank
Mon Apr 14, 2008 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild and found error fwh 8.04 & xHb.com
Replies: 42
Views: 5672

... windows debugger on some machines ( not all ). This is enough to scare the users. I dont know what could be the reason. Are you getting GPF everytime? Or occassionally ? ( I am using bcc55 and latest xharbour )
by nageswaragunupudi
Mon Apr 14, 2008 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild and found error fwh 8.04 & xHb.com
Replies: 42
Views: 5672

Mr Richard

>
n fact the problem appears everytime you try to set a lower key than your current one, i mean a key that should be displayed before.
>
Yes. I have done that only. I have no issues
Anyway now i shall complie with 8.03 xbrowse code "once again". I shall get back in a few minutes
by nageswaragunupudi
Sat Apr 12, 2008 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:Refresh(.T.) don't refresh new record
Replies: 18
Views: 5348

Mr NageswaraRao This is very strange. I reproduce the problem everytime. In fact the problem appears everytime you try to set a lower key than your current one, i mean a key that should be displayed before. What happens is the new line is diplayed at the ...
by Richard Chidiak
Sat Apr 12, 2008 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:Refresh(.T.) don't refresh new record
Replies: 18
Views: 5348

Uwe, Important: Everytime that you call to <oControl>:GETDC(), after that, you have to call <oControl>:ReleaseDC(), or you keep an unreleased hDC, thus consuming GDI resources. I see from your code that you use a bitmap ...
by Antonio Linares
Tue Apr 08, 2008 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to change Background of the Main-Wnd from Child ?
Replies: 3
Views: 743

Günther, The main problem with MemoLine() is that it starts from the beginning of the text everytime you extract a line so it is slow. FWH provide a function ExtractLine() that it is very fast (as it reuses the current in text position) and that does not have any lenght ...
by Antonio Linares
Mon Mar 31, 2008 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to Memoline(),mlcount(),etc.
Replies: 1
Views: 509

... shows 20 rows and each cell shows RTF text, then we need to have 20 richedit controls, childs of the xbrowse. We can not create a richedit control everytime we paint a cell, as you tried in your code, or the application will collapse. We need to create a certain amount of richedit controls only, ...
by Antonio Linares
Tue Mar 25, 2008 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser + RTF
Replies: 13
Views: 4343

... 101, 191, 7, 36, 14 PUSHBUTTON "Save", 102, 191, 25, 36, 14 PUSHBUTTON "Cancel", 103, 191, 43, 36, 14 } As you can see, everytime the mouse is clicked in oGet, irregardless of cStat, the caret will appear. TIA
by hua
Thu Mar 06, 2008 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to not show the caret?
Replies: 2
Views: 672

... handled in the ScreenToClient and ClientToScreen functions and return the fully rectified values? Why should the programmer apply the correction everytime in his code? In normal course I would never know that these two functions would need a correction like this. New programmers who use these ...
by nageswaragunupudi
Mon Feb 11, 2008 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDropOver - nRow, nCol
Replies: 15
Views: 2801

... bookmarks are saved, vertical scroll is operated and so on. So most of the times this extra time is not noticeable. 2) We do not use Refresh() everytime. The question is once in a while when we need a refresh, is this little extra time worth or not? 3) It is true that AdsKeyNo() does take more ...
by nageswaragunupudi
Sat Jan 12, 2008 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrowse - Refresh() - Some Issues
Replies: 5
Views: 1169

... and you want to know how many cars have been produced. Then you need a CLASSDATA nCars that will be a "shared" value from all Cars objects. So everytime that a car is created, you do oCar:nCars++ and nCars is the same CLASSDATA shared from all Cars objects. There are multiple cars, and just ...
by Antonio Linares
Wed Jan 02, 2008 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to inherit from 7.12's rpreview class?
Replies: 5
Views: 1086

... issues where we need to find optimal solutions case by case. If it is small regular look up table, we better keep it in array than to keep reading everytime all the way from the server. For large tables this kind of display may not be necessary. In any case we should implement the best solution ...
by nageswaragunupudi
Mon Dec 24, 2007 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser How to display customers/city a kind of treeview
Replies: 15
Views: 3762
PreviousNext

Return to advanced search

cron