Search found 48 matches: narrow

Return to advanced search

Mr James. I agree with you. But please consider this. Should it be oRep:aFont[ 1 ]:End() DEFINE FONT oFont NAME 'ARIAL NARROW' SIZE 0,-9 OF oRep:oDevice oRep:aFont[ 1 ] := oFont ? Then we do not have to release this new font again in our program, because Report object releases all ...
by nageswaragunupudi
Thu Sep 04, 2008 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() how can you control fonts etc. in the print.
Replies: 18
Views: 3650

NageswaraRao, >DEFINE FONT oFont NAME 'ARIAL NARROW' SIZE 0,-9 OF oRep:oDevice > oRep:aFont[ 1 ] := oFont In this case, I think that you need to end the existing font before assigning a new one, or there will be a resource leak. So, it should ...
by James Bott
Thu Sep 04, 2008 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() how can you control fonts etc. in the print.
Replies: 18
Views: 3650

Harvey, >DEFINE FONT oFont NAME 'ARIAL NARROW' SIZE 0,-9 OF oRep:oDevice > oRep:aFont[ 1 ] := oFont Note how he uses the OF clause. If you don't do this you will get very tiny font sizes. The font needs to be built using the resolution of ...
by James Bott
Wed Sep 03, 2008 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() how can you control fonts etc. in the print.
Replies: 18
Views: 3650

Browsing generally

... moving your mouse around the browse, it changes to a left-right cursor when you are on top of a column boundary. If your last column is defined narrow enough, it would do this somewhere inside the last column. I've changed the mousemove method inside wbrowse to counter this behaviour. METHOD ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93904

... mucha razón el Maestro Antonio Linares. Ya se lo comenté a mi cliente y está revisando si en ese PC concrecto está instalada la fuente "ARIAL NARROW" que es la que utiliza la pantalla de Ventas. Mil gracias a ambos. LOREN
by Armando Picon
Mon May 05, 2008 9:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Caso muy raro
Replies: 4
Views: 941

... mucha razón el Maestro Antonio Linares. Ya se lo comenté a mi cliente y está revisando si en ese PC concrecto está instalada la fuente "ARIAL NARROW" que es la que utiliza la pantalla de Ventas. Mil gracias a ambos. LOREN
by Loren
Mon May 05, 2008 9:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Caso muy raro
Replies: 4
Views: 941

Strange TButton behavior with VK_RETURN

... it does work the way I would expect (fires the bAction when Enter/Return is pressed). I've tried removing all the customized code I could to narrow down the possibilities, but can't figure out where to trap the VK_RETURN keypress inside the TButton code. What am I doing wrong? - Steve FiveWin ...
by Stevemcg
Mon Apr 28, 2008 11:41 pm
 
Forum: FiveWin for CA-Clipper
Topic: Strange TButton behavior with VK_RETURN
Replies: 4
Views: 2363

... when I use txbrowse from resource but not when I create from code. May I know your experience? As I said already, I am not very sure. I have to narrow down the problem which happens to me occasionally. > ON DBLCLIK is not working > This is not implemented in the command translate as of ...
by nageswaragunupudi
Tue Feb 19, 2008 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I use TXBrowse class from Resource?
Replies: 17
Views: 2619

... server. If you open connection object separately, ( i advise not mix with opening recordset) and examine the connection object's error object, you narrow down the problem and know where exactly the error is. I suggest something like this cConnStr := 'Provider=MSDAORA.1;Data Source=<TNSnameofServer>;User ...
by nageswaragunupudi
Wed Dec 19, 2007 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Connection to Oracle 10g
Replies: 14
Views: 4130

Tim,

I suggest comparing the combobox classes from the two versions using a file compare utility. This should help you find the changes and thus narrow down the problem.

I use WinMerge (www.winmerge.org). It is freeware.

James
by James Bott
Mon Jul 02, 2007 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combo box with data object
Replies: 3
Views: 843

>>Yes, I want to have a picture of "9999999.99999" in a narrow GET. >Why? >Don't wanne be rude, but, does it matter? Yes. If you want someone else to donate their time to help with a problem that only seems to be a problem for you and will ...
by Patrick Mast
Tue Apr 17, 2007 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture in GET problem
Replies: 12
Views: 3451

Patrick, >>Yes, I want to have a picture of "9999999.99999" in a narrow GET. >Why? >Don't wanne be rude, but, does it matter? Yes. If you want someone else to donate their time to help with a problem that only seems to be a problem for you and will ...
by James Bott
Tue Apr 17, 2007 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture in GET problem
Replies: 12
Views: 3451

>Yes, I want to have a picture of "9999999.99999" in a narrow GET. Why? Don't wanne be rude, but, does it matter? :) >So, if we can get rid of the spaces in from of the get, I'm saved. As I mentioned, changing TGET will just create another problem. ...
by Patrick Mast
Tue Apr 17, 2007 5:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture in GET problem
Replies: 12
Views: 3451

Patrick,

>Yes, I want to have a picture of "9999999.99999" in a narrow GET.

Why?

>So, if we can get rid of the spaces in from of the get, I'm saved.

As I mentioned, changing TGET will just create another problem.

James
by James Bott
Fri Apr 13, 2007 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture in GET problem
Replies: 12
Views: 3451

... larger? Is there something special about your situation where these options would not work? Yes, I want to have a picture of "9999999.99999" in a narrow GET. So, if we can get rid of the spaces in from of the get, I'm saved. In FiveWin 1.9 I did not have that problem. Patrick
by Patrick Mast
Fri Apr 13, 2007 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture in GET problem
Replies: 12
Views: 3451
PreviousNext

Return to advanced search