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

Search:

Type: Posts; User: jonah_taxt

Page 1 of 4 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    1,592

    ODBC is not recognized

    Hi everyone. I recently installed IIS on my computer. The OS is XP Pro. The problem is:

    When I create a new ODBC, the script (asp) doesn't recognize or find the new ODBC. I've double checked...
  2. Replies
    2
    Views
    695

    Re: can't connect through ODBC

    Hey Tib. I'm having the same problem. I have my ODBC correctly configured, but whenever the ASP script tries to use the ODBC, the system doesn't find the ODBC.

    How did you fix your problem?
  3. Replies
    2
    Views
    1,348

    Re: Show excel file in browser

    Thanx for you reply Dr. Script. That's exactly what I want, to show the excel file as a borwser window.

    Thanx again
  4. Replies
    2
    Views
    1,348

    Show excel file in browser

    Hi everyone.

    I have this excel file that I want to show to the users when they click on the hyperlink. The thing is that I don't want the browser to open the file in Excel, I want to show the file...
  5. Replies
    0
    Views
    938

    Help Please!!!

    Hi everyone, I posted the count manually post but, I think that clearing things up could help a lot more.

    I have a table (Informix), I have a field called obsolete which contains the product...
  6. Replies
    2
    Views
    1,292

    Re: Count records manually

    Thanx for your reply kristyw. Im using informix, I'm not quite sure I can use the decode function, or is it a CR function?
  7. Replies
    2
    Views
    1,292

    Count records manually

    Hi everyone, I'm a newbie with this Crystal Reports thing and I was wondering if there is anyone who can help me.

    My table has a field named obsolete, depending on the type of "obsolete" I would...
  8. Replies
    1
    Views
    520

    Re: Change DataGrid Headings

    You have to use a datatable style to change the heading of a column. I'll post some code later for this
  9. How to create a datetime picker in a datagrid column

    Hi everyone. I found a way to create a datetimepicker column like in msdn. Now my problem is that, whenever I try to create a new row in my grid, I get the "Cast from type DBNull to Date is not...
  10. Re: How to add a column of type DateTimePicker in .NET?

    There is an example in MSDN

    Here is the link
  11. Replies
    1
    Views
    521

    Get row from datagrid

    Hi everyone.

    Does anyone know how can I retrieve data from a DataGrid. The thing is that I don't want to bound the grid to a dataset. What I want to do is to get the rows the user inserted to...
  12. Replies
    1
    Views
    853

    Data Grid text box validation

    Hi everyone. I'm using a datagrid to insert, update and delete records in a database. My Primary Key consists of one letter and three digits. What I want to do is to validate the ID text box in the...
  13. Replies
    5
    Views
    1,184

    Re: Tab Order Wrong

    Thanx everyone. I did the ordering with the mouse and still had no luck, I used Willcast's trick and finally... I have the correct tab order. I still don't get what was wrong with it but, I finally...
  14. Replies
    5
    Views
    1,184

    Re: Tab Order Wrong

    Thanx Boumxyz2. That's exactly what I did, the problem is that it isnĀ“t working.
    Here's the picture:

    http://www.transteck.com/images/taborder.jpg

    Please help!!

    Thanx for your replies ...
  15. Replies
    5
    Views
    1,184

    Tab Order Wrong

    Hi everyone. I've created a form which has a lot of textboxes, labels, a groupbox and three buttons. I've established the tab index, but when I load the form, the tab index isn't correct. Does anyone...
  16. Replies
    0
    Views
    366

    DateTime Picker in DataGrid

    Hi everyone. I've been searching for a way to create a column in a datagrid that contains a datetime picker. Does anyone know where can I find an answer?

    Thanx for any replies :wave:
  17. Replies
    5
    Views
    631

    Re: Customize Datagrid

    Yep, I forgot to mention that I'm using an Access Database
  18. Replies
    5
    Views
    631

    Re: Customize Datagrid

    It didn't work. There was an error in the adapter when I tried to fill the DataSet :(
  19. Replies
    5
    Views
    631

    Customize Datagrid

    Hi everyone, I'm a newbie to this whole .Net world and I was wondering if you could help me a little.

    I've created a Typed DataSet from Scratch using the .xsd schema designer from Visual Studio...
  20. Replies
    3
    Views
    576

    Re: Form resizes

    Yep it did but, another problem appeared. When I download the main windows the whole application minimizes, when I resize the mdiform, the "child" (which is not programmed as a child) looses focus so...
  21. Replies
    3
    Views
    576

    Form resizes

    Hi everyone. I'm using a MDIForm with my project. The problem is that when I load another form the one on the background resizes. I used the Deactivate event on the background form but then I loose...
  22. Replies
    5
    Views
    1,726

    Re: Use DLL to fill ComboBox

    Thanx a lot guys!!! :D That Worked!!!! :thumb:
  23. Replies
    5
    Views
    1,726

    Re: Use DLL to fill ComboBox

    Wel the DLL did compile, but when I call the procedure from the main application, there is an error:

    Error 424
    An object is required

    This is the way I call the procedure:


    Call fillCombo...
  24. Replies
    5
    Views
    1,726

    Use DLL to fill ComboBox

    Hi everyone. I'm trying to create a DLL to fill a ComboBox.

    Code follows:



    public sub fillCombo (getCombo as combobox, query as string)


    I'm getting the data from a Access Database....
  25. Replies
    2
    Views
    599

    Re: ReDim checkbox array

    Thanx a lot WizBang. :thumb:

    That solved my problem
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured