CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: snehal G

Search: Search took 0.06 seconds.

  1. Replies
    579
    Views
    648,087

    changing the field data in the report

    hi
    i am preparing a report which contains values -1 and 0
    if value is -1 it is to be replaced by string pp
    else it should be blank. the field name is papercode. how can i do this?
    thanks
  2. Replies
    1
    Views
    686

    crystal report

    Dear Sir,

    I have one doubt in crystal report can you plz help me to solve that .I want to print a Hallticket which will contain

    Brach & Year:___________ ...
  3. Hello thanks for sending the reply I tried...

    Hello
    thanks for sending the reply
    I tried above code
    .But still it inserts -1 & 0 only.
    I want to set the format using front end.
    kindly help me for this
    thanks
  4. Setting the format property using create table query

    Hello Friends
    I am creating a table using create table query(using the back end - Ms access). My table contains boolean fields.
    i am executing following code.

    option explicit
    dim y as...
  5. Replies
    1
    Views
    2,212

    boolean field in create table query

    hello
    i am writing a query to create table which contains boolean fields
    i tried following code but getting syntax error.

    con.execute "create table exa (boolean...
  6. Replies
    0
    Views
    477

    boolean field in create table query

    Hello
    I am writing a query for creating table. My table should contain 2 boolean fields.
    I have tried following code but getting syntax error
    con.execute (boolean paper ('TRUE','FALSE'),...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured