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

Search:

Type: Posts; User: Cyrus

Page 1 of 11 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,296

    Re: sql convert function

    its working fine now,,, thank you very much
  2. Replies
    2
    Views
    1,296

    sql convert function

    greetings

    I used convert function in sql server with no problem, but when i try to use in in vb6 for my quiry it does not recognize the convert function

    vdate=cdate("30/01/2011")
    rst.open...
  3. how to move to 2nd row after populating MSflexgrid

    after populating the MsFlexgrid, how i can move to the cell in row 2

    thanks
    cyrus
  4. Replies
    0
    Views
    675

    sum selected group

    how I can sum a particular group

    say;

    grp A 15
    grp A 10
    grpb 5
    grpb 3

    totalgroup A 25
  5. Replies
    5
    Views
    674

    Additional Project

    Greetings,

    I have added a new project within an existing project, it looks like, the modules,components,references and dataevenironment from the first project are not being shared. (cannot be used...
  6. Thread: app auto close

    by Cyrus
    Replies
    4
    Views
    1,111

    app auto close

    greeting,

    how EXE can close by itself , if no activity on a certain period of time.

    thnks
    cyrus
  7. Thread: How Do I....

    by Cyrus
    Replies
    2
    Views
    858

    How Do I....

    is there a way to print SQL table and its Field names,

    10x
    cyrus
  8. Replies
    0
    Views
    635

    datareport suppress

    greeting Gurus'

    how can you supress zero value in datareport. (if its 0 it should not print)

    rgds
    cyrus
  9. Replies
    1
    Views
    818

    MDIFORM name passing

    I copied form1 from proj_A to Proj_B, proj_ A, form1 after its been used it unloads the mdiform_proj_A.

    how can I unload mdiform_proj_B when i use from1 within prodj_B


    rgds
    cyrus
  10. Replies
    1
    Views
    871

    Class not Registered ?

    app has been running for months suddenly app crashes with error message 'CLASS NOT REGISTERED' this when printing a report.

    I cannot reproduce the error from raw source, anybody had experience...
  11. Replies
    1
    Views
    855

    class not registered

    Class not Registered

    what does this mean...

    I've deployed exe. and it works in some work station...
    others is prompted with this msg when they select to print a report...

    i've check...
  12. Replies
    0
    Views
    832

    datareport with multi group

    I created a datareport having two group section
    second group footer cannot find datasource on the property window to select field name.

    any guidance is much appreciated

    tkns

    cyrus
  13. Thread: advisory

    by Cyrus
    Replies
    2
    Views
    882

    advisory

    i'm a experience vb6 developer, I'm looking into switching to ASP.NET C#,
    what is the best way for me to start, can u suggest books, tutorial etc, for me to have a very good understanding as a...
  14. Thread: logonserver

    by Cyrus
    Replies
    0
    Views
    1,093

    logonserver

    Report.Database.LogOnServer "PDSODBC.DLL", "servername",
    "dbasename", "user", "password"

    i',m getting connection failed.

    what could be the problem.

    what is "PDSODBC.DLL"

    rgds
  15. Thread: listbox two flds

    by Cyrus
    Replies
    8
    Views
    1,854

    Re: listbox two flds [resolve]

    thanks all gurus, i've use the split(.......) and works fine for me
  16. Thread: group project

    by Cyrus
    Replies
    2
    Views
    719

    group project

    I have 2 project and have group it, is it possible to share one modules and other resources in project GROUP, how ?

    thks cyrus
  17. Replies
    4
    Views
    3,242

    Re: basic syntax what does it mean

    how can i set CR to VB syntax
  18. Replies
    1
    Views
    692

    inner join update

    i've used inner join to join 2 tables Table_A and Table_B, when I tried to update field only found in Table_A my application crashes.

    is it possible to update flds whe two tables are joined ?
    ...
  19. Thread: table locking

    by Cyrus
    Replies
    4
    Views
    907

    Re: table locking

    Following ur suggestion problem has been resolve,by maintaining the query for selection criteria of data to be reported.

    thnks
  20. Replies
    4
    Views
    3,242

    basic syntax what does it mean

    Dim Report As New CrystalReport36
    Dim strselectionformula As String
    Dim vReconDate As Date
    Private Sub Form_Load()
    vReconDate = CDate(Daily_Route_Recon.MaskEdBox1(0).Text)
    Report.ReportTitle =...
  21. Thread: table locking

    by Cyrus
    Replies
    4
    Views
    907

    table locking

    I have written app using sql server as backend, it just a simple reporting,
    i have created a X table to store data taken from various table and use the X table as source for reporting, if one user...
  22. Replies
    2
    Views
    954

    update joined table

    I have join two tables using inner join as

    select A.*,B.fld1 from table1 as A inner join Table 2 as B on A.fld=B.fld

    the problem is i need to update a fldname on table1, but my app crashes...
  23. Replies
    1
    Views
    1,168

    mflexgrid top row

    I'am using msflexgrid to display records from my table, after it display all, how can I set to display from the first record

    thanks
    cyrus
  24. Thread: newbie in DLL

    by Cyrus
    Replies
    2
    Views
    703

    newbie in DLL

    DLL is new to me, and i did the following thru VB6

    class1(myfristclassdll)

    Option Explicit
    Public i As Integer
    Public vCounter As Long
    Public vRecCount As Long
    Public vValue As Long
  25. OLE DB provider 'Microsoft.Jet.OLEDB.4.0' reported an error. The provider did not giv

    I followed instruction to 'USING SQL SERV3ER MANAGEMNT STUDIO" to create a new link server, to store Xls to a Sql Table,

    when i try to run the query i was prompted by this error:

    OLE DB...
Results 1 to 25 of 256
Page 1 of 11 1 2 3 4





Click Here to Expand Forum to Full Width

Featured