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 TouchToneTommy 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: RFanslow
  • Content: Threads
  • Order by date
  1. RFanslow

    SOAP, RESTful, Avalara

    Good Morning All I have a fairly large project coming up soon working in Foxpro 7 and have the need to communicate with a third-party software via either Soap or RESTful API. while its been some time since i have had to do either, i am speculating using a http request obj and...
  2. RFanslow

    FileTables Sql 2008/2012/2014

    I have begun working on a project which is going to utilize the latest version of SQL 2014 FileTable, which in all effect will replace the varbinary(max) fields which are containing my clients image data, currently it hold 1,250,000 images in 3 fields (full size, thumbnail 100x100...
  3. RFanslow

    Source Control VFP 7.0

    Good Morning I am in the middle of a fairly large project in VFP 7.0 while most of this is maintenance (60%) and some new development (40%), this will need to be maintained until the rewrite into the dot net world, which is estimated at this time to last about 36 months. I am...
  4. RFanslow

    Wait Window....

    Hi All i seem to be having some issues, a recent rebuild of the executable has brought out a 1000 issues, mainly wait window "blah blah" NOWAIT TIMEOUT 1, while this seems to be in all of the code everywhere, what happens is this wait statement never goes away until a users...
  5. RFanslow

    CDX... growing to crash level in 4 hours

    I have had this situation happen twice in the past 5 months a foxpro table with 23 fields, 3 index fields, (order - char(10), Client - char(10), eDate - (datetime) 61 records, has a CDX of 2.8 gigs in 4 hours... I dont mean to be short with the description, and i can supply data...
  6. RFanslow

    VFP 7.0

    Hi All... I am looking for a VFP 7.0 install set of CD's/DVD's it would appear i have the files , just need to get a hard install on a XP machine.... to replace the old one My client is running a version of 7.0 but it seems the previous developer took the install disks. I am...
  7. RFanslow

    Shutdown Timer....

    Hi All seem to be having an issue with a simple shutdown timer.... simple basics, a simple app built as an exe sitting in a main window, menu waiting for a user, timer loaded to _Screen SET CLASSLIB TO "fanz.vcx" addi _Screen.AddObject("oTimer","fTimer") _screen.oTimer.Filename =...
  8. RFanslow

    vfp7 grid... hover display row by row data as a tooltip

    I realize this can be done in VFP 9, but this client is working in VFP 7 does anyone have a work around for displaying a hover type tooltip of a data. this is cell data not being displayed for a none active row, each row has a unique data in a cell off the grid Fanz
  9. RFanslow

    Checkbox on a grid.... VFP 7.0

    I seem to getting older and forgetting some of my old tricks... i have a simple grid with a check box, upon load of the data each box is marked .T. or checked… users want to uncheck some or all of the check boxes... in single click… any suggestions… Fanz
  10. RFanslow

    Remote Shutdown VFP 7

    I have been approached by a client, looking for ways to shut down a vfp executable which is sitting at a menu it never fails that several users leave the app open and files are open which need to be closed for maintenance. while I don't believe there is a timer function on a main...

Part and Inventory Search

Back
Top