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 wOOdy-Soft 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: MichaelHawksworth
  • Content: Threads
  • Order by date
  1. MichaelHawksworth

    Update-SQL subquery problem

    Hi Folks The following code produces a "Function Name is missing )" error when run. I am setting ctd_sPostCode from the postcode field from the curUpdate cursor where the account codes match. UPDATE vw_contactdetails ; SET...
  2. MichaelHawksworth

    Office Automation using OLE etc

    For those of you going steadily up the wall trying to automate mailmerges etc. (particularly with Office XP) here is a good place to start. Also includes lots of examples for VC++ etc...
  3. MichaelHawksworth

    Listbox disabled items in multi-column listbox in VFP 8 SP1

    While prefixing an item with "\" disables the item (cant select it with mouse) it does not change the item to the disabled colours. Makes it a little difficult for the users. At least as far as I can tell! Regards Regards Michael Hawksworth
  4. MichaelHawksworth

    Re: Possible VFP 8 Bug Involving Collections (For Each)

    This is an artical posted by Randy Pearson that pretty much details the above. While I haven't tried it I would guess that adding your own 'get' methods would work as well. http://www.west-wind.com/wwthreads/ShowMsg.wwt?MsgId=0Y40USMEN Regards Regards Michael Hawksworth
  5. MichaelHawksworth

    covariant return value

    My nice token factory code has gone belly up following a move to .net (2003). I get a message saying covariants aren't allowed in .net. Q240862 says this is fixed in .NET! Does anyone know if this will work or if there is a patch? Ta Regards Michael Hawksworth
  6. MichaelHawksworth

    VC++.net 2003 Debuger hangs

    If I compile and run a program without the debugger I have no problems. If I use the debugger the program hangs my machine (XP Pro) before it reaches the first breakpoint (even if this is on the first line in main). I can find the odd reference to others with this problem but not fix etc. Any...
  7. MichaelHawksworth

    VFP8 Upsizing wizard

    I am getting a bulkinsert error using this. Is this the same problem that was fixed in 7 and they have re-introduced it? Regards
  8. MichaelHawksworth

    8.0 Problems with builders

    I am getting numerous errors from the builders in the new version (combo box etc) that say backup copies already exist plus other messages. When these fail you loose the item you had called the builder on. I cant find any references to this anywhere else so I guess it is my config etc. Anyone...
  9. MichaelHawksworth

    vfp8r.dll error in Windows 98

    I am getting a corruption error for the abobe in Windows 98SE, anyone encountered similar? Thanks
  10. MichaelHawksworth

    Shring Violation after move from Netware to 2000 server

    First user can do anything, then there seems to be a problem with one of the subsequent people. I have set read only on the foxuser.dbf/fpt and the foxro/prox/r.exe files even thought they weren't on the Netware server. As far as I can tell there is no operational difference between the two...
  11. MichaelHawksworth

    VC++.Net How do I find the IP address of the PC running the program

    I need to find which subnet laptops are on before running an update program (certain subnets are dialup and so shoving over xxxMB is not a viable option). How do you get the number in .Net? Cheers

Part and Inventory Search

Back
Top