Hello,
I'm new to the .Net arena and have a question on how to upload a file from my local drive to an FTP server using the WebClient.UploadFile. I have been able to establish a connection to the FTP server but keep getting a 550 File Unavailable error. I'm about to jump of the nearest bridge...
"...The fields in the view will appear in whatever order they were specified in the SQL SELECT..."
Absolutely, and I think that is what's throwing me for a loop...
Background...
FoxPro
data_table
cycle date loan_no cust_name loan_amnt prop_add active...
Thanks for the reply guys...
Mike,
It does have to do with the order, but not with the order of the data records, but more with the order of the fields. I.e. local view: field1, field2, field3, field4, field5, field6, etc. with associative date in the record. When pulled as a query (field1...
I am using VFP 6.0 Database as a repository housing one table of current data. I have created several local views to present different aspects of the data to the users which they access through MSAccess linked tables using an ODBC connection. The problem I'm having is that when my users create...
I am using VFP 6.0 Database as a repository housing one table of current data. I have created several local views to present different aspects of the data to the users which they access through MSAccess linked tables using an ODBC connection. The problem I'm having is that when my users create...
I am using VFP 6.0 Database as a repository housing one table of current data. I have created several local views to present different aspects of the data to the users which they access through MSAccess linked tables using an ODBC connection. The problem I'm having is that when my users create...
Hello
Can one of you gents advise me on how I can create a local view in a dbc using multiple remote tables? I have a main table "tblMain.dbf" in "loc1" and "tblOther1.dbf", "tblOther2.dbf", and "tblOther3.dbf" in "loc2". The table definitions are as follows:
tblMain.dbf
- rec_id
-...
Here's a small list that I have:
Class Name Application
SciCalc CALC.EXE
CalWndMain CALENDAR.EXE
Cardfile CARDFILE.EXE
Clipboard CLIPBOARD.EXE
Clock CLOCK.EXE
CtlPanelClass CONTROL.EXE
XLMain EXCEL.EXE
Session...
SBendBuckeye,
The FindWindow API call returns the windows handle. It works by searching for the applications class name and/or the window name. Try the following to retrieve an EXCEL window handle:
Declare the API function:
Declare Function FindWindow Lib "user32" Alias...
Hello,
I have a program that, ideally, should not be run concurrently with EXCEL. I have been able to determine whether or not a session of EXCEL is running using the FindWindow function but now I need to know how to close the session programmically. I have been able to get the ThreadId...
Hello,
I have a program that, ideally, should not be run concurrently with EXCEL. I have been able to determine whether or not a session of EXCEL is running using the FindWindow function but now I need to know how to close the session programmically. I have been able to get the ThreadId...
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.