and if You need all characters in string in the lowercase
use lower() on result
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
Thank You! It's quite enough!
Somebody wants to have more than 1024 fields in the ordinary table!
The reference to this thread fulfilled its purpose.
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
Hi, All!
Does anybody use all 1024 fields in one table?
-OR-
The max number of fields you are using in tables?
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
2FatSlug
www.multimap.com shows very old data; the some places are shown unchanged from 2000.
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
Why not?
response.write("<DIV onClick='javascript:function_name()' STYLE ...")
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
Hi!
Restrictions are used to control acceptable values for XML elements or attributes - not for transformation!
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
VFP 6.0 can not use monikers.
Below the working code for VFP 6.0
LOCAL lcRemoteComputer, lcAdminUserName, lcAdminPassword, ;
loSWbemLocator, loSWbemServices
*lcAdminUserName="sysadmin_name"
*lcAdminPassword="password_sysadmina"
lcAdminUserName=""
lcAdminPassword=""
*lcRemoteComputer =...
XMLTOCURSOR(test,"testcur",8912)
Flag must be 8192. Check it!
All works fine
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
From VFP documentation:
Note that the Filer ignores System folders.
Use Scripting.FileSystemObject instead.
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
Hi, Mike!
It's a good point! (The code has been typed in a hurry...) :-)
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
Hi!
I try to run two form right now (one of them with Default DataSession) and another with Private DataSession.
In second I set AutoCompleteTable for text box and it's work. (I don't have network at this moment - I'm at Prague Devcon). Inputs that has been made in one form are available in...
The first, that comes to - try to read file header by VFP file low level functions, for example:
lnHandle = FOPEN("disk_letter:\some_directory\some_file_without_extension")
lcString= FREAD(nHandle,3) && gif-file have leftmost 3 symbols = "GIF"
? lcString
=FCLOSE(lnHandle)
BMP leftmost 2...
Hi!
Try to use GetWordCount() and GetWordNum().
First of all You need to select records which ID in table 2 cannot be found in table 1 and then by using mentioned functions fill table 1.
Juri Shutenko
Municipality of Maardu, Estonia
http://kodu.neti.ee/~juri4
http://www.hot.ee/jurisfox
Hi, Olaf!
I think this is some kind of mystifying DE.
The from table stores a relative path and Form designer convert it to full path.
DE of the form (I don't mean here s DE class) allows me work with databases located in different folders by switching databases on the fly.
Juri Shutenko...
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.