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 SkipVought 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. ahaboub

    assign 2 categories

    i was able to duplicate my code, and it worked fine.
  2. ahaboub

    assign 2 categories

    is it possible to do it using the getCategoryTemplate ?
  3. ahaboub

    assign 2 categories

    Using Web Services, what is the process of assigning 2 categories to an existing node?
  4. 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...
  5. ahaboub

    Web service: assign category

    great and charming thank you appnair
  6. ahaboub

    Web service: assign category

    appologies appnair, i guess i didnt read the code to the end, i will test it and reply on monday, please ignore my previous message regards,
  7. ahaboub

    Web service: assign category

    appnair, i really appreciate the time you are dedicating. i reviewed your code (didnt test it yet), but as i see, you are creating the document and assigning the metadata (category) with the same function. that is great, but what i needed is that i have a document already existing in CS, with...
  8. ahaboub

    Web service: assign category

    hi appnair, i checked the link, but it seems i do not have enough access on the Content Web Services inside it... if you can paste your code here, this will be great and thank you a lot for all the efforts you are doing
  9. ahaboub

    Web service: assign category

    hi appnair, do you have any updates? i will really appreciate it. regards,
  10. ahaboub

    Web service: assign category

    hi appnair, thanks for your reply. my code only works when the category is already assigned to the document, so it only updates the attributes... if there is no category assigned this will not work. here is my code: public string AssignCategory(string sessionID, string categoryID...
  11. ahaboub

    Web service: assign category

    yes, i have access. but didnt find any example for assigning to an already existing document in CS.
  12. ahaboub

    Web service: assign category

    how to assign a category to an existing document in CS, using web services?
  13. 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...
  14. 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...
  15. ahaboub

    LAPI retrieve attribute names programmatically

    thanks, i figured it out. please close the thread.
  16. 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.
  17. ahaboub

    LAPI date attribute

    ok, thanks for your time
  18. ahaboub

    LAPI date attribute

    by the way, when i tried all the attributes together, the category is not assigned to the document, so i just changed the attribute values type to LAPI_ATTRIBUTES.ATTR_TYPE_DATE for the date attribute, now the category is assigned to the document, but the date attribute is not taking any values!
  19. ahaboub

    LAPI date attribute

    appnair i tried it, it worked only when submitting the date attribute alone, not with the other attributes when submitting all of them together, it is not working!!
  20. ahaboub

    LAPI date attribute

    appnair, I will try your code tomorrow... in fact, i used the same approach for updating a date attribute in a workflow, and it is working

Part and Inventory Search

Back
Top