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 Wanet Telecoms Ltd 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: cuaji
  • Content: Threads
  • Order by date
  1. cuaji

    MaskEdit and events

    Hi! Anybody know how to capture the KillFocus event -or any other like this - on the MS MaskEdit control? Other similar control is acepted too... Thanx, Cuaji
  2. cuaji

    Passing implementation objects as parameters

    I'd like to pass an object as parameter. For example, If I make this interface: ///////////////////////////////////////////// //Define the MyClass class #include "myclass.idl" interface sample { void MyFunction(in MyClass my_object); }...
  3. cuaji

    Source code for checking ANSI-SQL query is OK

    I need a routine for checking a standard (ANSI) SQL query is ok. I need it because I want be sure the sentence I'm gonna use to ask to my DB (Access, SQL, or whatever) are ONLY ANSI. Thanks Cuaji
  4. cuaji

    IDL to C++ - Constructors

    I've notice in IDL I can't declare a constructor. How can I simulate it? (IDL to C++)
  5. cuaji

    IDL - Directional attribute by default in functions

    It's possible to set a "by default" directional attribute (in/out/inout) in function's parameters? Cuaji
  6. cuaji

    IDL - User Defined Datatypes in functions

    I'm using IDL to C++ I would like to use UDT (user defined datatypes) in functions, as parameters or return types. How could I do it? Cuaji
  7. cuaji

    IDL to C++ - Overloaded functions

    I'm compilating IDL to C++. How could I develop -or simulate it- overloaded functions in IDL? Cuaji
  8. cuaji

    IDL - Adding data members to interfaces

    How could I add data members to an interface? I've tried with "attribute" but it doesn't generate the data member, only the access functions. cuaji

Part and Inventory Search

Back
Top