Search found 567 matches: pointer

Return to advanced search

Re: Position of Window CENTER ?

hi Antonio, FWH SetCursorPos() lets you place the mouse pointer where desired: YES, this is what i´m doing in PROCEDURE SnapToCtrl() of 1st full Sample but i must use a TIMER instead of INIT to call SnapToCtrl() while else i got wrong (Original) Position ...
by Jimmy
Mon Nov 14, 2022 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of Window CENTER ?
Replies: 10
Views: 508

Re: Position of Window CENTER ?

Dear Jimmy,

FWH SetCursorPos() lets you place the mouse pointer where desired:

https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setcursorpos
by Antonio Linares
Mon Nov 14, 2022 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of Window CENTER ?
Replies: 10
Views: 508

Re: Everything under Fivewin

... with Type PASCAL who can help me please Everything_SetSearchW() Syntax void Everything_SetSearch(LPCTSTR lpString); Parameters lpString [in] Pointer to a null-terminated string to be used as the new search text. Return Value This function has no return value. Everything_QueryW() Syntax void ...
by Jimmy
Mon Nov 14, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1093

Re: Nuevo FWH 22.10

After doing unlock also, dbrollback does not work Rollback works before (1) moving record pointer (2) before commit and also (3) before unlock. This is useful for making modifications in more than one dbf and ensure that either all changes are committed or rolledback. ...
by VictorCasajuana
Thu Nov 03, 2022 9:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 656

Re: Nuevo FWH 22.10

After doing unlock also, dbrollback does not work Rollback works before (1) moving record pointer (2) before commit and also (3) before unlock. This is useful for making modifications in more than one dbf and ensure that either all changes are committed or rolledback. ...
by nageswaragunupudi
Wed Nov 02, 2022 6:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 656

Re: Nuevo FWH 22.10

... := "CHANGED"? CUST->CITYCUST->( dbRollBack() )? CUST->CITY  Note: dbRollBak() works only when the Record Pointer is not moved and DBCOMMIT() is not executed already thanks for the reply. I will make the case: ? CUST->CITYCUST->CITY := "CHANGED"? ...
by VictorCasajuana
Wed Nov 02, 2022 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 656

Re: Nuevo FWH 22.10

... := "CHANGED"? CUST->CITYCUST->( dbRollBack() )? CUST->CITY  Note: dbRollBak() works only when the Record Pointer is not moved and DBCOMMIT() is not executed already
by nageswaragunupudi
Wed Nov 02, 2022 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 656

Cursor position to last character in the line

Hi, all When I use the mouse to click a line (textfield) pass the last character of the line, the cursor is placed at the location of the mouse pointer instead of after the last character of the line. Is it possible the cursor location should place on last character of the line. It may be some ...
by kkyung
Wed Nov 02, 2022 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cursor position to last character in the line
Replies: 4
Views: 270

Re: how to use Member pszText, cx & Co from LVCOLUMN Structure

hi, i got Warning Warning W8069 LVREPORT.prg 435: Nonportable pointer conversion in function HB_FUN_LV_COLUMNPSZTEXT HB_FUNC( LV_COLUMNPSZTEXT ){   int pszText = ( ( LVCOLUMN * ) hb_parptr( 1 ) )->pszText; who can ...
by Jimmy
Mon Oct 17, 2022 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to use Member pszText, cx & Co from LVCOLUMN Structure
Replies: 5
Views: 256

DBF: ROLLBACK (built-in feature)

... feature in TDataBase class for many years. Please see METHOD RollBack(). Limitations of DBF ROLLBACK feature: 1) Rollback works only if the record pointer is not changed. Any SKIP() operation implicitly commits the transaction. So, we can not use this RollBack with more than one record in the same ...
by nageswaragunupudi
Sat Sep 10, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF: ROLLBACK (built-in feature)
Replies: 1
Views: 355

Re: Consulta Tecnica.

Hola Antonio no sé si lo que te envío te servirá o no pero viene de la ayuda en clipper. Si no sirve para nada disculpen el tiempo. Yo no lo usé nunca BLOBDIRECTEXPORT() Exporta el contenido de un puntero a un objeto binario grande (BLOB) a un fichero ------------------------------------------------...
by surGom
Sat Aug 27, 2022 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2341

Re: ADO RDD xHarbour

To All

As far as updating any .dbf record ... I use goto Recno() .. that in many cases mimics dbCommit() .. goto Recno() forces the record pointer to move albeit .. back to itself.

Rick Lpkin
by Rick Lipkin
Fri Apr 22, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447078

Re: xbrowse - Tooltip

... Rao, It seems to me that bTooltip from xBrowse always selects the highlighted row. Is there a way to make it take the row your mouse hovers the pointer over? Best regard, Otto You are right about oCol:bToolTip. Please do not use bToolTip. Instead use oCol:bCellTooltip and you get what exactly ...
by nageswaragunupudi
Sat Mar 26, 2022 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse - Tooltip
Replies: 7
Views: 499

xbrowse - Tooltip

Dear Mr. Rao,

It seems to me that bTooltip from xBrowse always selects the highlighted row.
Is there a way to make it take the row your mouse hovers the pointer over?

Best regard,
Otto
by Otto
Sat Mar 26, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse - Tooltip
Replies: 7
Views: 499

Re: xbrowse command not working properly -- MR. RAO

... assume that: 1. oTb:RecCount() --> number of rows? 2. oTb:RecNo() --> current row/record number? 3. oTb:GoTo( n ) --> Moves the record pointer to nth row? 4. oTb:Skip( +n or -n ) --> skips the record pointer by n or -n rows? How did you define columns? Yes, sir For column in Browse ...
by Compuin
Wed Feb 23, 2022 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1406
PreviousNext

Return to advanced search