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.
SQLite Datasource
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi
How do I drop the SQLite Datasource on my form, the only way I have been
able to do it is close Xailer, modify the xfm and reopen.
Also, in the BTS sample, you have a toolbar button that opens Explorer, it
has a vertical line and a popup menu attached.
I have worked out to attach the popup menu to the toolbar button but I can
make the vertical line appear.
You have the same button in the DBF Explorer to select a directory or a
previous directory.
Thanks
Nick
How do I drop the SQLite Datasource on my form, the only way I have been
able to do it is close Xailer, modify the xfm and reopen.
Also, in the BTS sample, you have a toolbar button that opens Explorer, it
has a vertical line and a popup menu attached.
I have worked out to attach the popup menu to the toolbar button but I can
make the vertical line appear.
You have the same button in the DBF Explorer to select a directory or a
previous directory.
Thanks
Nick
SQLite Datasource
Nick,
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
I just tested it here and it works. Notice that this kind of components
doesn't show any image or icon in the form but you can see it in the Object
Inspector under the Components tree.
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
If you mean to see the button "splitted" then define an action for his
OnClick event and you are done.
As a general rule:
* A ToolButton with OnClick and no menu appears as a standar button.
* A ToolButton with no OnClick and menu appears as a standar button with an
arrow.
* A ToolButton with OnClick and menu appears as a splitted button.
Regards,
José Lalín
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
I just tested it here and it works. Notice that this kind of components
doesn't show any image or icon in the form but you can see it in the Object
Inspector under the Components tree.
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
If you mean to see the button "splitted" then define an action for his
OnClick event and you are done.
As a general rule:
* A ToolButton with OnClick and no menu appears as a standar button.
* A ToolButton with no OnClick and menu appears as a standar button with an
arrow.
* A ToolButton with OnClick and menu appears as a splitted button.
Regards,
José Lalín
SQLite Datasource
Nick,
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
I just tested it here and it works. Notice that this kind of components
doesn't show any image or icon in the form but you can see it in the Object
Inspector under the Components tree.
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
If you mean to see the button "splitted" then define an action for his
OnClick event and you are done.
As a general rule:
* A ToolButton with OnClick and no menu appears as a standar button.
* A ToolButton with no OnClick and menu appears as a standar button with an
arrow.
* A ToolButton with OnClick and menu appears as a splitted button.
Regards,
José Lalín
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
I just tested it here and it works. Notice that this kind of components
doesn't show any image or icon in the form but you can see it in the Object
Inspector under the Components tree.
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
If you mean to see the button "splitted" then define an action for his
OnClick event and you are done.
As a general rule:
* A ToolButton with OnClick and no menu appears as a standar button.
* A ToolButton with no OnClick and menu appears as a standar button with an
arrow.
* A ToolButton with OnClick and menu appears as a splitted button.
Regards,
José Lalín
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Jose
> I just tested it here and it works. Notice that this kind of components
> doesn't show any image or icon in the form but you can see it in the
> Object Inspector under the Components tree.
>
I think you misunderstood me, with the ADS Datasource for example, you click
the ide toolbar top select it, then click your form and it appears under
components in the object explorer
There is no SQLite Datasource on the tool bar to click in the first place??
Nick
> I just tested it here and it works. Notice that this kind of components
> doesn't show any image or icon in the form but you can see it in the
> Object Inspector under the Components tree.
>
I think you misunderstood me, with the ADS Datasource for example, you click
the ide toolbar top select it, then click your form and it appears under
components in the object explorer
There is no SQLite Datasource on the tool bar to click in the first place??
Nick
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Jose
> I just tested it here and it works. Notice that this kind of components
> doesn't show any image or icon in the form but you can see it in the
> Object Inspector under the Components tree.
>
I think you misunderstood me, with the ADS Datasource for example, you click
the ide toolbar top select it, then click your form and it appears under
components in the object explorer
There is no SQLite Datasource on the tool bar to click in the first place??
Nick
> I just tested it here and it works. Notice that this kind of components
> doesn't show any image or icon in the form but you can see it in the
> Object Inspector under the Components tree.
>
I think you misunderstood me, with the ADS Datasource for example, you click
the ide toolbar top select it, then click your form and it appears under
components in the object explorer
There is no SQLite Datasource on the tool bar to click in the first place??
Nick
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
SQLite Datasource
Nick,
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
Maybe you can not drop the control because the complete form is occupied
with other controls. I suggest you change the control with the alCLIENT
alignment to alNONE temporaly, change its size and then drop the component
and then revert the alignment value to alCLIENT.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi
>
>
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
>
> I have worked out to attach the popup menu to the toolbar button but I can
> make the vertical line appear.
>
> You have the same button in the DBF Explorer to select a directory or a
> previous directory.
>
> Thanks
>
> Nick
>
>
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
Maybe you can not drop the control because the complete form is occupied
with other controls. I suggest you change the control with the alCLIENT
alignment to alNONE temporaly, change its size and then drop the component
and then revert the alignment value to alCLIENT.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi
>
>
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
>
> I have worked out to attach the popup menu to the toolbar button but I can
> make the vertical line appear.
>
> You have the same button in the DBF Explorer to select a directory or a
> previous directory.
>
> Thanks
>
> Nick
>
>
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
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
SQLite Datasource
Nick,
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
Maybe you can not drop the control because the complete form is occupied
with other controls. I suggest you change the control with the alCLIENT
alignment to alNONE temporaly, change its size and then drop the component
and then revert the alignment value to alCLIENT.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi
>
>
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
>
> I have worked out to attach the popup menu to the toolbar button but I can
> make the vertical line appear.
>
> You have the same button in the DBF Explorer to select a directory or a
> previous directory.
>
> Thanks
>
> Nick
>
>
> How do I drop the SQLite Datasource on my form, the only way I have been
> able to do it is close Xailer, modify the xfm and reopen.
Maybe you can not drop the control because the complete form is occupied
with other controls. I suggest you change the control with the alCLIENT
alignment to alNONE temporaly, change its size and then drop the component
and then revert the alignment value to alCLIENT.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi
>
>
> Also, in the BTS sample, you have a toolbar button that opens Explorer, it
> has a vertical line and a popup menu attached.
>
> I have worked out to attach the popup menu to the toolbar button but I can
> make the vertical line appear.
>
> You have the same button in the DBF Explorer to select a directory or a
> previous directory.
>
> Thanks
>
> Nick
>
>
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
SQLite Datasource
Nick,
> I think you misunderstood me, with the ADS Datasource for example, you click
> the ide toolbar top select it, then click your form and it appears under
> components in the object explorer
Ok, got it now.
> There is no SQLite Datasource on the tool bar to click in the first place??
Yes, it is. See the attached picture.
Regards,
José Lalín
--
SQLite Datasource
Nick,
> I think you misunderstood me, with the ADS Datasource for example, you click
> the ide toolbar top select it, then click your form and it appears under
> components in the object explorer
Ok, got it now.
> There is no SQLite Datasource on the tool bar to click in the first place??
Yes, it is. See the attached picture.
Regards,
José Lalín
--
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Guys
Something weird going on here.
On Jose's screen shot he has 2 extra icons, SQLite and MySQL
I have ODBC, DBF, sql, SQL? etc
Also, on Jose's, his screen shot shows the Datasources being on the
DataControls tab where as in mine they are on the Datasets tab..
I have checked Xailer 2 and it's the same.
Nick
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:49b0eb34$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Nick,
>
>> How do I drop the SQLite Datasource on my form, the only way I have been
>> able to do it is close Xailer, modify the xfm and reopen.
>
> Maybe you can not drop the control because the complete form is occupied
> with other controls. I suggest you change the control with the alCLIENT
> alignment to alNONE temporaly, change its size and then drop the component
> and then revert the alignment value to alCLIENT.
>
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
> news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi
>>
>>
>> Also, in the BTS sample, you have a toolbar button that opens Explorer,
>> it has a vertical line and a popup menu attached.
>>
>> I have worked out to attach the popup menu to the toolbar button but I
>> can make the vertical line appear.
>>
>> You have the same button in the DBF Explorer to select a directory or a
>> previous directory.
>>
>> Thanks
>>
>> Nick
>>
>>
>
>
Something weird going on here.
On Jose's screen shot he has 2 extra icons, SQLite and MySQL
I have ODBC, DBF, sql, SQL? etc
Also, on Jose's, his screen shot shows the Datasources being on the
DataControls tab where as in mine they are on the Datasets tab..
I have checked Xailer 2 and it's the same.
Nick
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:49b0eb34$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Nick,
>
>> How do I drop the SQLite Datasource on my form, the only way I have been
>> able to do it is close Xailer, modify the xfm and reopen.
>
> Maybe you can not drop the control because the complete form is occupied
> with other controls. I suggest you change the control with the alCLIENT
> alignment to alNONE temporaly, change its size and then drop the component
> and then revert the alignment value to alCLIENT.
>
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
> news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi
>>
>>
>> Also, in the BTS sample, you have a toolbar button that opens Explorer,
>> it has a vertical line and a popup menu attached.
>>
>> I have worked out to attach the popup menu to the toolbar button but I
>> can make the vertical line appear.
>>
>> You have the same button in the DBF Explorer to select a directory or a
>> previous directory.
>>
>> Thanks
>>
>> Nick
>>
>>
>
>
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Guys
Something weird going on here.
On Jose's screen shot he has 2 extra icons, SQLite and MySQL
I have ODBC, DBF, sql, SQL? etc
Also, on Jose's, his screen shot shows the Datasources being on the
DataControls tab where as in mine they are on the Datasets tab..
I have checked Xailer 2 and it's the same.
Nick
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:49b0eb34$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Nick,
>
>> How do I drop the SQLite Datasource on my form, the only way I have been
>> able to do it is close Xailer, modify the xfm and reopen.
>
> Maybe you can not drop the control because the complete form is occupied
> with other controls. I suggest you change the control with the alCLIENT
> alignment to alNONE temporaly, change its size and then drop the component
> and then revert the alignment value to alCLIENT.
>
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
> news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi
>>
>>
>> Also, in the BTS sample, you have a toolbar button that opens Explorer,
>> it has a vertical line and a popup menu attached.
>>
>> I have worked out to attach the popup menu to the toolbar button but I
>> can make the vertical line appear.
>>
>> You have the same button in the DBF Explorer to select a directory or a
>> previous directory.
>>
>> Thanks
>>
>> Nick
>>
>>
>
>
Something weird going on here.
On Jose's screen shot he has 2 extra icons, SQLite and MySQL
I have ODBC, DBF, sql, SQL? etc
Also, on Jose's, his screen shot shows the Datasources being on the
DataControls tab where as in mine they are on the Datasets tab..
I have checked Xailer 2 and it's the same.
Nick
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:49b0eb34$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Nick,
>
>> How do I drop the SQLite Datasource on my form, the only way I have been
>> able to do it is close Xailer, modify the xfm and reopen.
>
> Maybe you can not drop the control because the complete form is occupied
> with other controls. I suggest you change the control with the alCLIENT
> alignment to alNONE temporaly, change its size and then drop the component
> and then revert the alignment value to alCLIENT.
>
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Nick Hilder" <nick_n0_spam_atcapsol.com.au> escribió en el mensaje
> news:49b0501f$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi
>>
>>
>> Also, in the BTS sample, you have a toolbar button that opens Explorer,
>> it has a vertical line and a popup menu attached.
>>
>> I have worked out to attach the popup menu to the toolbar button but I
>> can make the vertical line appear.
>>
>> You have the same button in the DBF Explorer to select a directory or a
>> previous directory.
>>
>> Thanks
>>
>> Nick
>>
>>
>
>
SQLite Datasource
Nick,
> On Jose's screen shot he has 2 extra icons, SQLite and MySQL
AFAIK these components are in Xailer Enterprise only. What version do you
have ?
> Also, on Jose's, his screen shot shows the Datasources being on the
> DataControls tab where as in mine they are on the Datasets tab..
That is because I had a lot of own components loaded in custom palettes
when I took the capture.
This is a standar/clean Xailer 2 installation screenshot.
Regards,
José Lalín
--
SQLite Datasource
Nick,
> On Jose's screen shot he has 2 extra icons, SQLite and MySQL
AFAIK these components are in Xailer Enterprise only. What version do you
have ?
> Also, on Jose's, his screen shot shows the Datasources being on the
> DataControls tab where as in mine they are on the Datasets tab..
That is because I had a lot of own components loaded in custom palettes
when I took the capture.
This is a standar/clean Xailer 2 installation screenshot.
Regards,
José Lalín
--
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Jose
I'm not sure what version I have, I had a look in the about and the website
rego but it doesn't tell me
I know i have the version where i get the source code for the gui stuff
"José Lalín" <notengo@correo.com> wrote in message
news:49b1bad7$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Nick,
>
>> On Jose's screen shot he has 2 extra icons, SQLite and MySQL
>
> AFAIK these components are in Xailer Enterprise only. What version do you
> have ?
>
>> Also, on Jose's, his screen shot shows the Datasources being on the
>> DataControls tab where as in mine they are on the Datasets tab..
>
> That is because I had a lot of own components loaded in custom palettes
> when I took the capture.
>
> This is a standar/clean Xailer 2 installation screenshot.
>
> Regards,
> José Lalín
>
I'm not sure what version I have, I had a look in the about and the website
rego but it doesn't tell me
I know i have the version where i get the source code for the gui stuff
"José Lalín" <notengo@correo.com> wrote in message
news:49b1bad7$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Nick,
>
>> On Jose's screen shot he has 2 extra icons, SQLite and MySQL
>
> AFAIK these components are in Xailer Enterprise only. What version do you
> have ?
>
>> Also, on Jose's, his screen shot shows the Datasources being on the
>> DataControls tab where as in mine they are on the Datasets tab..
>
> That is because I had a lot of own components loaded in custom palettes
> when I took the capture.
>
> This is a standar/clean Xailer 2 installation screenshot.
>
> Regards,
> José Lalín
>
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Jose
I'm not sure what version I have, I had a look in the about and the website
rego but it doesn't tell me
I know i have the version where i get the source code for the gui stuff
"José Lalín" <notengo@correo.com> wrote in message
news:49b1bad7$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Nick,
>
>> On Jose's screen shot he has 2 extra icons, SQLite and MySQL
>
> AFAIK these components are in Xailer Enterprise only. What version do you
> have ?
>
>> Also, on Jose's, his screen shot shows the Datasources being on the
>> DataControls tab where as in mine they are on the Datasets tab..
>
> That is because I had a lot of own components loaded in custom palettes
> when I took the capture.
>
> This is a standar/clean Xailer 2 installation screenshot.
>
> Regards,
> José Lalín
>
I'm not sure what version I have, I had a look in the about and the website
rego but it doesn't tell me
I know i have the version where i get the source code for the gui stuff
"José Lalín" <notengo@correo.com> wrote in message
news:49b1bad7$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Nick,
>
>> On Jose's screen shot he has 2 extra icons, SQLite and MySQL
>
> AFAIK these components are in Xailer Enterprise only. What version do you
> have ?
>
>> Also, on Jose's, his screen shot shows the Datasources being on the
>> DataControls tab where as in mine they are on the Datasets tab..
>
> That is because I had a lot of own components loaded in custom palettes
> when I took the capture.
>
> This is a standar/clean Xailer 2 installation screenshot.
>
> Regards,
> José Lalín
>
SQLite Datasource
Nick,
in the first letters of the serial number you can see which version you
have. Also in the About ... menu you can see the serial as XENT-, XPRO, etc.
Regards,
José Lalín
in the first letters of the serial number you can see which version you
have. Also in the About ... menu you can see the serial as XENT-, XPRO, etc.
Regards,
José Lalín
SQLite Datasource
Nick,
in the first letters of the serial number you can see which version you
have. Also in the About ... menu you can see the serial as XENT-, XPRO, etc.
Regards,
José Lalín
in the first letters of the serial number you can see which version you
have. Also in the About ... menu you can see the serial as XENT-, XPRO, etc.
Regards,
José Lalín
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Jose
Ok, I have Pro
I just filled in the web form to upgrade to Enterprise. This possibly
explains why I could see data in my grid in design mode but not at run time.
Nick
"José Lalín" <notengo@correo.com> wrote in message
news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>
> Nick,
>
> in the first letters of the serial number you can see which version you
> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
> etc.
>
> Regards,
> José Lalín
Ok, I have Pro
I just filled in the web form to upgrade to Enterprise. This possibly
explains why I could see data in my grid in design mode but not at run time.
Nick
"José Lalín" <notengo@correo.com> wrote in message
news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>
> Nick,
>
> in the first letters of the serial number you can see which version you
> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
> etc.
>
> Regards,
> José Lalín
-
- Mensajes: 328
- Registrado: Mar Nov 21, 2006 2:10 am
SQLite Datasource
Hi Jose
Ok, I have Pro
I just filled in the web form to upgrade to Enterprise. This possibly
explains why I could see data in my grid in design mode but not at run time.
Nick
"José Lalín" <notengo@correo.com> wrote in message
news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>
> Nick,
>
> in the first letters of the serial number you can see which version you
> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
> etc.
>
> Regards,
> José Lalín
Ok, I have Pro
I just filled in the web form to upgrade to Enterprise. This possibly
explains why I could see data in my grid in design mode but not at run time.
Nick
"José Lalín" <notengo@correo.com> wrote in message
news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>
> Nick,
>
> in the first letters of the serial number you can see which version you
> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
> etc.
>
> Regards,
> José Lalín
-
- Mensajes: 53
- Registrado: Vie May 26, 2006 3:33 am
SQLite Datasource
I now have Enterprise and SQLite is working as expected
Thanks
Nick
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> wrote in message
news:49b59100$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Jose
>
> Ok, I have Pro
>
> I just filled in the web form to upgrade to Enterprise. This possibly
> explains why I could see data in my grid in design mode but not at run
> time.
>
> Nick
>
>
> "José Lalín" <notengo@correo.com> wrote in message
> news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>>
>> Nick,
>>
>> in the first letters of the serial number you can see which version you
>> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
>> etc.
>>
>> Regards,
>> José Lalín
>
>
Thanks
Nick
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> wrote in message
news:49b59100$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Jose
>
> Ok, I have Pro
>
> I just filled in the web form to upgrade to Enterprise. This possibly
> explains why I could see data in my grid in design mode but not at run
> time.
>
> Nick
>
>
> "José Lalín" <notengo@correo.com> wrote in message
> news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>>
>> Nick,
>>
>> in the first letters of the serial number you can see which version you
>> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
>> etc.
>>
>> Regards,
>> José Lalín
>
>
-
- Mensajes: 53
- Registrado: Vie May 26, 2006 3:33 am
SQLite Datasource
I now have Enterprise and SQLite is working as expected
Thanks
Nick
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> wrote in message
news:49b59100$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Jose
>
> Ok, I have Pro
>
> I just filled in the web form to upgrade to Enterprise. This possibly
> explains why I could see data in my grid in design mode but not at run
> time.
>
> Nick
>
>
> "José Lalín" <notengo@correo.com> wrote in message
> news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>>
>> Nick,
>>
>> in the first letters of the serial number you can see which version you
>> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
>> etc.
>>
>> Regards,
>> José Lalín
>
>
Thanks
Nick
"Nick Hilder" <nick_n0_spam_atcapsol.com.au> wrote in message
news:49b59100$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Jose
>
> Ok, I have Pro
>
> I just filled in the web form to upgrade to Enterprise. This possibly
> explains why I could see data in my grid in design mode but not at run
> time.
>
> Nick
>
>
> "José Lalín" <notengo@correo.com> wrote in message
> news:49b1ca7c$[email=2@svctag-j7w3v3j....]2@svctag-j7w3v3j....[/email]
>>
>> Nick,
>>
>> in the first letters of the serial number you can see which version you
>> have. Also in the About ... menu you can see the serial as XENT-, XPRO,
>> etc.
>>
>> Regards,
>> José Lalín
>
>