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 ...
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.
Se encontraron 63 coincidencias
- Lun May 09, 2011 5:27 pm
- Foro: Xailer Pro English
- Tema: Error DBBROWSE
- Respuestas: 2
- Vistas: 1788
- Lun May 09, 2011 10:54 am
- Foro: Xailer Pro English
- Tema: Error DBBROWSE
- Respuestas: 2
- Vistas: 1788
Error DBBROWSE
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 ...
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 ...
- Jue Abr 28, 2011 7:42 pm
- Foro: Xailer Pro English
- Tema: DBBROWSE QUESTION
- Respuestas: 0
- Vistas: 8540
DBBROWSE QUESTION
Hi,
someone can tell me the difference between Insert and Append
I am using TDBbrowse with DBF and insert method produces the same effect as
the Append method.
someone can tell me if you can insert a record between two others in a DBF
file?
Frank
someone can tell me the difference between Insert and Append
I am using TDBbrowse with DBF and insert method produces the same effect as
the Append method.
someone can tell me if you can insert a record between two others in a DBF
file?
Frank
- Jue Abr 28, 2011 8:51 am
- Foro: Xailer Pro English
- Tema: DBBrowse question
- Respuestas: 1
- Vistas: 1478
DBBrowse question
Hi,
someone can tell me the difference between Insert and Append
I am using TDBbrowse with DBF and insert method produces the same effect as
the Append method.
someone can tell me if you can insert a record between two others in a DBF
file?
Frank
someone can tell me the difference between Insert and Append
I am using TDBbrowse with DBF and insert method produces the same effect as
the Append method.
someone can tell me if you can insert a record between two others in a DBF
file?
Frank
- Lun Abr 18, 2011 10:05 am
- Foro: Xailer Pro English
- Tema: SQLITE EDITOR ERROR
- Respuestas: 0
- Vistas: 8657
SQLITE EDITOR ERROR
Hello,
with sqlite editor, importing DBF tables these errors appear:
near "XXXX" syntax error
near "# 06" syntax error
importing an existing table in the database after the message appears the
error - see attachment - IDE is closed
Frank
Attached files
with sqlite editor, importing DBF tables these errors appear:
near "XXXX" syntax error
near "# 06" syntax error
importing an existing table in the database after the message appears the
error - see attachment - IDE is closed
Frank
Attached files
- Vie Abr 08, 2011 9:05 am
- Foro: Xailer Pro English
- Tema: Date field
- Respuestas: 5
- Vistas: 2686
Date field
Sorry, but what's triangle button?
Frank
"Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > ha scritto nel
messaggio news:[email=4d9df888@svctag-j7w3v3j....]4d9df888@svctag-j7w3v3j....[/email]
> Frank,
>
> You must click the triangle button for that. The control should be also in ...
Frank
"Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > ha scritto nel
messaggio news:[email=4d9df888@svctag-j7w3v3j....]4d9df888@svctag-j7w3v3j....[/email]
> Frank,
>
> You must click the triangle button for that. The control should be also in ...
- Vie Abr 08, 2011 8:49 am
- Foro: Xailer Pro English
- Tema: ComboBox:aItems
- Respuestas: 2
- Vistas: 1638
ComboBox:aItems
Hi,
I was thinking of making mistakes in syntax,
work it in another way
Thanks
Frank
"Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > ha scritto nel
messaggio news:4d9df7d4$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Frank,
>
> I am afraid SaveToArray only works ...
I was thinking of making mistakes in syntax,
work it in another way
Thanks
Frank
"Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > ha scritto nel
messaggio news:4d9df7d4$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Frank,
>
> I am afraid SaveToArray only works ...
- Mar Abr 05, 2011 9:40 am
- Foro: Xailer Pro English
- Tema: ComboBox:aItems
- Respuestas: 2
- Vistas: 1638
ComboBox:aItems
Hello,
Two questions:
1) Whit this code generated this error:
WITH OBJECT ::oDBFDipend
:AddCalcField( "cDIPEND", {| o | TRIM(o:oDataSet:COGNOME) + " " +
TRIM(o:oDataSet:NOME)})
::oComboBox1:aItems := :SaveToArray( {("cDIPEND"} )
END WITH
(b)TDBFDATASET:SAVETOARRAY(1828)
Errore BASE/1003 ...
Two questions:
1) Whit this code generated this error:
WITH OBJECT ::oDBFDipend
:AddCalcField( "cDIPEND", {| o | TRIM(o:oDataSet:COGNOME) + " " +
TRIM(o:oDataSet:NOME)})
::oComboBox1:aItems := :SaveToArray( {("cDIPEND"} )
END WITH
(b)TDBFDATASET:SAVETOARRAY(1828)
Errore BASE/1003 ...
- Lun Abr 04, 2011 4:28 pm
- Foro: Xailer Pro English
- Tema: Enter key instead of Tab
- Respuestas: 2
- Vistas: 1864
Enter key instead of Tab
Hello Dionisis
Thanks
"Dionisis" <info[at]sgs-soft[dot]gr> ha scritto nel messaggio
news:4d99aec3$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello Frank
> Try to use Application:lUseReturn
>
> Best Regards Dionisis
>
Thanks
"Dionisis" <info[at]sgs-soft[dot]gr> ha scritto nel messaggio
news:4d99aec3$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello Frank
> Try to use Application:lUseReturn
>
> Best Regards Dionisis
>
- Lun Abr 04, 2011 4:28 pm
- Foro: Xailer Pro English
- Tema: Date field
- Respuestas: 5
- Vistas: 2686
Date field
DoubleClick on a date editable field Tbrowse, you can get out
TMonthCalendar?
FRANK
TMonthCalendar?
FRANK
- Lun Abr 04, 2011 12:44 pm
- Foro: Xailer Pro English
- Tema: Enter key instead of Tab
- Respuestas: 2
- Vistas: 1864
Enter key instead of Tab
Hello,
how do I get out of TEdit with Enter key instead of Tab
FRANK
how do I get out of TEdit with Enter key instead of Tab
FRANK
- Vie Abr 01, 2011 3:36 pm
- Foro: Xailer Pro English
- Tema: a different color than the default
- Respuestas: 2
- Vistas: 1798
a different color than the default
One other thing that I did not know!
I could at least try ..
Thanks much as always
FRANK
"José Lalín" < dezac@corevia.com > ha scritto nel messaggio
news:4d95bc8b$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
FRANK,
> To choose a different color than the default, it would be very ...
I could at least try ..
Thanks much as always
FRANK
"José Lalín" < dezac@corevia.com > ha scritto nel messaggio
news:4d95bc8b$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
FRANK,
> To choose a different color than the default, it would be very ...
- Vie Abr 01, 2011 9:20 am
- Foro: Xailer Pro English
- Tema: a different color than the default
- Respuestas: 2
- Vistas: 1798
a different color than the default
To choose a different color than the default, it would be very useful in the
Object Inspector, to open TChooseColorDlg
Frank
Object Inspector, to open TChooseColorDlg
Frank
- Vie Abr 01, 2011 8:57 am
- Foro: Xailer Pro English
- Tema: Change nClrPane on DBMEMO
- Respuestas: 2
- Vistas: 1621
Change nClrPane on DBMEMO
Thanks so much
"José Lalín" < dezac@corevia.com > ha scritto nel messaggio
news:4d94559e$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
FRANK,
when you click on the memo it already has the focus so you should use:
> METHOD DBMemo4DblClick( oSender, nKeyFlags, nPosX, nPosY ) CLASS ...
"José Lalín" < dezac@corevia.com > ha scritto nel messaggio
news:4d94559e$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
FRANK,
when you click on the memo it already has the focus so you should use:
> METHOD DBMemo4DblClick( oSender, nKeyFlags, nPosX, nPosY ) CLASS ...
- Jue Mar 31, 2011 11:41 am
- Foro: Xailer Pro English
- Tema: Change nClrPane on DBMEMO
- Respuestas: 2
- Vistas: 1621
Change nClrPane on DBMEMO
Hello,
i have this necessity:
i want change the nClrPane when double click, but this way don't work,
someone can tell me how can I do?
METHOD DBMemo4DblClick( oSender, nKeyFlags, nPosX, nPosY ) CLASS
StampaFatture
oSender:nClrPane := clYellow
::oDDTDLI:Edit()
RETURN Nil ...
i have this necessity:
i want change the nClrPane when double click, but this way don't work,
someone can tell me how can I do?
METHOD DBMemo4DblClick( oSender, nKeyFlags, nPosX, nPosY ) CLASS
StampaFatture
oSender:nClrPane := clYellow
::oDDTDLI:Edit()
RETURN Nil ...
- Mié Mar 23, 2011 10:46 am
- Foro: Xailer Pro English
- Tema: MAC ADDRESS
- Respuestas: 3
- Vistas: 2611
MAC ADDRESS
Hi Maarten,
THANK YOU FOR TIP
THERE IS A WAY TO READ THE MAC ADDRESS DIRECTLY FROM NETWORK CARD?
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> ha scritto nel messaggio
news:4d89b8e1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Frank,
>
> I use this:
>
> FUNCTION ...
THANK YOU FOR TIP
THERE IS A WAY TO READ THE MAC ADDRESS DIRECTLY FROM NETWORK CARD?
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> ha scritto nel messaggio
news:4d89b8e1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Frank,
>
> I use this:
>
> FUNCTION ...
- Mié Mar 23, 2011 10:37 am
- Foro: Xailer Pro English
- Tema: TREEVIEWCOLOR
- Respuestas: 2
- Vistas: 1813
TREEVIEWCOLOR
Hi Ignazio
sorry, I reinstalled treeviewcolor component, everything works fine
FRANK
"Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > ha scritto nel
messaggio news:4d89b86e$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dear Xailer customer,
>
> Please be more specific ...
sorry, I reinstalled treeviewcolor component, everything works fine
FRANK
"Ignacio Ortiz de Zúñiga" < NoNameToAvoidSpam@xailer.com > ha scritto nel
messaggio news:4d89b86e$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dear Xailer customer,
>
> Please be more specific ...
- Mié Mar 23, 2011 10:22 am
- Foro: Xailer Pro English
- Tema: ROUNDBUTTON and ROUNDGROUBOX
- Respuestas: 4
- Vistas: 2583
ROUNDBUTTON and ROUNDGROUBOX
HELLO JOSE
ARE ABLE TO SOLVE THE PROBLEM AND THE LATEST VERSION OF ROUNDBUTTON
ROUNGGROUPBOX WORK.
DURING THE TEST I'VE FOUND THIS:
ROUNDGROUPBOX
nGradienteStyle: = gsHORIZONTAL and gsVERTICAL
generate this error
Error BASE/1003 Variable does not exist: GSHORIZONTAL
Arguments: ()
Error ...
ARE ABLE TO SOLVE THE PROBLEM AND THE LATEST VERSION OF ROUNDBUTTON
ROUNGGROUPBOX WORK.
DURING THE TEST I'VE FOUND THIS:
ROUNDGROUPBOX
nGradienteStyle: = gsHORIZONTAL and gsVERTICAL
generate this error
Error BASE/1003 Variable does not exist: GSHORIZONTAL
Arguments: ()
Error ...
- Mié Mar 23, 2011 9:12 am
- Foro: Xailer Pro English
- Tema: MAC ADDRESS
- Respuestas: 3
- Vistas: 2611
MAC ADDRESS
You can read the mac address with xailer?
someone can give me some suggestions?
Tanks
Frank
someone can give me some suggestions?
Tanks
Frank
- Mar Mar 22, 2011 8:02 pm
- Foro: Xailer Pro English
- Tema: TREEVIEWCOLOR
- Respuestas: 2
- Vistas: 1813
TREEVIEWCOLOR
WHEN USING TREEVIEWCOLOR WITH XAILER 2.2/2.3 IDE FREEZES
SOMEONE TELL ME WHY SA
FRANK
SOMEONE TELL ME WHY SA
FRANK
- Mar Mar 22, 2011 7:50 pm
- Foro: Xailer Pro English
- Tema: ROUNDBUTTON and ROUNDGROUBOX
- Respuestas: 4
- Vistas: 2583
ROUNDBUTTON and ROUNDGROUBOX
Hello,
which is the correct procedure to install the components with XAILER 2.3:
ROUNDBUTTON and ROUNDGROUBOX
I downloaded from:
http://www.xailer.com/cgi-bin/download.exe?en&file=27
I unzipped the file in the folder " XAILER2 LIB"
I click on components, management components, when the window ...
which is the correct procedure to install the components with XAILER 2.3:
ROUNDBUTTON and ROUNDGROUBOX
I downloaded from:
http://www.xailer.com/cgi-bin/download.exe?en&file=27
I unzipped the file in the folder " XAILER2 LIB"
I click on components, management components, when the window ...
- Vie Feb 18, 2011 2:06 pm
- Foro: Xailer Pro Spanish
- Tema: gesti
- Respuestas: 4
- Vistas: 3285
gesti
Gracias por tu valiosas sugerencias
"José Ramón Castro Polinio" <jrcpoli-quitarpara_envio]"@terra.es> ha
scritto nel messaggio news:4d5e3121$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Saludos:
>
> Debes de leer esto: http://xailer.info/esp/?p=234
>
> José Ramón Castro.
> El ...
"José Ramón Castro Polinio" <jrcpoli-quitarpara_envio]"@terra.es> ha
scritto nel messaggio news:4d5e3121$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Saludos:
>
> Debes de leer esto: http://xailer.info/esp/?p=234
>
> José Ramón Castro.
> El ...
- Vie Feb 18, 2011 2:05 pm
- Foro: Xailer Pro Spanish
- Tema: gesti
- Respuestas: 4
- Vistas: 3285
gesti
Cada día descubro cosas nuevas, gracias por sus valiosas sugerencias
Salu2
Frank
"Bingen Ugaldebere" < bingen@bisoft.es > ha scritto nel messaggio
news:4d5e30ce$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Nosotros lo hemos hecho en base a un OCX comercial que es económico unos ...
Salu2
Frank
"Bingen Ugaldebere" < bingen@bisoft.es > ha scritto nel messaggio
news:4d5e30ce$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Nosotros lo hemos hecho en base a un OCX comercial que es económico unos ...
- Vie Feb 18, 2011 9:30 am
- Foro: Xailer Pro Spanish
- Tema: gesti
- Respuestas: 4
- Vistas: 3285
gesti
Hola
alguien me puede dar sugerencias para la gestión de un escáner de imágenes
con Xailer?
Gracias de antemano
Frank
alguien me puede dar sugerencias para la gestión de un escáner de imágenes
con Xailer?
Gracias de antemano
Frank
- Vie Feb 11, 2011 4:52 pm
- Foro: Xailer Pro Spanish
- Tema: PopUpMenu
- Respuestas: 2
- Vistas: 1657
PopUpMenu
Estoy muy estúpido ... gracias
"Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> ha scritto
nel messaggio news:4d555859$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> FRANK[1
>> escribió el vie, 11 febrero 2011 15:17]Estoy
>> utilizando
>>
>> METHOD Image2RButtonDown ...
"Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> ha scritto
nel messaggio news:4d555859$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> FRANK[1
>> escribió el vie, 11 febrero 2011 15:17]Estoy
>> utilizando
>>
>> METHOD Image2RButtonDown ...