--------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5B00001 Date: 04/21/97 From: BEN CAVANAGH Time: 12:15am \/To: STEVEN READ (Read 0 times) Subj: Tbrowse SR>> BC> if you have an example of a program with TBrowse and want to send SR>> Check your source\sample directory for the TBDEMO.PRG program. SR>> This is what I found on my drive. SR>> Directory of M:\DB\CLIPPER\CLIP500\SOURCE\SAMPLE\tbdemo.prg I don't have that directory (sample). I'll continue to search, Thank you ! --- FidoPCB v1.5 beta-'e' * Origin: Innovatron, St-Boniface, QC (819)535-9072 (1:167/420) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5B00002 Date: 05/06/97 From: STEVEN READ Time: 06:37am \/To: BONG BENITEZ (Read 0 times) Subj: Sort On 04-24-97 (14:19) BONG BENITEZ wrote to ALL BB> I'm using Clipper 5.2x. Bong, Clipper 5.x? Which patch? Maybe it is the reason, though I doubt it. Clipper 5.2e is the last one. BB> How come I can't sort a file ? BB> My SOURCE.DBF: DATE D 8 BB> REFERENCE C 10 BB> AMOUNT N 10 2 BB> A portion of my source code reads: BB> Use source new BB> sort on dtos(date), reference to TEMPO BB> close data BB> If I open TEMPO.DBF, I still see an unsorted file. I see you've been catching a lot of flack on your code, but there is nothing wrong here. Contary to other peoples opinions, functions ARE legal in a SORT statement. I'd try a fresh copy of the .dbf and see if your problem is still there. I'm using Clipper 5.2e and it worked fine for me. Using your code (added embellishments) as follows. * * Example code using SORT * Compiled and run with Clipper 5.2e on 05-04-97 Use SOURCE new list date, reference sort on dtos(date), reference to TEMPO ? ? use TEMPO list date, reference ? close data What the SOURCE.DBF looks like (in my example) 1 12/22/96 aaaa 2 03/12/96 bbbb 3 05/04/97 cccc 4 03/14/97 dddd What the TEMPO.DBF looks like (note IT IS sorted) 1 03/12/96 bbbb 2 12/22/96 aaaa 3 03/14/97 dddd 4 05/04/97 cccc Later, Steve, in western New York state (USA) --- * QMPro 1.53 * stevenreadpcohiocom "junk mail fouler" --- InterEcho 1.19 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5B00003 Date: 05/01/97 From: PEDRO LEONARDO GRANATA Time: 10:01pm \/To: GABRIEL GOMEZ (Read 0 times) Subj: NetWare Presence! * Reply to a message in savearea. Hola Gabriel! Gabriel Gomez wrote in a message to Pedro Leonardo Granata: PLG> Can I detect if my program is runing in a NetWork...? GG> You're a user of the Nanforum Toolkit Library? PLG> Yes.. but i did'nt founded any function to know PLG> these.. GG> But is very simple... please, read the Nanforum Norton Guide! Ok.. i'll read the guides and write you again if any problem present me. bye.. sorry, my english is very bad :)))))) e-mail: jak_bbs@geocities.com Sk-NetWork La RED de PROGRAMACION --- * Origin: JaK BBS..TLD 00 a 07hs..572-4582 (4:900/470) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5C00000 Date: 05/02/97 From: HERNAN BADENES Time: 03:34pm \/To: STEVEN READ (Read 0 times) Subj: Tbrowse Hola Steven! 29-Apr-97, 09:02:01 hs.: - Steven Read deca a Dario Guzik por Tbrowse: DG>> * Browse.prg DG>> * DG>> * Database browse function DG>> * DG>> * Copyright (c) 1990-1993, Computer Associates International Inc. DG>> * All rights reserved. DG>> * [................] SR> But don't repost this code example. It's COPYRIGHTed material. A SR> definate no no. I've got a doubt: If it's a copyrighted code, I can't modify it and compile with MY other programs? Saludos! Herchu. --- Terminate 4.00/Pro * Origin: 0 es lo que 1 no puede ser. (4:902/27.23) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5C00001 Date: 05/02/97 From: DARIO GUZIK Time: 11:11pm \/To: STEVEN READ (Read 0 times) Subj: Tbrowse Hi Steven Read, hope you are having a nice day ...Bip...Bip... BE CAREFULl, This message from Steven Read to Dario Guzik of 29-Apr-97 has been intercepted by ME! Now tell me about Tbrowse DG>> SR> At my end the text _ALWAYS_ gets chopped at 400 lines. Some BBSs SR> cut off with as little as 150 lines of text. SR> It's best to split your text at 100 lines to be on the safe side. SR> But don't repost this code example. It's COPYRIGHTed material. A SR> definate no no. I've already been warned about that... Sorry... Read you later... El Tio Borracho -=> Dario Guzik <=- Buenos Aires, Argentina -- E-mail: dguzik@dc.uba.ar // FIDO: 4:900/613.31 ... No es oro todo lo que reluce, ni toda la gente errante anda perdida... --- Terminate 3.00/Pro * Origin: Terminate = Pointmailer+Tosser+Reader+Packer+QWK! (4:900/613.31) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5C00002 Date: 05/07/97 From: RAYMOND PESEK Time: 06:20pm \/To: TIGRAN ALEXANIAN (Read 0 times) Subj: Debugger TA ->Hi, All! Please resend the message in English and you'll get a larger response. At least you'll get one from me as I can't read your language. Raymond Pesek * 1st 2.00 #2448 * Moderator - Clipper Echo --- InterEcho 1.19 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5D00000 Date: 05/06/97 From: JOS OUDE MOLEMAN Time: 10:04pm \/To: BEN CAVANAGH (Read 0 times) Subj: Re: Tbrowse Hi Ben! BC>>>> if you have an example of a program with TBrowse and want to send SR>>> Check your source\sample directory for the TBDEMO.PRG program. BC> I don't have that directory (sample). BC> I'll continue to search, Thank you ! Or reinstall your clipper again! I got my tbrowse.prg in the directory c:\clipper5\source\sample... :-) Normally at installing this directory should be present. Greetinx *----------------------* JOS *----------------* --- Yuppie! v2.12 * Origin: What would I do without Blinker...... (2:2432/210.1) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5D00001 Date: 05/07/97 From: RON TUYNMAN Time: 01:59pm \/To: STEVEN READ (Read 0 times) Subj: Sort -=> Steven Read schreef op 06 May 97 06:37:01 aan Bong Benitez over rt..<=- SR> SORT ON DTOS( date ) , REFERENCE TO tempo SR> What the SOURCE.DBF looks like (in my example) SR> 1 12/22/96 aaaa SR> 2 03/12/96 bbbb SR> 3 05/04/97 cccc SR> 4 03/14/97 dddd SR> What the TEMPO.DBF looks like (note IT IS sorted) SR> 1 03/12/96 bbbb SR> 2 12/22/96 aaaa SR> 3 03/14/97 dddd SR> 4 05/04/97 cccc ....The sorting on DTOS() is not nescessary. On plain DATE should be sufficient! Perhaps thats why the function in de sort could be omitted... But, for me I would index the original database and copy it sorted to a secundary database. Cu, Ron --- Blue Wave v2.12 * Origin: SYNCNET BBS - +31-35-6237178/6244318 [ISDN] (2:283/1) --------------- FIDO MESSAGE AREA==> TOPIC: 202 CLIPPER Ref: E5D00002 Date: 05/08/97 From: RAYMOND PESEK Time: 09:39pm \/To: HERNAN BADENES (Read 0 times) Subj: Tbrowse HB ->I've got a doubt: If it's a copyrighted code, I can't modify it and compile ->with MY other programs? Yes, you can, because it's allowed in the CA license. But you must keep their copyright notice in the source code. Not that your end user is going to see it anyway. Raymond Pesek * 1st 2.00 #2448 * Moderator - Clipper Echo --- InterEcho 1.19 * Origin: PC-Ohio PCBoard * Cleveland, OH * 216-381-3320 (1:157/200)