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

Search:

Type: Posts; User: techie

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    479

    Masked Edit Control

    Hi,

    Gurus. Has any one developed code to implement masked input on the lines of Masked Edit ActiveX control.

    Thanks for any source code.
  2. Replies
    3
    Views
    967

    Re: Crystall Report Control

    Thanks for the reponse. I do apologize for late reponse. Well,
    First the loop, well that's simplified version of the code that I am implementaing in my project. Anyway the loop is in their because...
  3. Replies
    3
    Views
    967

    Re: Crystall Report Control--Pls help

    Hello,

    Gurus. I fail to display a list of 20 reports one after another when the user request it in VB5.0 using crystal reports. I get all the reports one after another without any problem on one...
  4. Thread: Date Field:

    by techie
    Replies
    4
    Views
    779

    Re: Date Field:

    Sincere thanks for the reply, they were quite useful. But the issue is how can Crystal Report recognize the SQL statement and the Database related functions. Crystal report has its own syntax for SQL...
  5. Thread: No. of Objects

    by techie
    Replies
    1
    Views
    596

    No. of Objects

    Hi,

    All. Is their a limitation on the number of ActiveX controls that can be displayed or popped up from VB5.0, for instance is this valid code to pop up the crystal report control in the...
  6. Thread: Date Field:

    by techie
    Replies
    4
    Views
    779

    Re: Date Field:

    Sincere thanks for the reply. I had a close look at the functions that are provided with crystal reports, and I did'nt comes across a function that allows to format the returned date---its just...
  7. Thread: Date Field:

    by techie
    Replies
    4
    Views
    779

    Date Field:

    Hi,

    Database Gurus, may be too naive question but facing a problem with Date field when generating report(Crystal reports) on oracle database. Since oracle stores even TIME in date data type, so...
  8. Replies
    3
    Views
    967

    Crystall Report Control

    Hello,

    Gurus. I fail to display a list of 20 reports one after another when the user request it in VB5.0 using crystal reports. I get all the reports one after another without any problem on one...
  9. Replies
    2
    Views
    602

    Re: Disabling the Maximiza button on MDIForm

    Just a guess will it be okay, thwi will make form to be always in normal state.

    Private Sub MDIForm_Resize()
    If Me.WindowState <> 0 Then Me.WindowState = 0
    End Sub
  10. Replies
    3
    Views
    749

    Re: crystal reports, VB and text files

    I have seen this error and as far as I can remember, in addition to checking the menu option which is very important and referesh method whats alos palys a pivotal role is the selection formula and...
  11. Replies
    21
    Views
    6,664

    Re: i have a lib can help you

    Hi,
    Can I have this control pls at m_ameen4@hotmail.com. Thanks in advance
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured