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...
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...
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
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...
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...
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...
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.
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!
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!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.