> > Someone (IP address 62.254.0.30) fetched the sample...
> > In the meantime Hans-Jürgen has send me the newest version!
> > Please follow the same link once more.
> > regards
> > Wim
> Thanks Wim, I'll have a look. In the meantime, I have cobbled together
> something that Hans-Jurgen can try.
I've had a look at your app Hans-Jurgen, and I've managed to get the query
working properly.
What I've done is as follows:
add an extra field to the froster query card, as the last field, and give
it the expression v_froster_query[@entry][9]. Make it wide enough to be
able to type in a longish expression without scrolling, so widen the
boundaries of the card to suit. Whatever data type you give the field,
make it a maximum input of "Any" so that it can scroll if necessary.
Change proc froster_query_search to be like the one attached, which has
it's changes documented alongside.
Leave the proc age_query_covert which I gave you earlier unchanged.
| new value for flags to overide "assume constant expression"
| max_lines will eventually be the number of lines in the query
local active, flags = 64, q, var1, max_lines = 0
active = proc system_compress_query (t_froster_query, fields_froster_query,
v_froster_query)
errmess_froster_query = "Searching..."
card update c_froster_query
delay on
query new q, "froster query"
query load ext q, q_froster_query
query clear q_froster_query
if incdeleted_froster_query then flags |= 8
| set max_lines to be the number of lines in the query
| note that if there is only one line to start with,
| @ext t_froster_query will be unpredictable
if @ext t_froster_query < 50 then max_lines = @ext t_froster_query
for var1 = 0 to max_lines - 1
| note changes in the next line to allow for actual variables used in this
application
v_froster_query[var1][fields_froster_query-1] = proc
age_query_convert(@trim(@ltrim
v_froster_query[var1][fields_froster_query-1]),"froster.g_dat")
next
Hello All, In one problem I can not found a solution. The problem is.... In a Query window createt with SAM I can found a Date Value eg. 05/04/2004 that is all...
B21306@...
Apr 5, 2004 11:47 am
... Nah,... wenig zu tun hier nicht? Hallo Hans-Juergen, Habe mal gewartet ob einer etwas antworten wollte, scheint nicht so zu sein :-( Aber auf English: I've...
... Hmmm... Yes I have see this but I think this is not the main problem. SBase SAM use in the Query the data typ from File without subtype or ? Ok I can use...
B21306@...
Apr 8, 2004 5:42 pm
In article <a5a4659c4c.B21306@...>, ... It looks to me Hans, that with your formula of (@date - r_froster_card.g_date) you are trying to subtract one...
In message <Sc9cec05d0robin@...> you wrote: snip Hi Robin, Thanks for your email - I,m sorry for the delay with my reply. Your proc in the attachmend...
B21306@...
Apr 14, 2004 4:20 pm
In article <49bf949f4c.B21306@...>, ... OK. I think I was misunderstanding the problem. If I understand correctly (at last), you have a record with a...
In message <4c9ff6eac1robin@...> you wrote: Hello, ... Or my Question was not the best...... :-) ... Yes True. ... So it is. A Example is search for...
B21306@...
Apr 15, 2004 7:48 pm
Hello Robin and Hans-Juergen ... [total snip] I followed your discussion and believe it might be the best for Robin to see the app you made. I've received from...
Hi all, Someone (IP address 62.254.0.30) fetched the sample... In the meantime Hans-Jürgen has send me the newest version! Please follow the same link once...
In article <Marcel-1.53-0416120836-0b0tRkF@...>, ... Thanks Wim, I'll have a look. In the meantime, I have cobbled together something that Hans-Jurgen can...
In article <4ca086ecd3robin@...>, ... I've had a look at your app Hans-Jurgen, and I've managed to get the query working properly. What I've done is...
In message <Sca0981f1crobin@...> you wrote: Hello Robin, ... You have done big work with all Your proc and I think its a way become the Query for age...
B21306@...
Apr 19, 2004 9:16 pm
In article <46622ca24c.B21306@...>, ... Don't mention it Hans-Jurgen, I am glad to be of help. ... I have your application here, which I downloaded...
In message <4ca28216b9robin@...> you wrote: Hello Robin, with many snip... ... That can I understand. Now I have found, I think this is this rtn_str...
B21306@...
Apr 20, 2004 12:24 pm
In article <d60796a24c.B21306@...>, ... Sent via email -- Robin Hampshire robin@......
In article <48a52ba04c.B21306@...>, ... OK. I've been having a little think about this and I believe it will be possible, though a bit tricky. First of...