Hi!
Why when each time install app center at work stations copy at network drive too many files and take it too many time.
There is a way to avoid this copy on the network drive?
The app center...
Type: Posts; User: LALMEJA9
Hi!
Why when each time install app center at work stations copy at network drive too many files and take it too many time.
There is a way to avoid this copy on the network drive?
The app center...
and remove the accents in the cataprod.lianja but still not working, I now understand that they should not be, but should not be hung lianja and does not send any error message. I send the file again...
Lost one app when upgrade 2.0, no errors there,
linja hangup when try open that app, I try with backup but not work.
no report on the debug file.
what can i do.
is not the first time...
this works:
1157
but this no works:
1158
any idea.
regards
W: drive is mapped to C:\lianja\cloudserver\tenants\public on my server,
I run my app in server with C:\lianja\bin\lianjaruntime.exe --app soporte
works ok!
from estation with this:
...
yes is closed de app builder but app center no work, maybe some change when
upgraded to 2.0.1 version. because before that, can work with app center.
if know where is some guide for publish app...
I can not use the app center on my computer, where I have the app builder.
in another PC where only the app center is, works my application.
the aplication it´s on a server drive w:\
I run...
I am a customer and I would like to know when you can use the Visual FoxPro report form.
Regards
Lianja App Builder 2.0 Release when?
report form visual foxpro when?
Regards
I need to have two similar systems on the same server for 2 different companies, what can I do to separate them
because they occupy the same names and database applications, but independent...
this is ok:
Xfini = DTOS(FINI)
Xffin = DTOS(FFIN)
myselect="SELECT * FROM FACTDIG WHERE FCHFACTURA>= stod(?XFINI) AND FCHFACTURA<= stod(?XFFIN) ORDER BY FACTDIG.FCHFACTURA"
thanks an regards
no work:
ffin = datetime(year(date()),month(date()),day(date()))
myselect="SELECT * FROM FACTDIG WHERE FCHFACTURA<=?FFIN"
any other idea?
Thanks
know how the syntax for dates with Visual FoxPro to ODBC lianja.
I'm trying several but do not work:
ffin=date()
myselect="SELECT * FROM FACTDIG WHERE FCHFACTURA<={?ffin}"
myselect="SELECT * FROM...
Hello, other problem here!
SELECT TOP 1 * FROM TABLE no work well!
myselect="SELECT TOP 1 * FROM PRODUCTO ORDER BY PRODUCTO.CPR ASC"
lnConnHandle=SQLSTRINGCONNECT(lcDSNLess)
if lnConnHandle...
ok very well.
Thanks and regards
Hello, other problem here!
SELECT TOP 1 * FROM TABLE no work well!
myselect="SELECT TOP 1 * FROM PRODUCTO ORDER BY PRODUCTO.CPR ASC"
lnConnHandle=SQLSTRINGCONNECT(lcDSNLess)
if...
Thank you. I could already do.
on the other hand I wonder when will report generator lianja as Visual FoxPro and when version 2.0 will be as it was scheduled for August.
can you show me the string was used for you, at this test.
thanks and regards.
this is the complete string:
lcDSNLess="DRIVER=Lianja ODBC Driver;SERVERNAME=?;USERNAME=?;PASSWORD=?;DATABASE=C:\LIANJA\DATA\BDFICC"
lnConnHandle=SQLSTRINGCONNECT(lcDSNLess)
if lnConnHandle >...
Estoy tratando de conectarme desde Visual foxpro a la base de
Datos de Lianja pero me manda error de conexion:
lcDSNLess="DRIVER=Lianja ODBC Driver;" ;
+...
odbc is firebird interbase
and this is the correct syntax for date fields:
SELECT * FROM AUXILIAR1401 WHERE tipo_poli='Dr' AND FECHA_POL >= {ts '01/28/2014 00:00:00'} AND FECHA_POL <= {ts...
Error de Sintaxis en Select cuando uso fechas (date)
fini: 01/09/2011 12:00:00 AM ffin: 01/09/2015 12:00:00 AM
SELECT * FROM AUXILIAR1401 WHERE tipo_poli='Dr' AND FECHA_POL >= ?fini AND...
como puedo generar un reporte en "section report" que seleccione campos de diferentes tablas
y en la seleccion se usen variables algo como:
SELECT TABLE1.FIELD1,TABLE1.FIELD2,TABLE2.FIELD1 FORM...
if I need view 2 fields at combobox, it can?
Thanks and regards.
Como defino el datasource de un combobox en canvas
para que tome la informacion de una tabla.
Saludos
Rodolfo Santana