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.

Se encontraron 132 coincidencias

por Milan Mehta
Sab Feb 24, 2024 6:45 am
Foro: English
Tema: Error : Scope violation (hidden): TSQLITEDATASOURCE:LUTFTOANSI
Respuestas: 1
Vistas: 157

Error : Scope violation (hidden): TSQLITEDATASOURCE:LUTFTOANSI

When I compiled my project in the Xailer 9.0.0, I get following error while running it :

TSQLITEDATASOURCE:LUTFTOANSI(0)
Error BASE/41 Scope violation (hidden): TSQLITEDATASOURCE:LUTFTOANSI
Arguments: ()

Can you please guide me.

With best regards,

Milan.
por Milan Mehta
Mar Ene 16, 2024 11:39 am
Foro: FastReport
Tema: How to set Resolution property from code ?
Respuestas: 1
Vistas: 316

How to set Resolution property from code ?

While exporting to jpg, can we have a property to set resolution from coding ? FrPrn := frReportManager():new( cPath + "\FRSystH.dll" ) FrPrn:SetProperty("JPEGExport", "ShowDialog", .T. ) FrPrn:SetProperty("JPEGExport", "CropImages", .T.) FrPrn:SetPr...
por Milan Mehta
Mié Dic 20, 2023 7:56 am
Foro: FastReport
Tema: Not able to use such png file using Frx
Respuestas: 1
Vistas: 243

Not able to use such png file using Frx

When I try to use the attached png file in Frx I get the error.
I am attaching both png file and the error message.

Kindly guide.
Milan Mehta.
por Milan Mehta
Jue Jul 20, 2023 5:11 pm
Foro: English
Tema: Numeric Keypad with Inkey()
Respuestas: 1
Vistas: 367

Numeric Keypad with Inkey()

In a DBBrowse, I am accepting search value thru nKey trapped by FormKeyup Event.

The problem arises when user uses Numeric Keypad keeping Num lock on or off. Like when user Presses 1, nKey returns 97 which is small a.

How do I know the correct key pressed in this situation ?

TIA
Milan.
por Milan Mehta
Jue Jul 06, 2023 2:26 pm
Foro: English
Tema: TDbBrowse GoTo Problem
Respuestas: 1
Vistas: 460

TDbBrowse GoTo Problem

I have created one TDbBrose to which one MemDataSet has been assigned as DataSet.
I have sorted the MemDataSet on one field.
Now how can I goto any particular record of that MemDataSet and show the same as selected in Browse ?

Kindly guide
TIA
Milan.
por Milan Mehta
Jue Ene 19, 2023 11:34 am
Foro: English
Tema: How to change color of a cell or row in TDbBrowseMod
Respuestas: 1
Vistas: 542

How to change color of a cell or row in TDbBrowseMod

How can I change the color (foreground or background) of a cell or a row in TDbBrowseMod ?
I am able to do that in TDbBrowse.
Kindly guide.

TIA
Milan.
por Milan Mehta
Jue Ene 19, 2023 11:24 am
Foro: English
Tema: Where can I get information on TGoogleDrive component usage ?
Respuestas: 1
Vistas: 711

Where can I get information on TGoogleDrive component usage ?

I am able to see the Component TGoogleDrive in the Communication section.
Where can I get information about its usage OR sample program?

TIA
Milan.
por Milan Mehta
Mié Jun 08, 2022 8:21 am
Foro: English
Tema: Problem opening Project in Xailer 8.0
Respuestas: 2
Vistas: 689

Re: Problem opening Project in Xailer 8.0

Done. Thanks.
por Milan Mehta
Lun Jun 06, 2022 4:19 pm
Foro: English
Tema: Problem opening Project in Xailer 8.0
Respuestas: 2
Vistas: 689

Problem opening Project in Xailer 8.0

When I open any of my xailer 7.2 project in Xailer 8.0, I get an error as per the attachment.
This is happening with all the projects in my computer.
However, it works fine on the other computer.

Kindly guide.
Milan.
por Milan Mehta
Sab Mar 05, 2022 7:08 am
Foro: Spanish
Tema: Short Cut for Menu Option
Respuestas: 0
Vistas: 957

Short Cut for Menu Option

Hello Xailer Team,

While being in the menu, I need to go to a particular option Like Reports -> 1. abcd -> 1. XYZ -> 3. Def. For that I need to Press Alt+R, 1, 1, 3.
Can I create a short Cut like Ctrl+R which in turn will stuff Keyboard with Alt+R+1+1+3 ?

TIA
Milan.
por Milan Mehta
Dom Feb 13, 2022 8:03 am
Foro: Spanish
Tema: Can I use UTF-8 Characters in EditText Box and Save in SQLITE ?
Respuestas: 2
Vistas: 852

Re: Can I use UTF-8 Characters in EditText Box and Save in SQLITE ?

>> Unfortunately Xailer controls do not support unicode (Is on our wish list) I wish that happens soon. It will be very beneficial. > and I really do not know if Unicode is necessary for that language. I can't test it from here either. I have verified and it is necessary. BTW Windows load that font ...
por Milan Mehta
Sab Feb 12, 2022 3:27 pm
Foro: Spanish
Tema: Can I use UTF-8 Characters in EditText Box and Save in SQLITE ?
Respuestas: 2
Vistas: 852

Can I use UTF-8 Characters in EditText Box and Save in SQLITE ?

