Hi,
When copy from folderPage to folderPage, one DBBROWSE, the
Header,footer,dataset,oDataField is lost
When running application appear this error
-------------- Informazione sulla gestione interna degli
errori ---------------
Chiamata a sottosistema: BASE
Codice di sistema: 1004
Stato di default: .F.
Descrizione: Class: 'NIL' has no exported method
Operazione: HANDLE
Argomenti: [ 1] = Tipo: U Val: NIL
File coinvolti:
Codice di errore Dos: 0
Chiamato da:
TBRWRECSEL:_NWIDTH (178)
ELABORACOMMESSE:CREATEFORM (1009)
ELABORACOMMESSE:NEW (189)
TFORM1:MENUELABCOMMCLICK (291)
TMENUITEM:ONCLICK (0)
TMENU:DOACTION (253)
TMENU:DOACTION (258)
TMENU:DOACTION (258)
TFORM1:WMCOMMAND (927)
RUNFORM (0)
TAPPLICATION:RUN (275)
MAIN (22)
-------------------------------------------------
In to file xfm is present this anomaly
WITH OBJECT ::oDBBrowse9 := TDBBrowse():New( ::oFolderPage7 )
:SetBounds( 24, 52, 838, 482 )
WITH OBJECT TBrwRecSel():New( ::oDBBrowse10 )
<<<<<<<<<<<<<<<<<< Anomaly
:nWidth := 10
:Create()
END
Frank
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Error DBBROWSE
- ignacio
- Site Admin
- Mensajes: 9441
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Error DBBROWSE
Hello,
I tried to reproduce your error without success.
We are aware that column definitions get lost when doing copy & paste operations on TBrowse objects, something that we hope it will be fixed in the near future.
Regards,
I tried to reproduce your error without success.
We are aware that column definitions get lost when doing copy & paste operations on TBrowse objects, something that we hope it will be fixed in the near future.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Error DBBROWSE
Hi,
try this
1) New Form
2) NewFolder
3) AddFolderPage1
4) AddFolderPage2
5) AddFolderPage3
6) Add in to FolderPage1 DBBROWSE1 with 3 columns
7) Change nWidth of TBrwRecSel() es. from 24 to 10
8) Copy & Paste DBBROWSE1 on FolderPage2 and FolderPage3
9) Add 3 Columns in to DBBROWSE2 and DBBROWSE3
10) Compile
The error only appear on change TBrwRecSel():nWidth
Regards,
Frank
"Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> ha scritto
nel messaggio news:4dc7c397$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello,
> I tried to reproduce your error without success.
> We are aware that column definitions get lost when doing
> copy & paste operations on TBrowse objects, something that
> we hope it will be fixed in the near future.
>
> Regards, --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
> http://www.xailer.com
> http://www.xailer.info
try this
1) New Form
2) NewFolder
3) AddFolderPage1
4) AddFolderPage2
5) AddFolderPage3
6) Add in to FolderPage1 DBBROWSE1 with 3 columns
7) Change nWidth of TBrwRecSel() es. from 24 to 10
8) Copy & Paste DBBROWSE1 on FolderPage2 and FolderPage3
9) Add 3 Columns in to DBBROWSE2 and DBBROWSE3
10) Compile
The error only appear on change TBrwRecSel():nWidth
Regards,
Frank
"Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> ha scritto
nel messaggio news:4dc7c397$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello,
> I tried to reproduce your error without success.
> We are aware that column definitions get lost when doing
> copy & paste operations on TBrowse objects, something that
> we hope it will be fixed in the near future.
>
> Regards, --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
> http://www.xailer.com
> http://www.xailer.info