Search found 570 matches: datas

Return to advanced search

Re: SUB-CLASS TFolderEx()

Dear Jimmy, Instead of creating a new Class TFolderDXE inherited from TFolderEx, you could dynamically modify Class TFolderEx to add the extra DATAs and/or Methods that you may need using the functions __objAddData( oObject, cSymbol ) and __objAddMethod( oObject, cSymbol, nFuncPtr ), __objModMethod( ...
by Antonio Linares
Sat Feb 04, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1177

Re: Problema pintado xbrowse FWH2210

Creo que puede haber otra posibilidad utilizando las DATAS lColDividerComplete y lRowDividerComplete con valor .T., y lFullGrid a .F., haciendo estos pequeños cambios en el Method Paint de la clase XBrowse, así podremos seguir utilizando ambas posibilidades ...
by cnavarro
Wed Dec 14, 2022 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema pintado xbrowse FWH2210 - SOLUCIONADO
Replies: 29
Views: 2190

Re: questions about xbrowse to understand better

nageswaragunupudi wrote:
if there is only one line why do the lines go all the way to the bottom of the xbrowse? (1)

Please see the DATAs
lRowDividerComplete
lColDividerComplete

By default both of them are .F.
Do not set any of them to .T.

Do not use LINES clause in XBROWSE definition


Sorry I forget them
by Silvio.Falconi
Thu Oct 20, 2022 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about xbrowse to understand better
Replies: 4
Views: 294

Re: questions about xbrowse to understand better

if there is only one line why do the lines go all the way to the bottom of the xbrowse? (1)

Please see the DATAs
lRowDividerComplete
lColDividerComplete

By default both of them are .F.
Do not set any of them to .T.

Do not use LINES clause in XBROWSE definition
by nageswaragunupudi
Thu Oct 20, 2022 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions about xbrowse to understand better
Replies: 4
Views: 294

Xbrowse to Html

... Why ask me a Spreadsheet software ? and if the user not have Excel or Openoffice or another spreadsheet cannot converte the xbrowse datas into html ? and with oBrw:ToHtml() anyway I couldn't for the header and for the cells, set the font, style, space, background color, text color ...
by Silvio.Falconi
Thu Oct 06, 2022 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 966

Re: Harbour + BI

... a easy way what they want to see; 2) Identify trends and patterns; 3) Determine problem and success areas 4) Create DashBoards from the selected datas; 5) Generate reports in PDF, HTMl formats and others;
by vilian
Fri Sep 23, 2022 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + BI
Replies: 9
Views: 717

Re: Capturar la dirección del navegador

Antonio,
si lanzo mi url a WebView, no puedo obtener el resultado en algún dato?

Veo que la WebView tiene un par de datas pero no devuelve eso.

Avísame cuando puedas!
Gracias!!
by TOTOVIOTTI
Fri Sep 16, 2022 1:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar la dirección del navegador
Replies: 9
Views: 820

Re: Para no estar preguntando a cada rato sobre MARIADB

Gustavo, yo uso MariaDB hace ya un tiempo y uso la Clase TDolphin, de Daniel García, tiene excelentes Funciones, Métodos y Datas, para el manejo de Query’s. Y Bases de Datos. Por ejemplo en lo que preguntas sería : oServer:TableExist( cTable ) Cualquier duda me consultas Sergio Vacarezza ...
by checo176
Thu Jun 23, 2022 12:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para no estar preguntando a cada rato sobre MARIADB
Replies: 6
Views: 719

Re: Para no estar preguntando a cada rato sobre MARIADB

Hola Gustavo.

Aqui tienes los metodos y datas de la clase, bastante bien explicados.

[url]
viewtopic.php?f=3&t=32657
[/url]

Saludos.

Jose.
by jvtecheto
Thu Jun 02, 2022 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para no estar preguntando a cada rato sobre MARIADB
Replies: 6
Views: 719

Re: Picture para campo Time()

... BY " +;                                          "HDR_FOL",adLockOptimistic,adOpenDynamic,0)  And this my code to save datas       oRsHdr:AddNew()      oRsHdr:Fields("HDR_FOL"):Value := oHdr:FOL      ...
by Armando
Fri Mar 11, 2022 5:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Picture para campo Time() (Resuelto)
Replies: 14
Views: 1371

Re: Error in database.prg?

... value of field named "END" or assign new values to oDbf:End. Sameway you can not have field names that conflict with any methods of datas of TDatabase/ In such cases, we can rename the field temporarily inside the TDatabase object and use the temporary new name to access/assign values. ...
by wartiaga
Thu Feb 17, 2022 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 968

Re: Error in database.prg?

... value of field named "END" or assign new values to oDbf:End. Sameway you can not have field names that conflict with any methods of datas of TDatabase/ In such cases, we can rename the field temporarily inside the TDatabase object and use the temporary new name to access/assign values. ...
by nageswaragunupudi
Thu Feb 17, 2022 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 968

Re: How do I know the field name in xbrowse:column

... roomaction() } Wherever the user moves / swaps this column, if the user clicks on the "room" column, the same action is taken. All the datas/codeblocks assigned to a column pertain that column object, not to the visible serial number of the column.
by dutch
Mon Dec 20, 2021 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2278

Re: How do I know the field name in xbrowse:column

... roomaction() } Wherever the user moves / swaps this column, if the user clicks on the "room" column, the same action is taken. All the datas/codeblocks assigned to a column pertain that column object, not to the visible serial number of the column.
by nageswaragunupudi
Sun Dec 19, 2021 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2278

Re: mas DATAs en un BTNBMP?

Amigos:

Los hash funcionaron al 100%

Gracias GMart1 y todos los que me apoyaron con sus respuestas

Saludos
by Armando
Fri Dec 17, 2021 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mas DATAs en un BTNBMP? (SOLUCIONADO)
Replies: 4
Views: 238
PreviousNext

Return to advanced search