"some or all of the files are missing", what do you mean exactly?
The program continues to work normal and act as if it is using the database as it should, but seek return a !found()
and in browse or grids that are supposed to display the data they are blank.
Search or Access a...
I almost forgot. The app is written in VFP8.0 the databases are accessed through a share on the server that is mapped to the Z: drive on the workstations through a .bat file that is run as a script through my domain controller when the computers boot up. (Using active Directory Windows 2003...
I have pushed my app to all my workstations. Everything seems to run smoothly except for that every once in a while when a workstation does a search or access a database some or all the files are missing, but if another workstation does the samething at the same thing right after everything is...
I'm having the same problem when sending to @tampabay.rr.com and sometimes to @aol.com
If anyone know's why I would also value this information.
-Serincino
If you see a programmer in the office before 9am, they probably never left.
I'm using VFP8. In several parts of my program I need to pop a browse window so the user can select the correct record to use in the rest of the program ( I can't use a grid cause this choice needs to be made inthe middle of code and pause will not work and the browse acts like a pause or a...
I'm currently running an old Foxpro 2.0 app. Orginally the program was designed to print to LPT ports (we are upgrading the program to VFP 8.0). I just installed a new workstation in our network and is running Windows 2000. The computer only has 1 LPT port and does not recognize the old LPT...
Thank all of you for your help. I used the idea of the invisible checkbox attached to the control, theing using, refreshs, programmatic and interactive changes.
Again many thnaks for all the help.
-Serincino
If you see a programmer in the office before 9am, they probably never left.
ok, that all makes sense. the the problem becomes how do I get the desired effect I'm looking for? I was orginally trying the idea of option buttons, but their values can only be numberic and not true false.
-Serincino
If you see a programmer in the office before 9am, they probably never left.
On my form I have 2 checkboxes that are attached to a Logical Data field. Date Source for one check box is thislogicalfield while the other is !thislogicalfield when the form is first shown the checkboxes are readonly. When the user clicks the edit button the checkboxes are set to readonly =...
Hey guys,
I hope you can all help me. I have an image of a paper form that is used in the company I am creating the app for. In order for the image to be legible I have had to make the form longer than the VFP form I am placing it in. I have placed a slide bar on the VFP for, but I can't...
thanks for all your help. Mike it was the codepage values, Using set nocptrans to table.field worked, but is there a way to completely set the entire table to code 1252, the current value is 453.
Thanks,
Serincino
If you see a programmer in the office before 9am, they probably never left.
My program uses some special characters that need to be saved into a Table. Here is an example.
r = chr(169)
replace table.field with r
for anyone that doesn't know ASCII 169 is the copyright symbol.
When I go to pull this out of the table a different character is pulled, I've also looked in...
ok, so now it seems to work, if I just run the program straight with the mods you kind people suggested it prints works fine, it's when I'm in debug mode that the test starts popping on the form, even with all the settings, could this just be a bug with VFP 8.0? I wish Microsoft would get off...
Unfortunately even with everything you all gave me I'm my prints are still showing up on the screen. Is anyone else trying to do this and not having the print show up on the form? The prints are going into the text file, but they are showing up in the form as well. I hope someone has an...
In my code I am printing to a file:
set printer to file temp\invoices.txt
set printer on
set console off
problem is that the text getting printed using ? still prints on the form that is active.
I am trying to supress this when the set printer on is used, but the text still prints on the form...
I don't understand why this isn't working now, it works fine in another part of my program. I hope some one can help me.
I have created a form that it's only purpose is to appear so that a browse window can pop into it.
frmdisplay.show
BROWSE FIELDS date, cpa_no, number, ck, memo, ccredit...
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.