Quick Question:
where does the Modi.ocx reside. On another machine running XP and another one running windows 7, its not found... Do I have to download it?
Thanks
Fixed it... Not the most elegent way, but created a seperate .exe that only converts the .tif into text and stores in the memo field.
Seemed like some refrences were left hanging and the code could not "Create". thus throwing the un-informative error unless VFP was shut down and restarted. Will...
Thanks Mike; I got it figuired using memo functions etc.
We get a Fax which gets converted to a .tif file (default on the all in one printer).
Now I have a different problem.
When I rerun the program within the same vfp session line
miDoc.Create( "C:\era\roadamerica.tif")
returns an error...
Hello Mike;
This is for a dispatch system for a roadside assistance company. We get the dispatch via fax. The HP officejet 8500 all in one printer, stores the fax in a network folder. When a Fax comes in the user clicks a button which starts the conversion, and displays the information in a form...
Mike I came across this code you wrote for converting .Tiff to Text.
Local miDoc,miLayout,lcStr
lcStr=''
CREATE CURSOR mondocument (mondococr m)
miDoc = Createobject('MODI.Document')
miDoc.Create( "C:\era\beacon0001.tif")
miDoc.Images(0).OCR
miLayout = miDoc.Images(0).Layout
strLayoutInfo...
No Dan; the form is not open....
This is a full blown commercial app. With a startup routine and a shutdown one as well. The app is not the problem; it’s the mappoint control. Thanks though...
Dan; the application closes, Releases all forms, libs etc but when it encounters "Quit" it hangs. In development mode Display Memo shows Only System variables.
By default Mappont looks in "My Documents" for any Map it needs to open, once it found our map directory, it would change the default...
Thanks guys; good to see ALL the old crew...
VFP will not allow "Quit" Re: shutdown
Yes, the "Saved = .t." is not posted but it is there.
I have debuged and debuged and the form is not going Modal...
Tried Rick S. trick of "set step on, clear all" in the Destroy() method BUT nothing is...
Thanks Dan; Just tried it did not work. We never caught this as the users would always manipulate the map i.e. get directions, distances time etc. But there is always one that didn’t…
Prior to releasing it we would set the Mapcontrol 'Saved' Property to .T., so changes could not be saved.
I am...
I have a form that displays a saved map. I do this by using ADDOBJECT() to the form.
If Vartype(This.Reg_mapcontrol1) # "O"
This.AddObject("Reg_mapcontrol1","Reg_mapcontrol")
Endif
oMap = Addbs(Sys(5)+Sys(2003))+'new map.ptm'
*!* oMap = Addbs(Justpath(Sys(16)))+'new map.ptm'
With...
small world; I have been doing this for the last 12 years. Wrote and marketed Truck, Trailer and overseas container rental software.
The way we did it was create a table with the specifications, this could be changed by the users. We had a class (list box) that would use the "spec" table to...
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.