I just encountered another client, on 1 machine, windows 8
when doing IE automation, IE does NOT have HWND property.. This is the second client i see this.. all other 1000s of clients never had this
oIE = createobj('internetexplorer.application')
oIE.visible = .t.
?oIE.HWND && throws error ...
Weird situation
IE 11
Windows 7 Pro 64 Bit
On this machine.
loIE = CreateObject("InterNetExplorer.Application")
loIE.visible = .t.
loIE.Navigate2(".etc....")
?loIE.HWND && Throws Error..
loIE.navigate2("etc..") && works
loIE.Quit
Release loIE
I am not sure why I cannot see the HWND for the...
I am using FTPPut to send an XML file to a zebra printer.
Everything works great, EXCEPT: After the 5th file being sent, the ftp returns that the host not available.
After further investigation, i found out that the Zebra only allows 5 connection.
I tried in in Dos ftp command.. i oppened 5...
Did you get the new upgrade to 10?
how did VFP run on it?
i did read vfp worked well on the tech preview one.
how aobut the production one?
my machine couldn't get update due to driver issue (graphics card)
Ez Logic
Michigan
On one customer's machine, they have Vista OS.
When you launch our EXE, the textboxes, grids, and other input fields do not show the characters being typed.
Font we use is 'Trebuchet MS' and it is found on their system.
we noticed the cursor (blinking cursor) looks funny, like a little flag or...
VFP 9 SP2
WINDOWS 7 ULTIMATE
AERO THEME
Simple IE automation form.
When i do automation with IE, basically crateobject('InternetExplorer.Application')
set it to visible, load a URL,
then, I am using SetParent() to position the IE inside the VFP form. Works well, except the VFP IDE menu will...
On one of my form, i have _webBrowser control.
Everything works fine for the website loading in it, however, some of the pages, are wider than our form, where the horizontal scroll bars do not show, but, the vertical scroll bar will show for the embedded browser.
if we launch normal IE and go...
How do YOU do your inserts for multiple records in SQL from vfp9?
Example,
I have invoice screen, which has 2 or 3 cursors,
1 cursor hold customer info
1 cursor hold invoice details
1 cursor hold some other table detail
so, now, i do this:
select curInvoice
scan
&& get the
lcItem =...
I read few posts on the web that MS is NOT supporting 32bit on windows 9 coming up.
Anyone read anything or might know anything on the up coming OS?
I am getting nervous.
Ez Logic
Michigan
I am using VFP9 sp2, SQL 2012
I have a form.
1-customer, enters the item number (or can click search and return item item)
2-Call a stored procedure from VFP to sql to Fetch Item record
2.5 - Call another small procedure to get Next/Previous item#
3-values appear on form.
Store Previous Item...
I have a small form that takes an excel file, opens the file, and traverse thru it and imports it.
VFP 2 / SP2
windows 2012 server 64 bit (my dev machine)
Office 2007 Excel.
It is going really slow. Is there a better/faster way to do this?
ActDate_Cell, Mastername_Cell, etc.. is the cell of...
I am ordering a server that is going to be hosted at a data center.
We have an app running vfp9 sp2 at the clients. the Backend data is 100% sql server, and we plan to have the data hosted at that data center.
This is the specs:
ISP speed is 100Mbps at the server from the data center.
Offered...
I have always used a field for phone numbers with chr(12) as the width, so data is stored as such: 313-555-1212
I moved my data to SQL server (still experimenting) and i decided to make the field char(10), and saved it like this: 3135551212 (basically saving 2 characters per record..)
Now on...
(I posted this on another fox..forum)
forgive me..
I am developing a new VFP9 / sp2 application that is running on SQL Server 2012, which is hosted in a data center.
The data is remote hosted at data center/hosting company.
the Client will install the app on their local computers/network and...
I use the wwhttp from West-Wind.
I am having issue knowing how to call the web service.
I have a URL
I have the certificate# installed on my machine from the vendor.
this is their document:
GetProvidersRequest WSDL Snippet
<xs:element name = "GetProvidersRequest">
<xs:complexType>...
So, I was in the mood of coding today, and I decided I want to make a quick game in VFP, which I saw something similar on an iPad recently. I thought to my self, I can make this in VFP... so, this morning, I decided to create this app in pure VFP.
The Concept:
User is presented with a random...
VFP 9 SP2
SQL server 2012 (express) backend.
Very new to SQL integration (though I know little of sql)
Little background:
App written in vfp, currently uses vfp backend data.
I am in the process of re-writing the app so it will use sql back end instead.
I am using a modified sql wrapper from...
I am looking for some help to accomplish the following:
Get all the com ports on local computer (including the hidden one)
Remove a comport (or all of them if user wishes)
I have been looking and reading on wmi scripting, but, i can't figure out how to pull all hidden ports and how to remove...
I have a pageframe with over 30 pages on it, the tabs are hidden, and the user navigates to the pages using a Grid and based on the Grid's click event/afterrowcolumn change, i active the appropriate page.
In another methd, i want to get the caption of the current active pageframe. (or reference...
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.