I'm not sure whether I fully understand your question but have a look at http://www.afsnet.be/afrodite/adres_0.htm and let me know if that is what you're looking for.
(site is in Dutch ... but you can go through the demo by clicking at the bottomline)
wilfredo
Filip,
glad to find a Belgian co-programmer here ...
here's a pgm I used ages ago under FP 2.0 ...
* fvrphone
* telefoonverbinding maken per modem
parameters tlfnr
on escape exit
define window fvscalls from 8,20 to 16,60 double close
activate window fvscalls
clear
@ 0,1 say...
Andy,
let's keep thing simple and add to config.fpw:
on shutdown do (program)
whereby I use as program (afsquit):
* afsquit
mb=messagebox("You want to close this programm",1+32+0,"AFS-SYSTEM")
if mb=1
close all
quit
else
return
endif
success and best wishes for...
i simply use an ON ERROR DO AFSERROR in my "startup" program. On any error this leads to following routine:
(I quickly translated from dutch to english)
* afserror.prg
set print off
set device to screen
activate screen
save screen to oldscreen
set fullpath off
if (error()>=108 .AND...
lolo2003,
I'm also not sure about hat you mean / need but it looks to me as if you want "different" grids to behave on a given condition.
so why not make different grids and place the "condition" in the firts place with an IF or DOCASE ?
Wilfredo
Cerincino,
1 easy way to avoid the problem is to create a popup (via messagebox() f.e) asking the user if he really wants to add a new record ...
x=messagebox("Are you sure",1+32+256)
if x=0
append blank
else
return
endif
wilfredo
(why make things more difficult than necessary?)
Victor,
a .TIF is an image file, mostly produced by a scanner.
as far as I know there is no way to produce such a document out of VFP Report ...
wilfredo
Mike,
.CDX but I closed the index (set index to)
Ramani,
the record has been in use for more than a year, so no buffering problem
it remains a mistery to me ... (and I am programming in Fox since 1985 ....)
therefore I hope that Ken Levi reads this, or if anyone can give me his e-mail...
Hi Mike,
when I experienced this the first time, a couple of weeks ago, the first thing I tried was REINDEX: not good.
when browsing without any index on: record simply gone.
browsing with delete on/off: record simply gone
no PACKing happened either.
I'm using VFP5.0 under a W2000 network...
I know I have posted this thread already but this week it happened again: a record completely disappeared out of a table.
I suppose it must have to do something with a certain sequence of keyboard input.
Ken Levi ?????
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.