Search:

Type: Posts; User: Coke

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    971

    Re: loading data to a crystal report one by one

    hmm. have you tried what ROBDOG888 suggested.? the source.?
  2. Replies
    12
    Views
    820

    Re: relationships=)

    ohoh. ic haha.i will give it a try =) . Thks. :thumb:
  3. Replies
    1
    Views
    411

    Re: help me.... please.....

    hmm sinongi, what kind of error are u facing? any screen shots.?
  4. Replies
    7
    Views
    971

    Re: loading data to a crystal report one by one

    hey niroshan2006, i tried using the refresh(coding) but i didnt work too. It just show the previous report right.? Mine did.
    Did you try the manual refresh button.?
    hmm. you are only using one...
  5. Replies
    12
    Views
    820

    Re: relationships=)

    i am using Microsoft Access. I am trying to link tables together so they can see each other data based on a primary key(or other fields if possible). The problem now is that i can somehow link them...
  6. Replies
    12
    Views
    820

    Re: relationships=)

    hmm. i think the problem now is more on the VB side ya. cause VB cant seem to recieve the updates that i have made. Do i have to like remap the directory of the database? Copy the database to other...
  7. Replies
    12
    Views
    820

    Re: relationships=)

    hmmm. i have successfully changed the relationship. I can see the link in my Access Database, but there isnt any change in the VB.
    How can i link the database properly to the VB.?
    Any one HELP!!
  8. Replies
    2
    Views
    829

    [RESOLVED] Where is the macro file store?

    I have alot of workbooks in My Documents. I think they are sharing one macro, can i know where this macro is store.? is there any common place where the macros are stored.?:) Sorry if the question...
  9. Replies
    12
    Views
    820

    Re: relationships=)

    that sounds right. haha. ok. i gonna try this, without the referencial integrity. After this, i would have to try and to display the correct data in CR. :p
  10. Replies
    8
    Views
    11,691

    Re: Tic Tac Toe [Source | Exe] 3 Different AI's

    i cant seem to play the game, when i click the box that i want to select, and error pops out, saying cannot find the "X".
  11. Replies
    12
    Views
    820

    Re: relationships=)

    thanks, Lord Orwell.
    Basically, you explained to me what are the different types of relationships to link tables right?
    I think i understand this part. :)
    What if 2 tables, both have primary keys,...
  12. Replies
    12
    Views
    820

    [RESOLVED] relationships=)

    How to relationships for database works.?
    Any conditions needed for datalink.?
    Care to explain anyone.?
  13. Replies
    3
    Views
    1,960

    Re: Problem calling crystal report from vb.net

    i have also seen that error while trying to figure out how to display my report on another server.
    Did u copy ur file properly onto the server?
    Do u want to try my code.?
    Because i used this and...
  14. Replies
    19
    Views
    6,234

    Re: How SERIAL NUMBER is inserted in Data Reports

    in the field explorer, there is this special field, expand it and look for record number, drag it into the section(details), it will then display in section(page header) and section(details). You...
  15. Replies
    19
    Views
    6,234

    Re: How SERIAL NUMBER is inserted in Data Reports

    in the field explorer, there is this special field call record number. drag it into the section(details), it will then display in section(page header) and section(details). You try. :)
  16. Re: Crystal Report Showing has some problems on another person's Computer

    Not sure abt that Asgorath. But i kinda solve the problem without really knowing how. haha :wave:
    shall put the code here.

    Private Sub logonToDatabase()

    Dim crTableLogoninfos As...
  17. Crystal Report Showing has some problems on another person's Computer

    I have no problem displaying the search results in my computer, but when i copy and paste the whole folder for the VB solution into a network drive in my company, another person from another Computer...
  18. [RESOLVED]Displaying of Details in Crystal Report!

    never mind abt the numbering. i deleted it. so no more problems for that. haha. ok.
  19. Replies
    2
    Views
    618

    Re: VBCrystal Report

    This is the code for passing the items choose at runtime for searching in CR! (edit accordingly to make it work for your program) :)



    ' Create report instance. This is the class added to your...
  20. Re: Displaying of Details in Crystal Report!

    oh btw, brucevde , i solve it with your method, displaying the fields in the group footer, but i added another group, so that for every month, every Company last Record will be display! :) but got...
  21. Re: Displaying of Details in Crystal Report!

    thks faizee :)

    ..SelectionFormula= "{Tbl.Date1} >= #" & Me.DatePicker1.selectedvalue & "#" and "{Tbl.Date2} >= #" & Me.DatePicker2.selectedvalue & "#"
    this code is type in the report.? and wad...
  22. Re: Displaying of Details in Crystal Report!

    er.. still not working. they do show the last record. but it shows the last record of every date. OMG!:eek2: :eek2:
    Ok. For example, my form prompts the user to choose the search range using a...
  23. Re: Displaying of Details in Crystal Report!

    hmmm. sounds logical. shall go try and reply asap. :duck:
  24. Replies
    15
    Views
    1,157

    Re: NEED HELP!! DAte RANGE in SQL

    hmmm. i dun see any @frontdate in your post, only @fromdate and @todate :eek2:
  25. Thread: Input Box

    by Coke
    Replies
    6
    Views
    749

    Re: Input Box

    if u want to make sure that theuser enters something valid in the inputbox, you can try adding in a do while loop. :eek2:



    dim strMakeSure as String
    Do
    Do
    Do
    ...
  26. Replies
    1
    Views
    692

    Re: Crystal Rpt with VS2005 Pro

    have u tried refreshing the report instead? :eek2:
  27. Replies
    2
    Views
    594

    Re: (SQL2005) Format date and currents

    u can try formatting the fields that you display at. :)
  28. Re: Displaying of Details in Crystal Report!

    so any coding needed anywhere for the grouping.? cos i tried grouping, and sort by month, they came out all the records for the month.
  29. [RESOLVED]Displaying of Details in Crystal Report!

    I want to know how to display only a record for a month if there alot of records in that particular month. For example, in the month of July, i have 3 records in my database, 12th of July, 21st of...
  30. Replies
    1
    Views
    1,877

    Re: Filtering Crystal Report using Combo box option

    I using VB.Net 2005, not sure wat version of the crystal report im using....:confused:
  31. Replies
    1
    Views
    1,877

    Filtering Crystal Report using Combo box option

    :wave: Hi, can any help with the following problem.....How to i filter Crystal Report using a combo option (e.g Company Name).
    And how to filter between Date FRom to Date To (e.g Date From 4 March...
Results 1 to 31 of 31



Click Here to Expand Forum to Full Width