I typically want to use Indian Language Font Shruti.
Can I use it in Form (EditText) to take input from the user ?
I also want to save the same in Sqlite database.

How can I ? Please guide.

TIA
Milan.
por Milan Mehta
Jue Dic 23, 2021 8:06 am
Foro: English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 2705

Re: Not able to use " (double quotes) in new version

The problem has been solved!
Many Many thanks.
Milan Mehta.
por Milan Mehta
Mié Dic 22, 2021 3:13 pm
Foro: English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 2705

Re: Not able to use " (double quotes) in new version

Please find attached a new small sample project.
Can you please try this ? It still gives me errors as above.

TIA
Milan.
por Milan Mehta
Mié Dic 22, 2021 7:38 am
Foro: English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 2705

Re: Not able to use " (double quotes) in new version

I have linked both SQLite.o and lSQLite.o into the project. I am getting following Error : C:/Xailer7.1.3/Lib/libxailer.a(Win9XFiles.o):(.text+0x7a4): undefined reference to `_imp__FindNextFileX@8' C:/Xailer7.1.3/Lib/libxailer.a(Win9XFiles.o):(.text+0x98f): undefined reference to `_imp__CreateFileX@...
por Milan Mehta
Mar Dic 21, 2021 3:25 pm
Foro: English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 2705

Re: Not able to use " (double quotes) in new version

Can you please shed some more light on the following Statement: " The default settings can be altered at compile-time using the -DSQLITE_DQS=N compile-time option. Application developers are encouraged to compile using -DSQLITE_DQS=0 in order to disable the double-quoted string literal misfeatu...
por Milan Mehta
Mar Nov 30, 2021 8:18 am
Foro: English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 2705

Re: Not able to use " (double quotes) in new version

This is happening with SqLite Data Source only.

However, it is working fine with MySQL / Maria Databases.
por Milan Mehta
Lun Nov 29, 2021 2:26 pm
Foro: English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 2705

Not able to use " (double quotes) in new version

I have just updated my xailer Enterprise Edition. While trying to recompile all my projects, I noticed one big change : I am not allowed to use " (double quote) in the SQL. I have used it extensively. In fact hb_vartoexp() function puts " mark in the result. What is the way out ? TIA Milan.
por Milan Mehta
Lun Sep 27, 2021 8:50 am
Foro: English
Tema: How to save Database Error Message ?
Respuestas: 1
Vistas: 1471

How to save Database Error Message ?

Whenever we get error messages that is triggered from Database, it is shown on the screen by Xailer.

Is there any way to save that message ?
I will like to fire that message in Sqlite to dig dipper into the problem.

TIA
Milan Mehta.
por Milan Mehta
Mar Nov 03, 2020 6:56 am
Foro: English
Tema: Asymmetric Encryption using RSA
Respuestas: 0
Vistas: 25769

Asymmetric Encryption using RSA

How can I do Asymmetric Encryption(RSA_Encrypt) with RSA 4096 bit Public Key(Certificate), with mode/padding as ECB/PKCS1 using Xailer ?

Kindly guide.

TIA
Milan
por Milan Mehta
Mar Sep 17, 2019 3:52 pm
Foro: English
Tema: How to change Browse Header Foreground and Background Color
Respuestas: 1
Vistas: 24278

How to change Browse Header Foreground and Background Color

I have set the background and foreground color of the Browse. However I could not change the same of the Header. It remains Black and white. How to change it ? Moreover I wish to highlight some cell. I could achieve the same using OnDrawCell event. But even after setting lHighLite to .T., I could no...
por Milan Mehta
Vie Feb 09, 2018 6:36 am
Foro: English
Tema: Error While Exiting from Application
Respuestas: 1
Vistas: 2581

Error While Exiting from Application

I encounter following Error when I exit from all Xailer 5.0.3 compiled Application.

GPF (Code = c0000005):
Access violation

DESTROYWINDOW (0)
TBALLOON:DESTROY (92)
TBALLOON:END (84)
TAPPLICATION:END (241)
TERMINATEAPP$ (512)

What am I doing wrong ?
TIA
Milan.
por Milan Mehta
Sab Dic 02, 2017 8:10 am
Foro: English
Tema: Not Able to use :SendRequest
Respuestas: 2
Vistas: 3004

Re: Not Able to use :SendRequest

I did but it did not help. Is there any Sample code which is using :AddRequestHeader(), :SendRequest() and :QueryInfo(), So that I can Send Header Parameters and Body; I also wish to get the Response in the form of JSon file. It seems I am just one step away from achieving the same, but somehow find...
por Milan Mehta
Vie Dic 01, 2017 12:06 pm
Foro: English
Tema: Not Able to use :SendRequest
Respuestas: 2
Vistas: 3004

Not Able to use :SendRequest

My following code is not working at :SendRequest(). It is able to :Open(), :Connect() and :AddReqeustHeader(). But fails at :SendRequest(). However when tried with same Parameters in PostMan it works fine. What am I doing wrong ? TIA Milan. /----------------------------------------------------------...
por Milan Mehta
Sab Mar 04, 2017 11:48 am
Foro: English
Tema: Browse MariaDB Filter on Calculated Field
Respuestas: 0
Vistas: 2261

Browse MariaDB Filter on Calculated Field

DataSource : MariaDB
One particular problem while filtering on Calculated Field in Browse it gives out error.
The reason is Where condition do not allow LIKE '%xxx%'.
(However it is allowed in Having Condition).

Is there any way out ?

TIA
Milan.