Search found 29 matches: lbs

Return to advanced search

Re: xbrowser no muestra el scroll

Modifica esta línea:

CONTROL "", 112, "ListBox", LBS_SORT|LBS_NOTIFY|WS_VSCROLL|WS_TABSTOP, 28, 131, 323, 159

asi:

CONTROL "", 112, "TXBrowse", WS_VSCROLL|WS_TABSTOP, 28, 131, 323, 159
by Antonio Linares
Wed Dec 13, 2023 10:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser no muestra el scroll
Replies: 7
Views: 603

Xbrowse and Select clause problem

... , ; qtedim->type , ; qtedim->desc , ; STR( qtedim->len, 5 ) , ; STR( qtedim->wid, 5 ) , ; STR( qtedim->hgt, 5 ) , ; STR( qtedim->lbs, 9, 2 ) ; ID 5000 ; HEADERS "Qty", "Pkg", "Commodity", "(L)", "(W)", "(H)", "LBS" ...
by cdmmaui
Sat May 05, 2018 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Select clause problem
Replies: 14
Views: 2099

Re: Visualizacion negra en un Browse Con Windows 10 Creator

Cambia esta línea: LISTBOX 103, 37, 71, 674, 234, LBS_NOTIFY | WS_BORDER | LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_TABSTOP así: CONTROL "", 103, "TXBrowse", 0 | WS_BORDER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_TAB...
by Antonio Linares
Mon May 01, 2017 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visualizacion negra en un Browse Con Windows 10 Creator
Replies: 12
Views: 2155

Re: Scrollbars missing

Greg, I am not clear what you are saying. If you use LISTBOX...FIELDS, then it will pre-process to TXBrowse. Anything defined this way is not going to have a scrollbar unless you change the RC file by adding the LBS_DISABLENOSCROLL. TCBrowse is a separate browse. I haven't used it in a very long tim...
by James Bott
Wed Feb 19, 2014 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4731

Re: Scrollbars missing

I don't think this is a good solution but it is a workaround. In Borland Workshop if you check "scroll bar always" then the scrollbar shows. This changes the RC file to: LISTBOX IDC_LISTBOX1, 20, 15, 235, 75, LBS_STANDARD | LBS_DISABLENOSCROLL Note that is has just added "LBS_DISABLEN...
by James Bott
Wed Feb 19, 2014 5:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4731

Re: Scrollbars missing

James, Here is the Listbox line in the .rc file: LISTBOX 1003, 15, 45, 336, 152, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY I have tried several permutations from resources with no change in behavior. Oddly enough I can't get it to show NO SCROLL either....its just consistently show...
by Greg Gammon
Tue Feb 18, 2014 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4731

Re: Problem Clicking on Fields in Dialog

... oFld:aDialogs[1] PICTURE '999999' REDEFINE GET aWr[24] VAR Mtotlbs ID 128 OF oFld:aDialogs[1] PICTURE '999999.99' ; VALID ( lPass := _Calc( "LBS", @Mtotlbs, @Mtotlbs2, @Mtotkgs, @Mtotkgs2 ) , ; _GetRef( aWr ), lPass ) REDEFINE GET aWr[25] VAR Mtotkgs ID 129 OF oFld:aDialogs[1] PICTURE ...
by cdmmaui
Thu Nov 07, 2013 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3869

Re: FiveWIN xHarbour Dev enviornment in Tablet

... memory, additional memory via microSD card slot Webcam 1080p HD video playback Auto-rotation Up to 5 hours of run time on a full charge Weighs 1.1 lbs; 9.4" x 0.5" x 5.8" dimensions Software and Applications: Android 4.0 OS (Ice Cream Sandwich) eBook Reader, Games Android Appstore ...
by George
Wed Dec 12, 2012 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 11881

Re: Printing to an IP adress

... aLabel, 'PRPOS 460,525' ) AADD( aLabel, 'PRTXT "PKG TYPE: ' + cPkg + '"' ) AADD( aLabel, 'PRPOS 030,450' ) AADD( aLabel, 'PRTXT "LBS: ' + LTRIM(TRANSF(nLbs,"999,999.99")) + '"' ) AADD( aLabel, 'PRPOS 030,375' ) AADD( aLabel, 'PRTXT "DIMS: ' + cDims + '"' ...
by cdmmaui
Fri Sep 21, 2012 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing to an IP adress
Replies: 4
Views: 1017

Re: Character Search within ComboBox

... I tried this and it did not work. I trying to peform the following within a combobox. For example if the items consists of the following: LOT, LBS, PCS, PKG, PLT, PND, PPL I want the user to be able press keys PLT and move directly item PLT, now when the user presses P it goes to first p, in ...
by cdmmaui
Wed Aug 15, 2012 5:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Character Search within ComboBox
Replies: 4
Views: 1067

LISTBOX KEYDOWN

hello everyone, I wonder if anyone here had problems with the esc key to exit from a listbox because I have a listbox with the resource and the User must press the esc key to close dialog follows the code of the dialog below: I've tried various ways without success until now. if someone can help tha...
by gss200610
Mon Nov 21, 2011 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LISTBOX KEYDOWN
Replies: 0
Views: 583

Re: Listbox no FWH 6.2

Amigo Euclides Junto o ficheiro RC necessário à compilação que ontem por erro não seguiu. /**************************************************************************** sdsa.rc produced by Borland Resource Workshop *****************************************************************************/ #define...
by j.fmagalhaes
Fri Nov 12, 2010 1:33 pm
 
Forum: All products support
Topic: Listbox no FWH 6.2
Replies: 5
Views: 2648

Re: FastReport

/**************************************************************************** fastdemo.rc produced by Borland Resource Workshop *****************************************************************************/ DEMO DIALOG 103, 23, 448, 297 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION...
by gvalentin
Sun Oct 04, 2009 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport
Replies: 23
Views: 9918

Re: xBrowse y SetArray(aArray)

Daniel, muchas gracias por contestar. Aquí está el recurso (.rc) Hice los ajustes que indicas en el primer post y sigue lo mismo. Tu ejemplo me ha dado otras ideas, y por supuesto me es útil. Continúo luchando con lo que quiero hacer. Gracias, nuevamente. Saludos. pd: A mi ejemplo hay que quitarle l...
by FranciscoA
Tue Sep 22, 2009 2:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse y SetArray(aArray) (SOLUCIONADO)
Replies: 12
Views: 3978

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

After a long time I had again a look into re.prg. I changed the code to get the ID of the control into the dialog. But I can’t find out how to do with comboboxes. It would also be fine to have the caption of the says. The dialog is saved to clipboard and you can paste it to your source code. Would y...
by Otto
Sun Aug 30, 2009 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658
Next

Return to advanced search