mike chamanara
2003-07-23 21:21:39 UTC
Hello all
I have this datawindow which has a field called ISBN, I have set this datawindow
in querymode and I need to scan in the ISBN numbers into
the DW for retrieval. The problem is that I only need the string
from third position to the tenth position, mid(isbn, 3, 10).
In itemchange event I am unable to change this field as its get inputed.
In another word, I need to alter this field before the 'Where' clause is
set for querymode to get executed.
dw_isbn.object.querymode='N'
dw_isbn.accepttext()
dw_isbn.retrieve()
I tried to change the data of this field within the itemchange event,
but I got errors in retrieval.
Any ideas.
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp
I have this datawindow which has a field called ISBN, I have set this datawindow
in querymode and I need to scan in the ISBN numbers into
the DW for retrieval. The problem is that I only need the string
from third position to the tenth position, mid(isbn, 3, 10).
In itemchange event I am unable to change this field as its get inputed.
In another word, I need to alter this field before the 'Where' clause is
set for querymode to get executed.
dw_isbn.object.querymode='N'
dw_isbn.accepttext()
dw_isbn.retrieve()
I tried to change the data of this field within the itemchange event,
but I got errors in retrieval.
Any ideas.
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp