ENTER QUERY MODE NOT MOVE CURSOR [message #622628] |
Thu, 28 August 2014 03:36 |
|
Rizwi
Messages: 21 Registered: June 2014 Location: DUBAI
|
Junior Member |
|
|
Dear Brother,
I have made one form..form is running and also execute and also saved.but i have one issue
in a ENTER QUER MODE CURSOR NOT navigate..my form is master detail form,,in master form
have date ,list item,qty and in detail bolock some of column item code,rate,amout ..but
in enter query mode first cursor go to date text item(Master form) and then list item(BWOOD) after cusor not move to another block..how to work pls tell me boss
PLS HELP ME...TABLE IS
CREATE TABLE X3_BNKTRMST
(
BDATE DATE,
BWOOD VARCHAR2(12 BYTE),
DIS NUMBER,
MBNKNO VARCHAR2(2000 BYTE)
)
CREATE TABLE X3_BNKTRDTL
(
DBWOOD VARCHAR2(12 BYTE),
ITEM_CODE VARCHAR2(15 BYTE),
ITEM_NAME VARCHAR2(2000 BYTE),
QTY NUMBER,
RATE NUMBER,
AMOUT NUMBER,
DBNKNO VARCHAR2(2000 BYTE)
)
also give tu you EMAGE..I give to you form
PLEASE HELP ME
|
|
|
|
|
Re: ENTER QUERY MODE NOT MOVE CURSOR [message #622655 is a reply to message #622628] |
Thu, 28 August 2014 05:29 |
|
Rizwi
Messages: 21 Registered: June 2014 Location: DUBAI
|
Junior Member |
|
|
Dear Brother,
master block date,list item,no and detail block item code,desc,rate and value...just open
form insert master aur detail bolock data finallay saved ..no problem but second time F7
means Enter Query mode then cursor go to Date text item and Enter then go tu LIST ITEM after
cusor no navigation..display error..not move tu any other block.Pls help me brother..and pls
check screen shot...
[Updated on: Thu, 28 August 2014 05:31] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Re: ENTER QUERY MODE NOT MOVE CURSOR [message #622686 is a reply to message #622674] |
Thu, 28 August 2014 08:27 |
|
CraigB
Messages: 386 Registered: August 2014 Location: Utah, USA
|
Senior Member |
|
|
You've placed your Master block in Query Mode (F7). This means you want to use your Master block to Query a record. After entering search criteria in your Master block you must press F8 to execute your query or you must Cancel your Query Mode (F4 if I remember correctly). You cannot query more than one block at a time when in Query mode. Please take a look at the Forms Help topic on Query Mode for a full explaination of what you can and can't do in Query mode.
Craig...
|
|
|