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

Search:

Type: Posts; User: kristine2002

Page 1 of 5 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    2
    Views
    1,261

    Export data to text file

    Does anyone knows how to export data from SQL to a text file and excel?
    I really need you help badly.
  2. Replies
    0
    Views
    490

    Crystal RDC

    I read from other forum that another way of using crystal in VB6 is by using RDC. My problem is how can i add RDC in VB environment? Some say its easier if crystal report is embeded in VB6, i can...
  3. Replies
    579
    Views
    647,254

    recordset as datasource of crystal report

    Im using Crystal report 8 and VB6, my problem is how can i make the Crystal report get the record from the recordset i made. The problem is when i run the report it shows all the record from the...
  4. recordset as datasource of crystal report

    Im using Crystal report 8 and VB6, my problem is how can i make the Crystal report get the record from the recordset i made. The problem is when i run the report it shows all the record from the...
  5. Replies
    0
    Views
    388

    datagrid dolumn focus

    I have a datagrid which i use for entering the item information.

    On the first column i have item no, which i want to validate if the item no entered is a valid number by checking the item table. ...
  6. Replies
    2
    Views
    656

    validators and buttons

    Hi! Im using several validators on my web form which accept inputs for User Profile. I have 2 buttons, one is the submit button and the other one is view button use for viewing all User's from a...
  7. Replies
    1
    Views
    461

    check cookies

    1.) Is there a way i can check if a cookie was created in a particular session?

    2.) Does anyone knows the easiest way to check if a user was logged in or not before opening a page?
  8. Replies
    0
    Views
    562

    dropdownlist search

    I have a dropdownlist on my web form and is populated by invoice no. Is there a way that when i type a a value, the dropdownlist will automatically search the list while i type?

    Sample:
    ...
  9. Replies
    1
    Views
    833

    how to search dataset?

    Since ado.net is a disconnected connection. how can i search a particular record if it is existing already in a dataset without opening another connection?

    Thanks in advance. I need it ASAP...
  10. Replies
    1
    Views
    1,032

    appear landscape

    Can anyone help me with this? How can i adjust the report layout during desing time to landscape? This is the only problem i have now.

    Thanks in advance!!!
  11. Replies
    1
    Views
    1,032

    wider crystal report page

    Hi guys!!!
    Is there a way i can widen the report page during design time?
    What is the maximum width of the report page?

    Thanks a lot!
  12. Replies
    3
    Views
    1,131

    Hi!!! Where should i put those codes? I tried...

    Hi!!! Where should i put those codes? I tried putting it on the textbox keypress event but it only display the word (TAB) on the text box.
  13. Replies
    3
    Views
    1,131

    enter key like tab key

    I'm looking for an easy way to treat all 'Enter' Keypresses as a 'Tab' keypress.

    I want to move the focus to the next textbox after the user press enter just like the tab key. Any idea?

    ...
  14. Replies
    1
    Views
    729

    crystal report and dataset

    Hi !!!
    Is it possible to use the dataset i use in my program as a source for my crystal report?

    I have this routine in my program that fills up a dataset and i did some manipulation in it. Can i...
  15. Replies
    2
    Views
    1,073

    radiobutton binding

    Hi!
    Does anyone knows how to bind radiobutton to a field?

    I have a field that only have two possible value like 1 and 2. I want to bind this field to my radiobutton. for example if the field has...
  16. Replies
    0
    Views
    391

    report layout

    I new in VB.net and im making a report using crystal report. My problem is how to make the report orientation, landscape? And, how to use pass a parameter on the report?

    Thanks!!!!
  17. Replies
    0
    Views
    870

    crystal report and udl file

    Anyone knows how to use UDL file in crystal report in VB.net?

    I need this one badly thanks!!!
  18. update, add and delete

    Can be more specific on how to update, delete and add?

    I have a datagrid in my form but i cant transfer the changes i made from datagrid to SQL table.

    Can anyone, show me an example? I tried ...
  19. Replies
    1
    Views
    721

    how to update the datasource?

    hi im new in vb.net and i cant save the changes i made in the tables.

    Is there anyone who can help me how to save the changes i made? I read some article about this already and it says use the...
  20. Replies
    1
    Views
    1,555

    msderun.dll

    I have problem installing the application i made in one workstation. These error showed up,

    error 1304: Erro writing to file C:\winnt\system32\msderun.dll. veryfy that you have access to that...
  21. Replies
    0
    Views
    633

    Crystal report in vB.net

    Hi Guys!!!

    Im new VB.net and i want to use crystal report. Is there a website you can suggest so i can learn how to use crystal report in VB.Net

    Thanks,
  22. Replies
    3
    Views
    842

    Thanks a lot guys!!! you gave me an idea.

    Thanks a lot guys!!! you gave me an idea.
  23. Replies
    3
    Views
    842

    copy and insert row from excel

    Can anyone tell me how to copy number of rows from an excel worksheet and insert those rows on another worksheet using VB?

    I know this i possible but i dont know how. Can anyone help me?
    ...
  24. Replies
    1
    Views
    455

    date on each page

    How can i put date which is coming from a field in the table to appear on each page. The date varies depending on the record shown.

    textboxes is not allowed on page header only labels.

    Thanks...
  25. Replies
    9
    Views
    1,067

    Thank you so much.:) :)

    Thank you so much.:) :)
Results 1 to 25 of 116
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured