PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → When I have create combo box Through combo box
When I have create combo box Through combo box
Iniciado por guest, 08,ene. 2015 07:19 - 1 respuesta
Publicado el 08,enero 2015 - 07:19
sir
I have create the combo box through query
The 'COMBO_Location' control cannot be initialized, the following HyperFileSQL error occurred:
=============================
native SQLite access error.
Error Number = 22

Error returned by <Discovery.db> database:
Error Number = <1>.
Error Message:
no such table: Order_12
=============================

**********************************************

----- Technical Information -----

What happened?
The 'COMBO_Location' control cannot be initialized, the following HyperFileSQL error occurred:
=============================
native SQLite access error.
Error Number = 22

Error returned by <Discovery.db> database:
Error Number = <1>.
Error Message:
no such table: Order_12
=============================

Error code: 10085
Level: fatal error (EL_FATAL)
WD55 error code: 3001

Dump of the error of 'wpobj.dll' module (17.0.542.33).
Identifier of detailed information (.err): 10085
Debugging information:
IEWDSQLITE=100.27
Module=<WDSQLITE>
Version=<17.0.27.0>
Provider: WinDevSQLite
Data source: Discovery.db
Database: Discovery.db
Connection time-out: 30
Command time-out: 30
Unicode supported: 1
Page code of WL: 1252
Page code of the connection: UTF-8
Query run on the <Discovery.db> server, <Discovery.db> database, <> user:
SELECT "Order_12"."OrderNumber" AS "OrderNumber" , "Order_12"."Location" AS "Location" , "Order_12"."TypeofPlate" AS "TypeofPlate" , "Order_12"."Quentity0fChemical" AS "Quentity0fChemical" , "Order_12"."quentity0fplate" AS "quentity0fplate" , "Order_12"."chemical" AS "chemical"
FROM "Order_12"
WHERE ( ( "Order_12"."Location" = 'Mansarovar,sodala,VashaliNager,AdreshNager,RajaPark,Saganer,PratapNager,GopalPure,ChandPole,AjmeriGate' ) AND ( "Order_12"."Quentity0fChemical" = ( 10 - 100 ) ) ) ORDER BY "Order_12"."OrderNumber"
Additional Information:
EIT_BASECODE : <1>
EIT_INFOCLIENT : <3.7.12.1>
EIT_NATIVECODE : <22>
EIT_LOGICALTABLENAME : <IW_Order12_1$Query>
Publicado el 08,enero 2015 - 09:47
Hi,
please don't ask the same question twice, as this is the same error as mentioned in your other post.