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 140 coincidencias

por Milan Mehta
Mié Ago 14, 2024 4:24 pm
Foro: Xailer Pro English
Tema: Can I convert URI to png
Respuestas: 1
Vistas: 16073

Can I convert URI to png

Is there any way in Xailer to convert URI to an Image (say png) ?

TIA
Milan.
por Milan Mehta
Jue Ago 08, 2024 12:42 pm
Foro: Xailer Pro English
Tema: Is there any Msg() function with timeout ?
Respuestas: 2
Vistas: 16061

Re: Is there any Msg() function with timeout ?

Yes, Problem solved.
Thanks.
por Milan Mehta
Mar Ago 06, 2024 3:08 pm
Foro: Xailer Pro English
Tema: Is there any Msg() function with timeout ?
Respuestas: 2
Vistas: 16061

Is there any Msg() function with timeout ?

Is there any Msg...() function with timeout option. i.e. message should disappear after nTimeout seconds if no activity takes place.

TIA
Milan Mehta.
por Milan Mehta
Mar Ago 06, 2024 10:15 am
Foro: Xailer Pro English
Tema: How to do AES128 Encryption / Decryption in Xailer
Respuestas: 1
Vistas: 15363

How to do AES128 Encryption / Decryption in Xailer

I wish to do AES128 Encryption / Decryption.

I did come across this function: XA_Aes256Decrypt. But it is 256 bit encryption.

TIA
Milan.
por Milan Mehta
Lun Jul 22, 2024 3:18 pm
Foro: Xailer Pro English
Tema: How to fire a routine at an interval time
Respuestas: 1
Vistas: 15610

How to fire a routine at an interval time

I need to fire a function at an interval of time (say 5 seconds) till a condition is met.

For example, when the user Presses a button called "Payment", I need to check the status of the payment every 5 seconds till I get the reply "Success" or maximum 10 times whichever is first.

How can I ?

TIA ...
por Milan Mehta
Lun Jul 22, 2024 3:02 pm
Foro: Xailer Pro English
Tema: How to generate and show QR Code on the Form ?
Respuestas: 1
Vistas: 15154

How to generate and show QR Code on the Form ?

Is there any way by which I can generate and display QR code on the Form ?

TIA
Milan.
por Milan Mehta
Mié Abr 24, 2024 9:03 am
Foro: Xailer Pro English
Tema: How to capture Image from Web cam ?
Respuestas: 3
Vistas: 19963

Re: How to capture Image from Web cam ?

I tried the sample project.
But the image is not getting loaded in the control, hence I am not able to capture the image.
I have properly loaded the driver for the webcam.
Can someone throw some light on what can I try out ?

TIA
Milan.
por Milan Mehta
Mié Abr 10, 2024 12:41 pm
Foro: Xailer Pro English
Tema: How to capture Image from Web cam ?
Respuestas: 3
Vistas: 19963

How to capture Image from Web cam ?

I need to Capture image from Web cam ? How can I achieve the same in Xailer ? Is there any Sample available ?

Also let me know what is the best way to store these images ?

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

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

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:SetProperty("JPEGExport", "Monochrome", .F ...
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: 15598

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: Xailer Pro English
Tema: Numeric Keypad with Inkey()
Respuestas: 1
Vistas: 4459

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: Xailer Pro English
Tema: TDbBrowse GoTo Problem
Respuestas: 1
Vistas: 4387

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: Xailer Pro English
Tema: How to change color of a cell or row in TDbBrowseMod
Respuestas: 1
Vistas: 1943

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: Xailer Pro English
Tema: Where can I get information on TGoogleDrive component usage ?
Respuestas: 1
Vistas: 2215

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: Xailer Pro English
Tema: Problem opening Project in Xailer 8.0
Respuestas: 2
Vistas: 2603

Re: Problem opening Project in Xailer 8.0

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

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: Xailer Pro Spanish
Tema: Short Cut for Menu Option
Respuestas: 0
Vistas: 3053

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: Xailer Pro Spanish
Tema: Can I use UTF-8 Characters in EditText Box and Save in SQLITE ?
Respuestas: 2
Vistas: 3076

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 ...
por Milan Mehta
Sab Feb 12, 2022 3:27 pm
Foro: Xailer Pro Spanish
Tema: Can I use UTF-8 Characters in EditText Box and Save in SQLITE ?
Respuestas: 2
Vistas: 3076

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: Xailer English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 9661

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: Xailer English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 9661

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: Xailer English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 9661

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 ...
por Milan Mehta
Mar Dic 21, 2021 3:25 pm
Foro: Xailer English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 9661

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 misfeature ...
por Milan Mehta
Mar Nov 30, 2021 8:18 am
Foro: Xailer English
Tema: Not able to use " (double quotes) in new version
Respuestas: 10
Vistas: 9661

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.