Search found 112 matches: cpicture

Return to advanced search

Re: numeric get

Dear Detlef,

Please modify this line in tget.prg this way:

FW_SayText( ::hDC, If( Empty( Eval( ::bSetGet ) ), "", Transform( Eval( ::bSetGet ), ::cPicture ) ), aRect, "R", ::oFont, ::nClrText )

now it works as you need :-)
by Antonio Linares
Thu Jul 20, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 314

Re: tget only numbers

hi Silvo,
Silvio.Falconi wrote:the user can digit only number and "." on a get

what about using cPicture "99" :?:
by Jimmy
Wed Nov 09, 2022 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 282

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

... ExcelLangID() --> nExcelLangID ExcelLang() --> en,es,fr,pt,de,it ExcelTranslate( cFunc ) --> Translated function Dbf2ExcelNumFormat( cPicture ) -> cExcelPic https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?f=16&t=27548 Regards, saludos.
by karinha
Tue Nov 01, 2022 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 796

Re: problema on transform

...   ambos retornan 8, ahi no se si falla o esta correcto, dado que la ayuda indica que Syntax Transform( <xValue>, <cPicture> ) --> cFormattedString Arguments <xValue> This is a value of data type Character, Date, Logic, Memo or Numeric to be formatted. ...
by nageswaragunupudi
Wed Oct 27, 2021 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema on transform
Replies: 2
Views: 395

problema on transform

...   ambos retornan 8, ahi no se si falla o esta correcto, dado que la ayuda indica que Syntax Transform( <xValue>, <cPicture> ) --> cFormattedString Arguments <xValue> This is a value of data type Character, Date, Logic, Memo or Numeric to be formatted. ...
by carlos vargas
Mon Oct 25, 2021 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema on transform
Replies: 2
Views: 395

Cambiar el picture de un get en teimpo de ejecución

... en tiempo de ejecución un Get (oSeek) que tiene un picture de texto "@!" a uno de fecha "99/99/9999". Lo he probado con oSeek:cPicture := "99/99/9999" y aunque no me dá ningún tipo de error, no me modifica el picture. Dá lo mismo que lo refresque o actualize (oSeek:Refresh(), ...
by nicinf
Sun Mar 14, 2021 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el picture de un get en teimpo de ejecución
Replies: 2
Views: 380

Re: convertir gpointer en data

... parray; parray = g_ptr_array_new (); g_ptr_array_add (parray, (gpointer) hb_arrayGetNL( aData, 1 )); g_ptr_array_add (parray, (gpointer) cPicture); g_signal_connect ( G_OBJECT( entry_box ), "key_press_event", G_CALLBACK( KeyPressEvent ), parray ); . . . . gboolean KeyPressEvent( ...
by jgayoso
Tue Aug 04, 2020 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: convertir gpointer en data
Replies: 1
Views: 370

Re: COMBOBOX HEIGHTGET is not working?

... ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, PICTURE> <cPicture> ]; [ ON EDIT CHANGE <uEChange> ] ; [ HEIGHTGET <nHGet> ] ; [ SELHEIGHT <nSelHt> ] ; [ ITEMHEIGHT <nItmHt> ] ; [ ...
by carlos vargas
Tue May 19, 2020 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1551

Edit array cells

Hi?

There is an array in xbrowse. The elements of the array can be strings, dates and numbers. How do I edit array cells according to their format (specify a spinner for a numeric cell,: cPicture. the number of input characters. etc)
by Natter
Tue Feb 25, 2020 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit array cells
Replies: 0
Views: 318

Re: Cambiar ACTION, VALID Y PICTURE Tiempo ejecución

... originales. Puede funcionar o no, dependerá si se han pasado a variables intermedias. Con el picture. Ahi habria que cambiarlo en la data ::cPicture.
by hmpaquito
Wed Sep 11, 2019 7:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar ACTION, VALID Y PICTURE Tiempo ejecución
Replies: 6
Views: 769

Re: How to programmatically change a TCBrowse column's width?

... ] ; [ ALIGN ] [ <al: LEFT, CENTERED, RIGHT> ] ; [ <wid: WIDTH, SIZE> <nWidth> [ PIXELS ] ] ; [ <pict: PICT, PICTURE> <cPicture> ] ; [ <bit: BITMAP> ] ; [ <edit: EDITABLE> ] ; [ MESSAGE <cMsg> ] ; [ VALID <uValid> ] ; [ ERROR [MSG] [MESSAGE] ...
by James Bott
Sat Sep 08, 2018 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to programmatically change a TCBrowse column's width?
Replies: 5
Views: 870

Re: xBrowse Report and column pictures

... You made a valid point that you understood cEditPicture to be used only for editing. I agree if we name bEditValue and cEditPicture as bValue and cPicture, they would convey the right meaning. But we are continuing the same names that were created at the time xbrowse was first created. We also ...
by nageswaragunupudi
Thu Mar 22, 2018 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report and column pictures
Replies: 3
Views: 782

Re: funciones de FWH y Harbour en un archivo .txt

... Descend(<exp>)->ValueInverted DevOut(<exp>,[<cColorString>])->Nil DevOutPict(<exp>,<cPicture>,[<cColorString>])->Nil DevPos(<nRow>,<nCol>)->Nil DirChange(<cDirectory>)->nOSError Directory(<cDirSpec>,[<cAttributes>])->aDirectory ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: Error em TGraph

... 3, .F. } } Your error is with DATA lViewVal, 6º parameter into definition of AddSeries, not defined in you definition of series 2) Definition of cPicture Add your code oGraph:cPicture := "99,999,999.99" and try
by cnavarro
Thu Sep 07, 2017 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error em TGraph (resolved)
Replies: 2
Views: 645
Next

Return to advanced search