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

    assign 2 categories

    Using Web Services, what is the process of assigning 2 categories to an existing node?
  2. ahaboub

    breaking page with rdlc report

    I am using the report rdlc with the reportviewer in VS 2010, i would like to break the page for my data by a specific column, i.e: lets say i have 3 columns, ordered by column1, whenever i have a new value in column1, i would like to start on a new page, as below: column1 column2 column3...
  3. ahaboub

    Web service: assign category

    how to assign a category to an existing document in CS, using web services?
  4. ahaboub

    LAPI search java

    i need to know if there is anything wrong with this function, the variable "results" is always { } whatever is the searchstring... public static void search(String wordName) { String searchString=""; searchString="(OTName : '*')"; LAPI_SEARCH search= new...
  5. ahaboub

    java class and plsql

    I am writing a java class that connects to a specific system, i would like a help on the best design. my class will be used in oracle, and i know nothing about PL/SQL... this is a brief on how my java class is: Class MyClass { public static mytype session; public static boolean login(string...
  6. ahaboub

    LAPI retrieve attribute names programmatically

    thread862-1581036 based on the code by Glenn Heyin how can we retrieve a specific node from the output result? lets say i want to extract all the attribute names.
  7. ahaboub

    LAPI date attribute

    Hello, Using vb.net, I am trying to upload a document, retrieve its nodeid, and then update its category attributes. Everything would work well without updating a date attribute. If i update the date attribute, i will not see the category assigned to the document (there is no exception also)...
  8. ahaboub

    web services client

    Hello, I am trying to learn how to connect to web services using javax rpc... where can i find online free webservices samples to test my connection?
  9. ahaboub

    DeleteRendition issue

    Hello, I am using the LAPI DeleteRendition function to delete document's rendition, the renditions are being correctly deleted (there is no more any rendition files in the rendition tag for the document version) but the issue is that the renditions are still appearing in the search result. do i...
  10. ahaboub

    Email Archiving for MS Exchange

    Hi, i cannot find the organizational forms library anymore, is there a way to re-create it in the archive configuration console? thanks
  11. ahaboub

    table key lookup

    i have a "table key lookup" attribute in a category, and i want it to read data from an external database (one residing on a different server) is there any needed configuration to do this?
  12. ahaboub

    delete mass groups in 1 shoot

    is there any way. how to? thanks
  13. ahaboub

    LAPI session

    Hi, I have created a small application with LAPI using vb.net. Now i am trying to enhance the code i have written. One of my issues is to disable multi sessions running from the same application. As for now, i can run two (or more) instances of my application at the same time, and that is what...
  14. ahaboub

    updating ldap attribute

    I am trying to update a ldap attribute from an excel list. is there any script/tool for that ? any help is appreciated. thanks
  15. ahaboub

    Excel cell reference

    Anyone has an idea about how to know where a cell reference is used? like i have a cell A1, i want a list of all cells that are using A1 as part of their functions. Thanks.

Part and Inventory Search

Back
Top