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...
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.