parameter

  1. tonifirnandes

    Question Cannot Create New Paramter in Parameter Fields of Crystal Report

    Hello dear all the best programmer, i am so sorry for disturbing you again, finally i have could create thre report from crystl report in visual studio using vb . net programming language, but there is a problem again : i cannot creat new parameter ? actually the problem it's not i don't know...
  2. N

    Question Parameter Count Mismatch when Iterating Properties

    I have a function that I am using to iterate and display the names & values of all the properties of an object. Here is my current code: Private Function RequestFormValues(rf As NameValueCollection) As String Dim type As Type = rf.GetType() Dim properties() As System.Reflection.PropertyInfo =...
  3. lordbaddkitty

    Question Linq join on parameterized distinct key

    I'm trying to LINQ two tables based on a dynamic key. User can change key via a combo box. Key may be money, string, double, int, etc. Currently I'm getting the data just fine, but without filtering out the doubles. I can filter the double in VB, but it's slooooow. I'd like to do it in the LINQ...
  4. G

    Question Convert argument function in hastable

    Hi all, I try to convert names and values parameters of function into a hashtable. For name of parameter, it's ok, but not for value. In myhash, I would have: key / value param1 / value1 param2 / value2 There is a property to get default value of parameter (if optional) with...
  5. N

    Inserting Into Access Table - Parameter has no default value

    I am trying to do an insert into a table called Policy. I keep getting an error that says parameter @Split has no default value. To try and resolve the problem, I set the default value of the split field (of type text) in the Policy table to "0" in Access 2007. I am passing in the value of a...
  6. D

    How to include parameter value in report header using crystal report?

    Gud day! I'm creating a report using cystal report and vb 2008. The report goes like this: Printing all records from database within a period of time. Now my problem is I want in my report header a text, which will be the title of my report, saying like this "All Patient Diagnosed from...
  7. N

    Datagrid based off SP with a parameter

    Hey everyone, I just started doing some coding in VB.Net with Visual Studio 2005. I need some help please! Basically on my form I have a new datagrid called DGBcs, I want this to populate with data from the stored procedure that accepts a parameter from another form. I would like the datagrid...
  8. T

    datasets, rdlc, filtering data....

    First Post.... I've built many reports based on many architectures ranging from web-based reports using java/struts, to batch reports using cobol. Super easy. I had control. Enter vb.net rdlc reports....I'm a little new to VS and vb.net I have built an entire standalone application building...
Back
Top