Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: EzLogic
  • Content: Threads
  • Order by date
  1. EzLogic

    Ever seen IE automation without the HWND?

    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 ...
  2. EzLogic

    IE Automation - HWND throwing 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...
  3. EzLogic

    FTPPutFile.prg .. how to log off?

    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...
  4. EzLogic

    VFP on Windows 10 - Updated - Success

    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
  5. EzLogic

    Input character not showing in vfp9

    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...
  6. EzLogic

    SetParent() API with IE automation causing bleeding

    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...
  7. EzLogic

    Merry Christmas & Happy Holidays

    To all that celebrate the Holidays across the globe, Merry Christmas & Happy Holidays. Ez Logic Michigan
  8. EzLogic

    _WebBrowser control - Horizontal Scrollbar

    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...
  9. EzLogic

    How to perform multiple inserts in SQL server from VFP

    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 =...
  10. EzLogic

    VFP 9 on Windows 9?

    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
  11. EzLogic

    Previous/Next button using SQL 2012 and VFP

    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...
  12. EzLogic

    Speed up excel import automation?

    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...
  13. EzLogic

    SQL Server HW specs w/ VFP sp2

    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...
  14. EzLogic

    This is killing me.. phone number input mask

    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...
  15. EzLogic

    Remote SQL with different timezones for each user?

    (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...
  16. EzLogic

    accessing webservice with certificate/vfp 9 sp2

    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>...
  17. EzLogic

    PC Game I just created in VFP9 - Simple &amp; Fun (English only)

    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...
  18. EzLogic

    SQL Seek.. a thought / feedback please

    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...
  19. EzLogic

    List comports and removing them (including hidden ones)

    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...
  20. EzLogic

    Is there a better way to get Active pageframe's caption?

    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...

Part and Inventory Search

Back
Top