Search found 568 matches: datas

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... deshabilitados. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43698&sid=b7b15700ca553af24af5480cdf26182f * XBROWSE: - Al usar datas de objetos de columna en plural, antes de la creación de cualquier columna, proporcionados tiempo de ejecución, produce un error de tiempo de ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3560

Re: Introducing FiveTech's fivedit

Stable Version:
https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

It did not detect DATAs defined as VAR in the Harbor classes: fixed
Compilation and linking output of MSVC projects: fixed
by cnavarro
Sat Nov 04, 2023 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 105362

Re: Mejoras para scintilla

Version estable:
https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

No detectaba DATAs definidas como VAR en las clases Harbour: fixed
Output de compilacon y linkado de proyectos MSVC: fixed
by cnavarro
Sat Nov 04, 2023 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 832532

New FTDN October/Octubre 2023 (FWH 23.10)

... https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43698&sid=b7b15700ca553af24af5480cdf26182f * XBROWSE: - Using column objects datas as plural, before creation of any columns gives runtime. This is resulting in runtime error when SetRDD() (from ver.2307) is called prior to creating ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3560

Re: Class THash

Muy bueno. A mi parecer faltaría una declaración previa de las DATAs posibles (opcional) para evitar posibles errores en tecleo que puedan suponer auténticas quebraduras de cabeza para encontrar el error, porque... // ... no es lo mismo ... o:cVar: "Texto" ...
by FiveWiDi
Wed Nov 01, 2023 7:05 pm
 
Forum: Utilities / Utilidades
Topic: Class THash
Replies: 10
Views: 1218

Re: Class THash

Muy bueno. A mi parecer faltaría una declaración previa de las DATAs posibles (opcional) para evitar posibles errores en tecleo que puedan suponer auténticas quebraduras de cabeza para encontrar el error, porque... // ... no es lo mismo ... o:cVar: "Texto" ...
by paquitohm
Wed Nov 01, 2023 10:18 am
 
Forum: Utilities / Utilidades
Topic: Class THash
Replies: 10
Views: 1218

Re: Inhabilitar columna en xBrowse - Disable column in xBrowse

... de encontrar un manual o alguna referencia de todas las opciones que tiene Xbrowse Creo que lo mejor es ver el codigo fuente de la clase, ver las datas y los metodos y probar el efecto Espero que te sea de utilidad
by cmsoft
Fri Sep 01, 2023 9:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 994

Re: XBROWSE : Seek(), OrdwildSeek() and "increment"

Good idea. We will try to protect some more methods/datas.
Still we can not do it for all because some methods/datas are used both by the browse object and column object.

There are lots of examples of xbrowse in the forums and lastly we are always here to support you in every way.
by nageswaragunupudi
Mon May 08, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 275

Re: XBROWSE : BookMark what is it for ?

... to oBrw:oRs:BookMark := n for ADO Same way oBrw:KeyNo is same is OrdKeyNo() for DBF, AbsolutePosition of ADO, etc XBrowse can handle many types of datasources, which use different methods, functions and datas. We talk to XBrowse is one language and XBrowse talks to the underlying datasource in ...
by nageswaragunupudi
Sun Apr 16, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : BookMark what is it for ?
Replies: 1
Views: 196

Re: Equivalencias de __objAddData y __objSendMsg en Hash

Estimados, yo quise hacer esto con una clase sqlmix, pero el caso es que los datas que creaba por cada campo, se mantenian entre clases, dado que la creacion se hacia a nivel objeto por lo que el numero de campos se incrementaba por cada instancia del objeto table, lo han resuelto?
by carlos vargas
Mon Mar 20, 2023 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Equivalencias de __objAddData y __objSendMsg en Hash
Replies: 4
Views: 463

Re: Agradecimiento Público a Cristóbal Navarro y FivEdit

... de acceso rápido ( tengo incluso la pantalla hecha ), a ver si lo retomo y le doy carpetazo también En cuanto a los objetos y que muestre sus datas y methods he avanzado bastante en ese tema ( incluso cuando están dentro de un WITH OBJECT ..... END ), échale un ojo, aunque soy consciente que ...
by cnavarro
Sun Mar 19, 2023 9:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agradecimiento Público a Cristóbal Navarro y FivEdit
Replies: 15
Views: 1597

Generar PDF desde TPrinter.

... = .F. IsHaruLinked() = .F. oPrinter:lUseI2PDF = .F. fw_i2pdf() = .F. oPrinter:lUseFWPDF = .F. que no sé si se deben setear manualmente (las datas claro) o instalar/lincar algo. ¿Cómo puedo hacerlo? Generar un PDF desde TPrinter sin pasar por Preview() Muchas gracias,
by FiveWiDi
Sat Feb 11, 2023 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Generar PDF desde TPrinter.
Replies: 2
Views: 248

Re: SUB-CLASS TFolderEx()

hi Antonio, 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 Jimmy
Sat Feb 04, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1137

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: 1137

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: 1782
Next

Return to advanced search

cron