To GriggMG
Here is the info on DNS
When I typed IPCONFIG /ALL
DNS Servers 192.168.1.1 and 192.168.1.1
Other stuff
Physical Address 00-26-2D-18-0C-DB
IPv4 Address 192.168.1.47(Preferred)
DHCP Server (same)
Hope this will help you help me.
Thanks
I have more config information that might help in this regard.
Since I couldn't attach a file (print screens) here is the info in a nutshell. This is the default setting.
IPv4 Address 192.168.1.47
Subnet Mask 255.255.255.0
Default Gateway 192.168.1.1
Thank you ever so much for your...
I reviewed some of the informational instruction I have. It is explained her for clarity. Again, I'm aiming at (if possible) a VFP prgram that can be run to toggle between the sign and the internet. The signs physical IP Address 192.168.0.218
Pseudo drill down instructions:
Control Panel...
I reviewed some old posts like these 3
FAQ184-3356 and FAQ184-3854 and FAQ184-3479, they look like only limited help.
My current situation is that there is an external sign for this business from which the text displayed on the sign can be controlled by one local computer (PC.) It is a new...
How come in the Print dialog box the Create Adobe PDF is not one of the options in the dropdown list? I have Vista O.S.
I have the 9.1 version of Adobe Acrobat which is suppose to contain functionality for PDF creation.
Doesn't appear in anything, Excel, Word other windows compatible...
This is not a technical question per se but a very important one. I do not know where else I can post this question. I need just a little feedback from those who develop in Foxpro independently or in a FoxPro shop.
Bluntly put, due to the worldwide economic slowdown, I would think Foxpro to the...
I am using 2005 .NET with SQL backend.
I have 2 sqldatasources. 1 is for Employee Master a 2nd for Job Descriptions 65-70 of them ; kept in a small table.
Now the form has a plain auto-generated template of the Employee Table 10 fields ; one of which is Job Desc:
I had the form create a...
Sorry for the delay.
I do have DEFINE CLASS license AS CUSTOM OLEPUBLIC
(see above)
What I had to do to get the thing to work properly was to get rid of the define class and then of course all references to THIS.F_GETlicense and make it F_GETlicense.
Anyway I did get it working. I did notice...
Hope this is the right forum. I am using VFP 8.
It seems like all works well with calling a stored procedure in a DBC remotely from .NET. For this I am gratified.
The trouble starts when I start to get fancy or complex in my DBC stored procedure. I get errors (within .NET) when I put in my...
I first tried posting this to the ASP .NET tek-tips and made only small syntactical progress. It didn’t solve my problem. I guess I was writing to .NET minded individuals.
The difficult part was explaining that my stored procedure in the DBC has nothing to do with the data tables contained...
This code is suppose to eventually be called from a .NET web app. This seemed like the best forum.
I first tried posting this to the ASP .NET tek-tips and made only small syntactical progress. It didn’t solve my overall problem.
I first must explain that my stored procedure in the Foxpro DBC...
Thanks. I did eventually figure that out. Namely, the OleDb stuff. But now I can't get it to execute.
Trouble at cmd.ExecuteReader
I get the ugly window OleDBException at runtime occurs.
Its error says Variable 'Q0P1' is not found.
I put try catch around it and it just says Variable 'Q0P1'
is...
To being with; there exists a Stored Procedure in a Visual FoxPro Database: I have had success retrieving data using OLEdb.
Now the procedure is not a query per se; the procedure is very string intensive and returns the credentials of a Dept Head with License Number information etc. It does not...
Thanks for your suggestions.
I used Createobject and it didn't work once. Maybe I gave up too soon (syntax error?); listened to others who said MS doesn't reccommend Createobject or support it. I'll try it again.
And thanks for those sites.
In earlier VB one used the following.
ox=createobject("ExcelApplication")
ox.activepage.name="Pivot"
ox.columns(1).width = 15 etc. etc
I was informed that in VB.net that Createobject as such is unsupported.
I am currently using the 2005 Visual Studio.
How would one open the excel and...
This is a Web ap.
I would like to change the path dynamically at runtime
via
DetailsView1.Fields.Item(0).DataNavigateUrlFormatString = "http://xyz/iconvert/dccon/...
&file=\\server1\main\data\HOME.fof\ImageArchive\{0}"
to something else as follows...
OK that will probably have to do. It's just that the image will not have ability to resize,zoom or scroll etc. like the cool tool that an image viewer can do.
Thank you
The thing is, I know this application is only for our internal office intranet, and we can assume users will have some kind of tif image viewer installed. (Even though each viewer may be a different one.)
The specs call for a "hyperlink" type of trigger on the asp page that will launch an image...
Thanks again. I wrote a function binddata() that executes a session variable that held the query.
And I execute in the if not postback in the load event.
Thanks for your help. It's great when it works.
I like it especially since you don't get that page flicker effect upon sorting columns or...
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.