I really appreciate it if someone could help me with the below question:
I want people to come to my site and enter their home address or zip code so they can find a store near their home address.
The result page would contain information pertaining to my store and other stores near the zip...
Hello everyone,
I found the tip posted below and it worked great for the part of the code that DKL01 posted. But I couldn't bring the window in front if it already exists by using the code that cyberwolf14 posted. So, how do I bring the new window in front if it already exists and without...
Hi Jeff,
Thanks a lot for your help! Your idea about using sessionID works great. It's exactly what I tried to do, I learned a useful tip. Thanks very much.
Hi Jeff,
I store all items of shopping cart in an Access table. If customer#1 adds some items into this table and then close IE window, the table at this time is not empty. So, if customer#2 creates a whole new order, then this shopping cart table needs to have no items. This customer#2...
Hello everyone,
I'm working on an Online Ordering website. The customers can select any item and add to Shopping Cart. The process of ordering online is working ok if they end the order by checking out. However, if the customers close the IE before checking out (means the order is...
Hello everyone,
I'm working on an Online Ordering website. The customers can select any item and add to Shopping Cart. The process of ordering online is working ok if they end the order by checking out. However, if the customers close the IE before checking out (means the order is...
if you want to copy all folder from "c:\temp" to "c:\temp2", try this:
run /N xcopy /E /Y "c:\temp\*.*" "c:\temp2"
Hi,
If you're using InstallShield to do this. these are 3 .dll files that you need to include in setup disk:
Vfp6renu.dll
Vfp6r.dll
Vfp6run.exe
You don't have to install Foxpro on client's machines, just include these dlls and it should work.
Thanks Dave. Do you know any other way to lock a record without using LOCK() function? My problem is that I need to lock other users from using one particular record, but still be able to update others records. For example, if there are 2 users running program at the same time and try to...
Hello everyone,
I'm using VFP 6.0. I have 2 exe are running at the same time. Each exe opens the tables in shared mode. If one exe attempts to lock a record using LOCK() function, how does the other exe find out that record is locked. I tried to use ISRLOCKED() function to test the record...
Hello everyone,
For example, I have a table like this and an index with UNIQUE type is set to Make with name MAKE.
ID Make Model
1 AGCO test1
2 AGCO test2
3 AXIAL test3
4 AXIAL test4
If I do a command "SET ORDER TO MAKE", the result is:
ID Make Model...
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.