Hi Mike,
Something within the lines of "gradient colors" with maybe some small bitmaps (icons) next to the menu option. Something 'updated'. What do have in mind?
Thanks,
F1
Hi,
I remember reading somewhere that we can make VFP MENU's look "cooler" (more kinda up to date). Anybody know how? Can you point me in the right direction?
Thanks,
F1
I get a "FILE MUST BE OPENED EXCLUSIVELY" when I try to :
INDEX ON amount_rem TAG AmountRem
I canot open it excl. other people are in it.
any suggestions?
I don't seem to have an index set on my MST.
What would be the most optimized INDEX for it.
I now have:
INDEX ON amount_rem='3004' AND EMPTY(state) TO idxmstr
what do you think. FYI this DBF has over 4 million records in it.
Thanks,
F1
Hi Craig,
Are you sure that code does the exact same thing as mine above? I'm not sure your SCAN does as mine does. I do a REPL first then based on that I do the SCAN.
Please let me know.
Thanks,
F1
here's my revised code:
CLOSE DATABASES ALL
CLEAR ALL
CLEA
SELECT 0
USE C:\Users\johnk\Desktop\srtest\mst0910
SELECT 0
USE F:\DATA\pic_city ORDER npanxx
SELECT 0
USE F:\DATA\cell_tel &&very small dbf
INDEX ON npanxx TO idxcelltel
SELECT 0
USE F:\DATA\us_desti ORDER area
SELECT mst0910
REPLACE...
actually,
I think there's something wrong with my last "ELSE". The one that says "SELECT mst0910. SKIP" basically what I want to do is if it's not found in pic_city or cell_tel or us_desti, sele the mst0910 and go to the next record.
I'm I correct in my code in the last ELSE...
Hi Mike,
OK, this is what I have:
It seems a bit slow. Anything you can do to speed up this?
CLOSE DATABASES ALL
CLEAR ALL
CLEA
SELECT 0
USE C:\Users\johnk\Desktop\srtest\mst0910
SELECT 0
USE F:\DATA\pic_city ORDER npanxx
SELECT 0
USE F:\DATA\cell_tel &&very small dbf
INDEX ON npanxx TO...
Hi,
I have a brain freeze currently and at a lose on hos to do this. I would think "CASE...ENDCASE" is the best way but I can't for the life of me write the darn code for it. It's pretty simple. Here's my code:
USE MST0910
SCAN FOR amount_rem="3004" AND EMPTY(state)
STORE SUBSTR(tel,1,7)...
I guess I am out of luck. :(
I really thought there would be something / somehow I could get the "Date Picture Taken" property.
If not with VFP can anybody recommend another way of doing this?
Any help would be greatly appreciated.
Thanks,
F1
Hi,
Unfortunately, your assumption is incorrect. The File Creation Date/Time does not coincide with the 'date picture taken' column.
Any help?
Thanks,
F1
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.