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

    HTM/HTML files do not open w/ IE

    I'm using IE6sp1 on Win2k. Somehow, my html file association got messed up and now I can't open the files w/ IE by just double-clicking on them. I tried "Open With.." but that didn't retain the association. Albert Cobacha
  2. albertdc

    E_FAIL & Null errors in VFP6 via ADO/ODBC

    1. My VFP6 app runs on XP and can consume VFP data & SQL. But, on several instances, I encounter E_FAIL errors in ADO when the app tries to rs.addnew(). Any idea how to resolve this? 2. The same VFP6 app also encounters "check state" errors when adding records on some tables. I noticed that the...
  3. albertdc

    statement too long

    I'm trying to determine the max length allowable for a sql query. The query form is SELECT * FROM table1 WHERE cfield1 IN (...) The above query is partly constructed by a UDF. The UDF supplies the WHERE clause from list of keys in a cursor. The list can grow, and when it does, I get the...
  4. albertdc

    Insert Comment with Date

    Currently, I have a SHIFT+CTRL+D macro assigned for this in default.fky with the ff. "&&{SPACEBAR}MyName{SPACEBAR}<<DATE>>". However, I'd like to expand "<<DATE>>" to the actual date. How can this be done in VFP6? Thanks!
  5. albertdc

    Error C0000005 on CALCULATE CNT() of a large table

    The error always occurs at the same point of the code with the same table involved.
  6. albertdc

    VFP Citrix Problem: Class Definitio Session not found

    Citrix box has vfp6 sp5 and vfpcom. Local box has the same. Local app was running fine but when placed in Citrix and run from a client machine, "Class definition SESSION not found" error occurred. What's also puzzling is that when running the citrix app from the vfp window and debugging the...
  7. albertdc

    Detect if app is running on Citrix

    Anyone know of a way for a VFP app to detect if it is running on a Citrix session? Thanks, Scott
  8. albertdc

    Problem with oleBoundControl.DoVerb(0) in viewing General field

    The general field contains various filetypes. As common means of viewing/opening the files stored, I use oleBoundControl.DoVerb(0). This used to work flawlessly. However, recently, we started having problems with several PCs not being able to properly view/open the files. I'm guessing this...
  9. albertdc

    Generic Way of Exporting General Field Contents to Files

    Our FPT file for the general field has already reach the 2GB limit of VFP. We now need to dump these contents into free standing files and just have a memo field that would point to these files. Note that types of the contents can be any of the ff: Popular image format (BMP, JPG, GIF, PCX...

Part and Inventory Search

Back
Top