... does SELECT *... see the error log
There is NO problem with XBrowse.
XBroswe does not make any SELECT queries.
XBrowse simply calls
oYourDolpinQry:SetOrder( cFieldName )
Your error is occurring inside Dolphin Qry's SetOrder method.
The problem must be with the names you used to prepare your ...
Search found 4 matches: qry
Searched query: qry
- Fri Nov 15, 2024 2:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse(autosort) + tdolphin - erro
- Replies: 6
- Views: 1015
- Tue Feb 20, 2024 11:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Data exchange between PC and Android device on the same loca
- Replies: 17
- Views: 2500
Data exchange between PC and Android device on the same loca
... generating the response it violates the CORS rules, generating the error:
Access to XMLHttpRequest at 'http://192.168.1.110/cgi-bin/menu_jmg.hrb?qry=ASKING_SIMPLE_TEXT'
from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource ...
Access to XMLHttpRequest at 'http://192.168.1.110/cgi-bin/menu_jmg.hrb?qry=ASKING_SIMPLE_TEXT'
from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource ...
- Tue Feb 20, 2024 10:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Intercambio de datos entre PC y dispositivo Android en la m
- Replies: 2
- Views: 506
Intercambio de datos entre PC y dispositivo Android en la m
... pero al generar la respuesta viola las normas CORS, generando el error:
Access to XMLHttpRequest at 'http://192.168.1.110/cgi-bin/menu_jmg.hrb?qry=ASKING_SIMPLE_TEXT'
from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested ...
Access to XMLHttpRequest at 'http://192.168.1.110/cgi-bin/menu_jmg.hrb?qry=ASKING_SIMPLE_TEXT'
from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested ...
- Sun Jan 21, 2024 6:27 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
- Replies: 9
- Views: 1540
Re: Cambiar Tree Completo Sobre xBrowse (solucionado)
... ENDWITH
PERO ni este ni ningun browser. me esta actualizando los datos, tengo que salir del dialogo y volver a entrar. y ya probe con :oqry:requery
las consultas las hago por procedimientos almacenados
METHOD actualizarTag( x ) CLASS TCliente
DO CASE
CASE ::oBrw:nColSel = 7 ...
PERO ni este ni ningun browser. me esta actualizando los datos, tengo que salir del dialogo y volver a entrar. y ya probe con :oqry:requery
las consultas las hago por procedimientos almacenados
METHOD actualizarTag( x ) CLASS TCliente
DO CASE
CASE ::oBrw:nColSel = 7 ...