Search:

Type: Posts; User: weisi

Page 1 of 9 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    643

    Re: Problem with Crystal report

    Do I have to recompile my vb application whenever I add new fields or text to the crystal report? :)
  2. Replies
    5
    Views
    643

    Re: Problem with Crystal report

    Please advice... what do you mean by reference set? :)
  3. Replies
    5
    Views
    643

    Re: Problem with Crystal report

    What I facing is that I open the report and edit then save. Then when I want to view the report from the application, nothing happens when I click. No error msg nothing. :)
  4. Replies
    5
    Views
    643

    Problem with Crystal report

    I have an issue here, I was given a project which report is written using earlier version of Crystal report (Seagate I think). But im currently have Crystal Report version 11. When I edit the report...
  5. Replies
    3
    Views
    1,355

    Re: How to add new fields in crystal report 11?

    Ya, it is a new field which I do not have in the crystal report. Please guide me...:)
  6. Replies
    10
    Views
    747

    Re: Customize Msgbox

    May I know what do you mean by show it as modal? :)
  7. Replies
    3
    Views
    1,355

    How to add new fields in crystal report 11?

    Hi, how do I add a new field in the crystal report? Im using crystal report 11. Please advice... :)
  8. Thread: Help with these?

    by weisi
    Replies
    2
    Views
    342

    Help with these?

    Hi, I have a form with a combobox, a textbox and a command button. What I need is to perform something like this :

    When the user click on the command button, it will check that if either...
  9. Replies
    5
    Views
    422

    Re: How to open connection?

    Any examples? :)
  10. Replies
    5
    Views
    422

    Re: How to open connection?

    Anyone please advice? :)
  11. Replies
    62
    Views
    87,313

    Re: ADO Beginners Tutorial

    Im using a password protected access 97 db. Why am I getting this error? :)
  12. Replies
    5
    Views
    422

    Re: How to open connection?

    Thanks! I read it and I used the codes. Im getting a little problem here. I have combobox1 and text1. The user can select the records to be update through Combobox1 and the text1 will also show the...
  13. Replies
    5
    Views
    422

    How to open connection?

    Hi, Im using an access 97 database, may I know how can I open the connection to this database using ADO? So I can edit the data inside the database.
  14. Replies
    2
    Views
    341

    [RESOLVED] Problem with adding new records

    Im using an Access 97 database, when I tried to add a new record in the database manually, which means I open up the access database and table and type in the records myself, it gives me a message as...
  15. Replies
    7
    Views
    705

    Re: Msgbox yes or no to exit?

    Thanks for all the quick replies and help! :)
  16. Replies
    7
    Views
    705

    [RESOLVED] Msgbox yes or no to exit?

    Hi, what I need is that when the user click on the exit button, it will prompt a msgbox with a yes and no button and ask user "Are you sure you want to exit?" if click "yes" then exit application, if...
  17. Replies
    7
    Views
    511

    Re: Linking 2 tables from 2 different database?

    Do you mind teaching me or guidde me through on how to create link table? :)
  18. Thread: JOIN statement

    by weisi
    Replies
    4
    Views
    468

    JOIN statement

    May I know is there any examples for the JOIN statement to detect records in different tables? :)
  19. Replies
    2
    Views
    1,008

    Resetting the autonumber in access database.

    Im using access 2000 database for my application, and I have a field for auto number, but when ever I delete the records, the auto number does not reset, it will continue. How can I reset the auto...
  20. Replies
    7
    Views
    511

    Re: Linking 2 tables from 2 different database?

    Both the database is access db, 1 is 97 and the other is in 2000 format. I need to link the fields from the 2000 access db to the 97 db. There are 2 fields required, the serial number and value. In...
  21. Replies
    7
    Views
    511

    Linking 2 tables from 2 different database?

    Hi, I have a problem here, I have two database, 1 uses DAO and the other uses ADO, is there anyway which I can link the two tables from these two database? I need the information from one to the...
  22. Replies
    7
    Views
    764

    Re: Error resume next?

    Thanks for the reply..... so you are saying that in this case. If there is an error in :

    If KeyAscii = 13 Then
    txtname.SetFocus
    End If

    then it will go to the next line which is :

    End...
  23. Replies
    7
    Views
    764

    Error resume next?

    I have the following code, one questions..... what does the "On Error Resume Next" do or mean? Please advice... :)
    Private Sub limit_KeyPress(KeyAscii As Integer)
    On Error Resume Next
    If...
  24. Replies
    1
    Views
    477

    Detecting com ports?

    Hi, may I know is there any codes to auto search for connected com ports in my application? So if com 1 is not connected, it will go to com 2 and so on. Please advice... :)
  25. Replies
    17
    Views
    425

    Re: Problem with database

    Ya, found out that the version on the new system is not the latest version of Jet 4.0.
  26. Replies
    17
    Views
    425

    Re: Problem with database

    Im installing on an XP os system. So do I have to run the setup the latest jet driver to the system which Im installing my application to? :)
  27. Replies
    14
    Views
    797

    Re: Whats the problem here?

    Thanks alot! Please cc to the email that I have PM you as well. Thanks alot for your effort. :)
  28. Replies
    14
    Views
    797

    Re: Whats the problem here?

    I didnt recieve ur email... please send it again.....sorry for the trouble. Will reply to you if I have recieve it. Thanks! :)
  29. Replies
    14
    Views
    797

    Re: Whats the problem here?

    Here's my project.....please feel free to have a look and advice where is the problem and correction needed..... :)
  30. Replies
    4
    Views
    596

    Crystal Report Help...

    Is there any tutorial or threads which I can refer to how to use Crystal Report? Getting the fields from the database, the connection to database, printing....etc...) Please advice... :)
  31. Replies
    2
    Views
    427

    Re: Help please...

    Is there any sample or examples which I can select, open and close a port in my system? :)
  32. Replies
    12
    Views
    815

    Re: how to make Reports in vb

    Add a datareport and data environment to your project.

    :)
  33. Replies
    12
    Views
    815

    Re: how to make Reports in vb

    If not you can use datareport which is built within VB. Fairly easy to use as well.

    :)
  34. Replies
    14
    Views
    797

    Re: Whats the problem here?

    Sorry guys....my code for each of the buttons and label is as follow:

    FrmList :

    'Add label

    Public Sub AddLabel_Click()
    With frmMain.ContactTable
    .AddNew
    !Fname =...
  35. Replies
    14
    Views
    797

    Re: Whats the problem here?

    Ya.....I do have one :

    Private Sub Command1_Click()
    If Changes = True Then UpdateMe: MsgBox "Updated!", vbExclamation, "Updated"
    End Sub
  36. Replies
    14
    Views
    797

    Re: Whats the problem here?

    Im sorry if I have made any confusion..... my situation is like this :

    I have a form (list) which have a listview showing all the names of the contacts that are in the database, and there is a...
  37. Replies
    14
    Views
    797

    Re: Whats the problem here?

    I just "unload me" when I click on close. And this :

    Public Sub OpenContact(Name As String)
    Dim X As Integer
    Dim Another As New frmContact
    Dim YearDiff As Integer

    'Check if...
  38. Re: Scrolling text of a label's caption in a form

    I tried using these codes :

    Private Sub Timer1_Timer()
    If Label1.Left = Me.Width Then
    Label1.Left = 0
    Else
    Label1.Left = Label1.Left + 5
    End If
    End Sub
  39. Replies
    14
    Views
    797

    Whats the problem here?

    Hi, I have the following code. When the user click on add label, it will show a form for them to add their info and then they will have to click on the update button to store the records. But now the...
  40. [RESOLVED] Scrolling text of a label's caption in a form

    Hi, how can I make a text of a label's caption to scroll from either left to right or vice versa in a form? And it will scroll to the full form width. :)
Results 1 to 40 of 350
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width