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

    Multiple inheritance

    Alright, i could just be an idiot, cuz i can't seem to find any help on the matter (i'm sure it's gotta be there, i just don't know where!!) (yo, forgive any syntax errors, i'm writing this fairly quickly..) The idea i have is this. Let's say i have a class clientbase DEFINE CLASS clientbase...
  2. androidc

    Which Error event will be called?

    I'm not sure exactly how to describe this problem, but i'll try my best... We have browwind.scx, a form that contains a grid only, which allows the user to browse and select records from a main table. When a user presses enter, or double clicks, it opens up another window (fiche.scx). Both...
  3. androidc

    GPF errors using HP Printer drivers

    Does faq184-2265 (How to prevent GPF error using HP printer drivers) apply to foxpro 2.6?
  4. androidc

    First record from a select statement

    After reading thread184-635869, it reminded me of something i noted once. The following produces strange (well, i think it's strange) results CREATE CURSOR blah ( name c(10) ) FOR i = 1 TO 10 INSERT INTO blah VALUES ("blah" + ALLT(STR(i))) NEXT _num = 0 SELECT name, nextnum()...
  5. androidc

    .HTMLBody for sending emails thru Outlook

    I've been working on a simple enough email procedure to send emails with outlook (see code below) Now, i've actually gotten it to work. It was the first thing i got to work. Then i worked on the CCs and the attachments, which now also works fine. But the emails are not sending as HTML. it...
  6. androidc

    Can i 'get latest' using code?

    At the office i'm at now, preparing an update is a multi-step process, with 'Get Latest' in sourcesafe is the first thing to do. I would like to automate this process. Is there a way to programmatically get the latest version of the files? More specifically, does anyone know how i could do...
  7. androidc

    Report Controls Toolbar and Report Designer

    Using our software, users can modify their own reports. However, it seems some of our users have decided to close their Report designer and/or report controls toolbar. If they go back into another report (or the same), the toolbar and the designer are going to be still missing. We've found a...
  8. androidc

    Checking who is using a file

    The software I'm working on right now can have multiple users. But each user needs a copy of a resource file, that we call RES___ On a network, there can be many users, each user will have a copy of the file RES___ which is named RES001, RES002, etc. When the user logs on, the file is...

Part and Inventory Search

Back
Top