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...
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...
Hello everybody; havent been here for a long time, good to see some old friends on...
Has anybody done any 2 way texting (to and from a cell phone) from within a VFP app?
I want to incorporate texting in a new app I am writing. It will be similar to Joopz (www.joopz.com).
All suggestions, ideas...
There has to be a better way...
I Know when a Hot Key (\<) is put on a label, and when "ALT+<<character>>" is pressed, the focus gets passed to the next control in the tab order.
I need the Click() Event of the label to fire when the “Hot Key” is used.
One way to circumvent this label...
Here is how you do it:
NOTE: Unlike other samples, this requires Multiple (no limit) networked computers. It will not work on a single machine.This is based upon the following assumptions:
Your application has an employee table that resides on a server. All employees are assigned a unique...
Stuck here, how would I pass a parameter and run a procedure on a remote computer on a network.
I know the computer name but am missing something as the procedure is running on my computer...
Trying to write an Instant messaging module in VFP, without the use of the internet...
Not looking for...
Had to repost in forms, controls ....
Olaf; decided against doing a manual shutdown...Will force the user to shutdown by displaying a message that some forms are open and to close them...
Thanks for your input though...
This is driving me nuts, The annoying default 0 (zero) in a numeric field display
Input Mask of 999,999,999 and a Format of "K".
When the textbox gets the focus via Tab and the whole textbox is highlighted, there is no problem But when the textbox is entered via the mouse and a value is being...
Why in Gods name would an Update Trigger on a table fire when I issue a Select statement? Select does not move the record pointer as far as I know and also during tests I have done, does it?
Here is the scenerio:
I have Triggers in a local table (Unit_master). The Update trigger is supposed to...
Any body got a routine or code to do a Find in a memo field. The find button, dialog box etc in foundation class's is a piece of crap. Need to find whole words i.e. If looking for "it" it should not find "unit etc. AT..'s do not work.
Used to know how to do this many many moons ago...
Thanks
In the Real world, emphasis on “Real”, does anybody (clients) ever use or require "User defined fields" any more. In other words is it really worth it to provide the client with the capability of creating some of their own fields? In my experience, 98%+ of our clients have never used this...
I know there is a way to do this, I need to "transfer" the field captions from a table to its View. I know I can open the View designer, fields tab- click properties and type in the captions. PIA, Is there a quick way to do this.
Thanks and how is everybody, long time since I have been in here...
Trying to get a bright white color as Back Color for the screen.
In HTML (bgcolor="#F8F8FF”), gives me an extremely bright white; How do I do this in VFP9, RGB(255,255,255) just does not do it. I have incorporated it in the report previews (as HTML) but would like to use this as the _Screen...
There is a little bit of cheating here, but without a lot of convoluted code, this is how you do it. The code is amazingly simple.
As the grid displays records in a table, there is no way of knowing what a record contains unless you go to it. That is what this example does by moving the mouse...
Thanks to Olaf for the excellent code and idea, for anyone interested in creating a tag cloud instead of a grid, they are pretty cool, here is how you can do it in VFP. This is to give you an idea on how it can be done, based upon this you can create your own, it is extremely simple
This has...
Dont know what to make of this:
http://www.eweek.com/article2/0,1759,2105307,00.asp?kc=EWRSS03129TX1K0000616
This article by Steven J. Vaughan-Nichols is after the one by "Yag"
I kinda want to beleave it, but this is soo against Microsofts nature that I dont think its true. Fingers crossed....
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.