I'm writing an ASP.NET application that connecting to Visual FoxPro database, I want to select a logical field "IsActive" equals to ".T." from the "Customer.dbf", I've tried the following but they don't work:
"SELECT * Customer WHERE IsActive=.T."
"SELECT * Customer WHERE IsActive=TRUE"
"SELECT...
Hi!
I'm writing an ASP.NET application that connecting to Visual FoxPro database, I want to select a logical field "IsActive" equals to ".T." from the "Customer.dbf", I've tried the following but they don't work:
"SELECT * Customer WHERE IsActive=.T."
"SELECT * Customer WHERE IsActive=TRUE"...
I have a user control (.ascx) that will show a list of locations based on the number from user input. For example, if enter 3, the page will list:
location 1
(textbox) enter address:
location 2
(textbox) enter address:
location 3
(textbox) enter address:
Since the user control is created...
I have a user control (.ascx) that will show a list of locations based on the number from user input. For example, if enter 3, the page will list 1ocation 1, location 2, and location 3. My problem is that I cannot get the proper
number to list on the page, in this case the page will show...
Does anyone know if VFP 5.0 application has any conflict when installed on a network environment? The setup file is compiled with Visual Studio Installer.
The application works fine on a stand-alone machine. But when installed on a network, the application does not appear when clicked (the icon...
1. When I click on the application icon, nothing happened or appeared on the screen, but when I open the task manager, it shows that the application is running, does anyone know how to solve this problem?
2. I can only run the application when I'm logged in as the network administrator, what...
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.