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

    use CustomFunctionController to add Repository Custom Function to a re

    I would love to know how to add a Repository Custom Function to a reportclientdocument - If this is possible? I need to know how to instantiate an object of type Custom Function from the enterprise repository or get a list of available custom functions. The following code takes a "custom...
  2. NicoleM

    Search Collection

    What is the most efficient method to search through a collection? (in this case the dropdownlistbox's item collection) for a PARTIAL match of a string ie if the collection has 4 items: 1. House 2. Egg 3. Bannana 4. Bat so If I search for Ba I would like 3 returned as the index and if I search...
  3. NicoleM

    Sharepoint Object Model + Accessing Survey Results (Rating Scales)

    I am accessing values of survey on a site in Windows Sharepoint Services using the Object model. I have written an aspx page and placed it in the _layouts directory. I am able to access various lists and their values such as a "choice" question where the user is given a number of checkboxes...
  4. NicoleM

    Best method to access Sql Server on Intranet?

    Hi there, I would like some advice, I would like to create a frontend for a Sql Server Database (or even Ms Access if this would be faster - accessing records I mean) Basically I need to rewrite the current system which is an ADP used to access a Sql Server Database. The reason for the rewrite...
  5. NicoleM

    Detect Modified records in Table from VB?

    Hi! I would like to know what the best method would be to detect whether records have been added / modifided to a database table (SQL server) from a visual basic application (not residing on the server hosting the database) Regards, Nicole
  6. NicoleM

    Tough e-mail Question - exchange

    Hi all, I have a BIG problem, I would like to send mail messages using exchange (via vb + mapi) which I have managed to do if I am logged on to the domain im on. however I cant gaurentee that the pc will be logged on to the domain when I want to send the mail, and afaik I have to create an NT...
  7. NicoleM

    telnet dangers

    Hi all Are there any dangers in opening a telnet session to send information to a windows socket? I mean the data sent is not secret, just a trigger for a windows process. The Unix box wont be able to be exploited in any way? Thanks
  8. NicoleM

    Tips for creating a Flat File?

    Hi can anyone give me any tips on the structure of a text file which will be used to store data? thanks!
  9. NicoleM

    Detect File Modified

    Hi I would like to know which would use up more system resourses? My aim is to detect when a file has been modified... a) Creating Watched Folder with FindChangeNotification b) Polling using a timer and checking whether the file has been modified. Thanks
  10. NicoleM

    Database Q for experts

    hi I have a situation where a database is constantly updated with new records - no records are deleted, only added. I may not modify the database. The added records need to be copied to another system. how can I keep track of which records have been copied to the other system, as I may not...
  11. NicoleM

    VB connection to Linux DB

    hi Anyone know of a way that a database on a linux box can be accessed by visual basic running on a windows box? If not - I heard there is visual basic for linux - are the exact same components available to windows vb available for linux or do they have to be created? Linux Db + VB????
  12. NicoleM

    connect to Linux DB using windows VB?

    hi Anyone know of a way that a database on a linux box can be accessed by visual basic running on a windows box? If not - I heard there is visual basic for linux - are the exact same components available to windows vb available for linux or do they have to be created? Linux Db + VB????
  13. NicoleM

    Windows CE and Vbscript

    Hi I was wondering if anyone knows whether vbscript can be used in windows CE - I am working with pocket pcs and would like to know if a filescriptingObject exists for windows CE?

Part and Inventory Search

Back
Top