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: *

  1. JaseUK

    Implements doesn't work!!! :(

    Wil, Many thanks for the reply and email. I now fully understand how the implements model is designed to work. This has certainly cleared things up and I think I know how to make the necessary changes... No doubt I will get stuck again though... Jason.
  2. JaseUK

    Implements doesn't work!!! :(

    Dear all, I am having a problem writing a few objects in VB. I have created an "interface" class containing a few public routines. I am trying to achieve polymorphism in VB so that each of my classes that "inherit" (using the Inherits statement) some standard functionality...
  3. JaseUK

    Inheritance in VB

    Wil, Thanks for the info - sorry for creating another thread - they are pretty much identical. Could you just clear up for me what you mean by the "embed and wrap style" and how I go about programming it. TIA, Jason.
  4. JaseUK

    Inheritance in VB

    Dear all, As far as I can see the implements statement in VB allows you to specify a prototype/interface for a class and nothing more unless you deal with the call in the class that inherits the code and then call the code in the inherited class. What I need to do is this: I want to be able to...
  5. JaseUK

    Interface confusion...

    Dear all, I am writing an ActiveX DLL that conatins objects for accessing a database. The hope is that it will ultimately provide a set of objects for developers to use when writing applications that integrate with our system. So far I have organised it thus: Each object contains properties...
  6. JaseUK

    RAM Drives

    Is it possible to setup a RAM drive under Win 2K? It was possible under 98 using ramdrive.sys - any software required to do it now!? TIA, Jason
  7. JaseUK

    Object Orientation - High Level a good idea?

    Montrose: Thanks for the great advice (many-tomany relationships using one table to store all IDs). Can you (or anyone else!) help me with one more thing... I am writing a database in Access, then a layer of objects in VB to make using my database and writing applications for it much more...
  8. JaseUK

    Using "OR" relationships with many tables.

    That is EXACTLY what I needed to know. MANY thanks. Seems a bit of a complicated way to implement it - but then again Access always manages to surprise me...
  9. JaseUK

    Using "OR" relationships with many tables.

    Dear all, I have the following four tables: Contacts, Companies, Addresses, TelephoneNos. They all have autonumber ID fields and are all joined to a table called Link which itself has an autonumber ID. I want to be able to join say: ContactID and CompanyID. Then another row with a ContactID...
  10. JaseUK

    Who created this instance?

    In VB is there anyway of telling WHO created "this" instance of an object? ie: Was it publically created or was it created by a friend? Short of adding a friend property that can set a flag to indicate whether or not this was the case?
  11. JaseUK

    Methods available according to state

    Dear all, Can someone tell me if it is possible to alter the visibility of the methods in an object (public/private) according to the state of the object? Or do I just have to put code to handle this in each method? eg: When the connect method is called in my object I would like to add extra...
  12. JaseUK

    Netware, ODBC and ASP !

    Hosting the database on a server across a network is not recommended as a bottleneck will almost certainly occur when the ODBC tries to access the data (at least for the first time - caching and connection pooling may help out later). If you are looking for HIGH performance, put the database on...
  13. JaseUK

    Netware, ODBC and ASP !

    Mapping the UNC path to a network drive will always solve this problem!
  14. JaseUK

    Groupwise SMTP relay

    Dear all, I have disabled relaying in Groupwise 5.5 and understand that the Groupwise SMTP server accepts messages for posting from anyone who connects to it without challenging them and forwards them to the postmaster as undeliverable items. It would seem to me that over time people have come...
  15. JaseUK

    SMTP relaying

    Thanks. This is what I thought :(
  16. JaseUK

    SMTP relaying

    Yeah, You need to use Groupwise View in NWAdmin to disable relaying - its under the SMTP button tab (I think...) Useful information about disabling SMTP relaying for most email servers can be found at: www.whitehats.com/papers/mailrelay/repair-mailrelay.html Hope this helps Jason
  17. JaseUK

    SMTP relaying

    As an addition: the reason I have a problem with Groupwise NOT interupting is that some of these emails contain attachments and that consumes our limited bandwidth very quickly. Sometimes all 4 running receive threads are taken up solely with SPAM mail.... Not nice... :( One thought: I thought...
  18. JaseUK

    SMTP relaying

    Thanks for the reply. Though this would solve the problem my main concern is that unless the Groupwise SMTP server stops them from actually sending the message. eg: when the command RCPT TO: xxx@mydomain.com is sent to the server it should verify that mydomain.com is valid (one of the domains...
  19. JaseUK

    SMTP relaying

    Dear all, I have disabled SMTP relaying using Groupwise View from the Console but although it has stopped relaying messages Groupwise stills seems to accept mail addressed for people of domains that are not registered with Groupwise. It does not relay the mail, but it does still accept the...
  20. JaseUK

    Adding NT servers to NDS !AND! Time Syncronisation

    Dear all, I know it's a bit strange to reply to your own post... but I have just read the forum in more detail (should have done before hand really...) and found the following answers. If anyone has any other suggestions I would be very interested! 1) #NET USE \\NTSERVER\E$\DATA...

Part and Inventory Search

Back
Top