Search found 92 matches: positioned

Return to advanced search

Re: TButton Icon Alignment

Try specifying oBtn:aBmpRect := { t, l, b, r } in pixels.
Then bitmap will be positioned inside the specified rectangle.
Specify the same rect to all the buttons.
by nageswaragunupudi
Wed Jul 29, 2020 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1431

Re: xBrowse and SQLRDD bug

... sample with FWH20.04. I found the scrollbar working properly and if we execute DBGOBOTTOM() before invoking the browse, the vertical scrollbar is positioned at the bottom. Please try this sample on your server, by changing the password, etc. This is my modified buildx.bat @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ...
by nageswaragunupudi
Thu Jun 11, 2020 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2507

Re: Mobile App Development

... "col-xs-6", "btn-group", "btn btn-default" are related to bootstrap. Every class is automatically positioned in certain points of the screen. But you will understand better if you look this video https://www.youtube.com/watch?v=0tv85fkdV14 ...
by Massimo Linossi
Thu Jan 16, 2020 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mobile App Development
Replies: 28
Views: 5533

Re: Converting sample test of Tplan

... right as you can see here https://i.postimg.cc/BZwCYpKc/error.png on Plan there is "Antonio Linares" but the seek is positioned on first record of database I change the index INDEX ON ROOMS_ID + DToS( CHECK_IN )+ALLTRIM(TYPE) TAG room_in because I add a new field on ...
by Silvio.Falconi
Sat Jun 22, 2019 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting sample test of Tplan
Replies: 26
Views: 2751

oRs:EditBaseRecord, oRec:Save() problem

... item) 5. Press Save button 6. Of course nothing happens. 7. Press the Save button again 8. oRec:Save() modified another record, since the pointer positioned on that record. How can I overcome this problem. oRec:Save() returns false but there is no any sql error. What can we do?
by betoncu
Thu Aug 23, 2018 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oRs:EditBaseRecord, oRec:Save() problem
Replies: 8
Views: 1156

Positioning a dialog box

... more than one screen, how can I positione my dialog box on a second screen the same way? If I open a dialog box on my second screen, it is always positioned at the top of the screen. Thanks a lot for any help.
by driessen
Wed Mar 21, 2018 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Positioning a dialog box
Replies: 2
Views: 452

New FTDN January/Enero 2018 (FWH 18.01)

... ReQuery() without changes in the SQL, previous sort order and filters were restored but record pointer is moved to top. Now the record pointer is positioned on the previous record with the same primary key. - Method ReSync() Fix: Resync() was failing on some rare cases, where table contained joins, ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2633

New FTDN April/Abril 2017 (FWH 17.04)

... --> lSuccess a) cWhere condition should resolve to a single record. b) If cwhere resolves to a record already in the rowset, record pointer is positioned on that record and updated from the server. c) Otherwise, if a new record exists in the table, which is not already included in the rowset, ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1278

Frame around the cell

If xBrowse the cursor is positioned in a frame around the cell,
::nMarqueeStyle := MARQSTYLE_SOLIDCELL
it is possible to change the color and thickness of this frame ?

FWH 16.04
by Natter
Thu Oct 27, 2016 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Frame around the cell
Replies: 9
Views: 1166

Toast Notifications

... What I don't see is how we get the info to save in the notification center. Without this capability, all we really have is a MsgAlert positioned in the lower right corner of our screen. Have you found a way to get it to save the notification ? I don't see it discussed anywhere. Tim
by TimStone
Tue Jun 21, 2016 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast Notifications
Replies: 4
Views: 876

Re: OT: TS.exe ( text find ) utility replacement

... , showed the data to locate the result. In my case in my Editor by double clicking on the highlighted line opens the file oEditor:Abrir(cFile) and positioned the row indicated oEditor:GoTo(nLine) http://i63.tinypic.com/azjno2.jpg Greetings..
by cuatecatl82
Fri Apr 01, 2016 1:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: TS.exe ( text find ) utility replacement
Replies: 24
Views: 7424

Re: New FTDN January/Enero 2016 (FWH 16.01)

... the text is moved to TOP,LEFT, etc. But actually this is not done. Prompts are always centered verticaly and hotizontally. Only the bitmaps are positioned on the opposite side. On the otherside of the bitmap equal amount of blank space is wasted. This is in contrast to BTNBMP. To maintain backward ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2241

New FTDN January/Enero 2016 (FWH 16.01)

... the text is moved to TOP,LEFT, etc. But actually this is not done. Prompts are always centered verticaly and hotizontally. Only the bitmaps are positioned on the opposite side. On the otherside of the bitmap equal amount of blank space is wasted. This is in contrast to BTNBMP. To maintain backward ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2241

Re: Refresh Record Set

... TRY oCon:Execute(cSql) CATCH oErr ShowAdoEr( oCon,csql ) END TRY * return .T. If ID its only one row and recordset is positioned in that row Resync will work. If there are multiple rows with same ID resync still works on the row the set is positioned but not on all ...
by AHF
Thu Dec 24, 2015 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh Record Set
Replies: 10
Views: 2063

Re: Classe Metro

... what you mean, thanks I need to create a button where the user types the name of the wine , then metropanel should slide until this button is positioned in the registry that researched , excuse my English I am using translator. FUNCTION ShowRecords( NREC,oWnd,OMETRO  )   local oMetro2, ...
by Joaoalpande
Thu Jun 04, 2015 9:15 am
 
Forum: All products support
Topic: Classe Metro
Replies: 35
Views: 18459
PreviousNext

Return to advanced search