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

por Milan Mehta
Mié Nov 13, 2013 7:24 am
Foro: English
Tema: How can I read / write xml file ?
Respuestas: 1
Vistas: 2108

How can I read / write xml file ?

How can I read / write xml file from within Xailer application ?
Kindly guide.
Milan.
por Milan Mehta
Mié Nov 13, 2013 6:27 am
Foro: English
Tema: tcursor
Respuestas: 6
Vistas: 3668

tcursor

Is there any way to disappear the cursor in the Form ?
Typically this is required when a process like Saving Transaction is going on, at that time all other Buttons like Save, Cancel, Add, Edit etc. needs to disabled. If we can disappear the cursor for that much time, our purpose gets served.
Milan.
por Milan Mehta
Mar Nov 12, 2013 6:40 am
Foro: English
Tema: How do I implement Foreign key Constrain in Sqlite ?
Respuestas: 4
Vistas: 1861

How do I implement Foreign key Constrain in Sqlite ?

Great !
I incorporated following command in the application
:Execute("PRAGRAM foreign_keys = ON")
and it started working excellently ! Great relief.
Thanks a lot.
Milan.
por Milan Mehta
Lun Nov 11, 2013 3:35 pm
Foro: English
Tema: How do I implement Foreign key Constrain in Sqlite ?
Respuestas: 4
Vistas: 1861

How do I implement Foreign key Constrain in Sqlite ?

Do I have to issue any command to enable Foreign Key constrain in Xailer ?
I observe that xailer do not generate any error when deleting a record for which dependency exist (when Foreign key constrain is defined) !
Kindly guide.
Milan.
por Milan Mehta
Lun Nov 11, 2013 7:11 am
Foro: English
Tema: How do I implement Foreign key Constrain in Sqlite ?
Respuestas: 4
Vistas: 1861

How do I implement Foreign key Constrain in Sqlite ?

How do I implement Foreign key in Sqlite ? xaSqlite do not have facility to define Foreign key. I tried creating database with Sqlitestudio and defined Foreign key. But Xailer do not respect that Foreign key and allowed a record to be deleted when dependency still exist ! Kindly guide us. Referentia...
por Milan Mehta
Dom Nov 10, 2013 8:43 am
Foro: FastReport
Tema: Implementation of Indian Style Currency Format
Respuestas: 1
Vistas: 2282

Implementation of Indian Style Currency Format

Normal Currency Format is 123,456,789 (for amount 123456789). This is very well supported in Fast Report. However Indian Format for the same amount is 12,34,56,789. How can I implement this in Fast Report for Xailer ? Solution can be of great relief as at present we have to implement the same using...
por Milan Mehta
Dom Nov 10, 2013 8:30 am
Foro: Spanish
Tema: How do I implement Foreign Key in Sqlite ?
Respuestas: 1
Vistas: 933

How do I implement Foreign Key in Sqlite ?

How do I implement Foreign key in Sqlite ? xaSqlite do not have facility to define Foreign key. I tried creating database with Sqlitestudio and defined Foreign key. But Xailer do not respect that Foreign key and allowed a record to be deleted when dependency still exist ! Kindly guide us. Referentia...
por Milan Mehta
Jue Oct 03, 2013 2:14 pm
Foro: English
Tema: Little problems with Xailer 3.1
Respuestas: 6
Vistas: 3251

Little problems with Xailer 3.1

Dear Sir,
We too are facing the same problem with TZipFile class.
Kindly give us even temporary solution if any, as we have converted our live application to 3.1.
TIA
Milan.
por Milan Mehta
Jue Sep 05, 2013 7:21 am
Foro: English
Tema: Problem using MySql
Respuestas: 3
Vistas: 2122

Problem using MySql

The error.log do not generate. It is Xailer Data Control error as it shows in the attached snapshot. It being a warning, the program still run on pressing Ok. Setting the properly lDisplayError := .F. of MySqlDataSource, the warning too do not display. TIA Milan. "Ignacio Ortiz de Zúñiga" ...
por Milan Mehta
Mié Sep 04, 2013 5:16 pm
Foro: English
Tema: MySql : Date Problem.
Respuestas: 1
Vistas: 1272

MySql : Date Problem.

Another problem I faced while upgrading from Professional to Enterprise Edition is with Date field. As we all know, MySql has datetime field. But I am accepting, saving and retrieving only Date part of the field, leaving the time part as blank. It was working fine hitherto, but now I get the date as...
por Milan Mehta
Mié Sep 04, 2013 5:10 pm
Foro: English
Tema: Problem using MySql
Respuestas: 3
Vistas: 2122

Problem using MySql

