Hi Mike,
Some users do but not all. They have a mobile app that posts back to our systems SQL as well which complicates things.
I have read your threads on Outlook integration and for small local apps used some of that but Exchange Server is a different animal to me.
Bob Palmer...
I have a VFP client server system running with MS SQL backend where users can create diary appointments within the VFP system but I have a client who is wanting these to appear in their Exchange Server Calendars as well.
I have no experience of MS Exchange and was wondering if this is something...
Pure process of elimination Mike.
The two forms that were generating the error had to have something in common.
Because the second (rota display form) had a lot less objects on it I removed common objects one at a time from it and then tested on a faulting machine until it no longer crashed...
UPDATE
The issue detailed here has been resolved.
On the two forms that caused the error were grids that use a Foxprint true type font on a particular column because they needed to display block chrs rather than letters. This font, although installed by our system installer was becoming...
Indeed it looks as if we do Olaf..
Installshield installer is set to use merge modules default destination.
Bob
Bob Palmer
www.resisystems.co.uk
The most common solution is H2O!
Ok we now have a bit more information.
Each of the PC's were upgraded to Windows 10 1703 update and it was after this that the Error started to occur.
Bob Palmer
www.resisystems.co.uk
The most common solution is H2O!
Yes Olaf.
Could well be worth a try.
Yes I have has the odd install where the desktop shortcut has been pointed at the .exe rather than the loader by 'I know better' users lol.
Thanks
Bob
Bob Palmer
www.resisystems.co.uk
The most common solution is H2O!
No nigel..
Have not done that since we went over to SQL 6 years ago..
I use a loader that compares the local .exe to the one on the server, if the server one is later its copied over to the local PC then run locally.
My point was the .exe is identical to the one being run on all the other...
No, the .exe doesn't change at all.
When we run the Network Install, the network install ONLY installs library files on the client.
Yes it's any form.. I don't have the computer this is erroring on or access to it to run tests.
We seem to be focusing on a problem in VFP or my code which is...
Thanks Olaf,
I Really can't see it as being the form and anyway, it's any form that they open that triggers it. (376 forms in this app)
The app is client server and the same .exe is being used on 6 other machines at that site and not failing.
The network install just installs the usual...
Hi Olaf
its a form manager function in Menuprocs to allow diferent forms to be opened with or without passed values
Line 36 is
DO FORM (tcForm) WITH tnFlag,tuPrimary
Where
tcform is the form name
tnflag is 1 or 2 where 1 is Open with the first record 2 is open with the passed ID
tuPrimary is...
Yes Mike, thanks but I've been through all these.. I've also Googled the Error all over the place.
It's not Reports.. not reporting when it occurs.
It's not Fonts.. tried that they are all present and correct.
It's not video driver, it's occurring on 4 out of 6 different machines.
It's not...
Hi, I have over 300 users across the country using my app on all flavours of Windows without issue but this one has me flummoxed.
The app is quite a big SQL base client server compiled exe built in VFP9 SP2.
I have one client who's PC's are all Windows 10 and their installations are no...
I did look into it a little. As others have said, it is somewhat old but according to what I found the author/owner is an American :-
Samuel David, Etecnologia
Profile Address: Brickell Avenue
Miami
Florida, United States
33131
Telephone: +555 4321
The write up I found was basically saying...
Olaf, The cursor is loaded with data stored in a memo field in an underlying table and displayed in the grid. As the user scrolls through the table the values change record on record and zapping the table clears the cursor, it is refreshed from the next memo field then displayed. I'm sure there...
Have you checked your AutoOpenTables and AutoCloseTables value in the Reports Data Environment?
Bob Palmer
www.resisystems.co.uk
The most common solution is H2O!
Ok well I can't enable buffering as I have to ZAP this table each refresh as records are scrolled.
I've solved it by scanning and concatenating the TRIMMED(field values) into a form var on entry then doing the same on close and comparing the two values as you suggested Olaf. Many tks.
Bob...
Thanks Olaf, it's not a buffered table just a simple memory cursor created to populate the grid.
The problem is that the underlying table has a History function and I only want the user to save actual intentional changes. The form is used to view data and I don't want to force a save if a...
I may be having a dumb moment here... I have a Select cursor with 5 fields in that I use to populate a grid on a form. The grid is user editable but my users are experts at closing forms without saving changes!!
Is there a simple way I can check in my form validate if the cursor or any field...
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.