I have just upgraded from Professional to Enterprise Edition. When I changed my DataSource from Ado to MySql, my working project started giving me following error : MYSQL : SHOW INDEX FROM (Select... The error generated for all the TSqlQuerry:Open syntax. Typically it goes like this : cSql := 'SELEC...
por Milan Mehta
Sab Ago 31, 2013 1:21 pm
Foro: English
Tema: Sqlite : Multi User Environment
Respuestas: 1
Vistas: 1379

Sqlite : Multi User Environment

I am trying Sqlite. It works fine with Single User environment. Kindly guide me on : 1. What care I need to take when more than one user access the same database ? 2. I have read that : Each entry in an SQLite table has a unique 64-bit signed integer key called the "rowid". How to access t...
por Milan Mehta
Sab Ago 31, 2013 9:34 am
Foro: Spanish
Tema: Noticias sobre Fast Report para Xailer
Respuestas: 5
Vistas: 2373

Noticias sobre Fast Report para Xailer

Kindly post this message in English in English Forum also. I am damn interested in this product.
TIA
Milan.
por Milan Mehta
Jue Ago 22, 2013 2:46 pm
Foro: English
Tema: TWebDataSource Control
Respuestas: 1
Vistas: 1320

TWebDataSource Control

Oops.....I found it.
Tables without Primary Key were creating problem.
Solved it.
Very happy with this Control.
Milan.
por Milan Mehta
Jue Ago 22, 2013 2:35 pm
Foro: English
Tema: TWebDataSource Control
Respuestas: 1
Vistas: 1320

TWebDataSource Control

I tried and found WebDataSource Control very useful ! Congrats for the same. I encounter one problem, whenever there Null Value in any field, it gives following error while opening the table : Subsystem Call: BASE System Code: 1111 Default Status: .F. Description: Argument error Operation: LEN Argum...
por Milan Mehta
Mié Ago 21, 2013 4:15 pm
Foro: English
Tema: MySql Native Support : Enterprise Edition
Respuestas: 1
Vistas: 1847

MySql Native Support : Enterprise Edition

If I go for Enterprise Edition of Xailer,
Will I not need ODBC connector for MySql to connect to MySql Server ?
What are the other advantages I get with Native support of MySql ?
TIA
Milan.
por Milan Mehta
Lun Ago 19, 2013 7:02 am
Foro: English
Tema: Not able to connect to Sqlite Database
Respuestas: 6
Vistas: 2213

Not able to connect to Sqlite Database

Any work around possible ? Like use of AdoDataSource or something like that ? TIA Milan. "Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> wrote in message news:5210f80d$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] > Hi Milan, > I'm afraid you can not, sorry. > > Regards...
por Milan Mehta
Sab Ago 17, 2013 6:44 am
Foro: English
Tema: Not able to connect to Sqlite Database
Respuestas: 6
Vistas: 2213

Not able to connect to Sqlite Database

Oh yes. I forgot that. But I think I can connect to Sqlite datasource by coding. Am I right ? TIA Milan. "Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> wrote in message news:520ce873$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] > Hi, > You need the Enterprise version ...
por Milan Mehta
Jue Ago 15, 2013 1:54 pm
Foro: English
Tema: Not able to connect to Sqlite Database
Respuestas: 6
Vistas: 2213

Not able to connect to Sqlite Database

Let me add that this problem I am facing in one computer where Xailer is
registered.
However it works fine in Xailer Demo mode on other computer.
Can you guide me, what am I doing wrong ?
TIA
Milan.
por Milan Mehta
Jue Ago 15, 2013 1:15 pm
Foro: English
Tema: Not able to connect to Sqlite Database
Respuestas: 6
Vistas: 2213

Not able to connect to Sqlite Database

I am using Professional version of Xailer.
When I try to connect, I get the message : Readonly Set, 'AddNew' not
allowed {#0]
I have attached the source and test data.
Can you please guide ?
TIA
Milan.


Attached files Main.prg (3 KB)Â Test.db (3 KB)Â xSqlLite.prg (284 B)Â
por Milan Mehta
Lun Jul 29, 2013 3:36 pm
Foro: English
Tema: How to Enable UTF8 in Xailer Form ?
Respuestas: 5
Vistas: 2130

How to Enable UTF8 in Xailer Form ?

Any workaround ? Many people should be using Unicodes (to use other than English language). TIA Milan. "Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> wrote in message news:51f65172$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email] > Milan Mehta escribió el lun, 29 julio 20...
por Milan Mehta
Lun Jul 29, 2013 10:07 am
Foro: English
Tema: How to Enable UTF8 in Xailer Form ?
Respuestas: 5
Vistas: 2130

How to Enable UTF8 in Xailer Form ?

I wish to use UTF8 compliant Font using Google Input Handler on the Xailer
form.
How can I ?
It works fine in MS Excel, Word etc.
Kindly guide.
Milan.
por Milan Mehta
Sab Jul 27, 2013 4:15 pm
Foro: English
Tema: When does OnBookMark Event gets invoked ?
Respuestas: 1
Vistas: 1441

When does OnBookMark Event gets invoked ?

When does OnBookMark Event gets invoked in TBrowse ?
If I wish to know my Record Position (absolute and not relative) in Browse,
can I use this Event ?
If Yes, how ?
TIA
Milan.
por Milan Mehta
Sab Jul 27, 2013 7:31 am
Foro: English
Tema: Error : Multiple-step operation generated errors. Check each status value.
Respuestas: 14
Vistas: 4759

Error : Multiple-step operation generated errors. Check each status value.

Dear Ignacio, The solution works just PERFECT !!! I am not able to describe my joy of getting this solution !!! I am just ecstatic !!! Thanks a lot... Milan. "Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> wrote in message news:51f2512a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j...
por Milan Mehta
Vie Jul 26, 2013 8:01 am
Foro: English
Tema: Error : Multiple-step operation generated errors. Check each status value.
Respuestas: 14
Vistas: 4759

Error : Multiple-step operation generated errors. Check each status value.

Thanks a lot. I followed your workaround to solve the problem. But I still wonder, how xHarbour managed it well. There must be a better way out. Give it a thought when time permits. Milan. "Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> wrote in message news:51f0f784$[email=1@svct...