User Profile

Collapse

Profile Sidebar

Collapse
DanielM
DanielM
Last Activity: Mar 27 '08, 08:17 PM
Joined: Feb 14 '07
Location: Israel
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DanielM
    started a topic Error Type is not defined
    in .NET

    Error Type is not defined

    I have a nice UserControl in Asp.Net which is located on a master page and defined there.
    I am trying to refer to there from another page like this

    CType(Page.Mast er.FindControl( "NavMenu2") , WebUserControls _wbuNavMenu)

    And I get thet Error.
    Please help.
    See more | Go to post

  • DanielM
    started a topic Error Type is not defined
    in .NET

    Error Type is not defined

    I have a nice UserControl in Asp.Net which is located on a master page and defined there.
    I am trying to refer to there from another page like this

    CType(Page.Mast er.FindControl( "NavMenu2") , WebUserControls _wbuNavMenu)

    And I get thet Error.
    Please help.
    See more | Go to post

  • DanielM
    replied to How To hide a subreport?
    Thanks you all for your attention and time, It worked.
    See more | Go to post

    Leave a comment:


  • DanielM
    replied to How To hide a subreport?
    Hi,
    what did you mean "But it works without handling event." ?
    See more | Go to post

    Leave a comment:


  • DanielM
    replied to How To hide a subreport?
    Thanks a lot, but didn't work.
    As much as I understood from searching google, the
    "ON NO DATA" event, does not fire in the subreport.
    See more | Go to post

    Leave a comment:


  • DanielM
    replied to How To hide a subreport?
    Thanks for your attention, the code was OK,
    but still I have a problem, since my target was to save the space that the balnk subreport takes' and although the sub report was unvisible' still the page was with large blank space, in the palce that the subreports was supposed to sit.
    Do you have any idea how to save the blank space?
    Thanks.
    See more | Go to post
    Last edited by DanielM; Sep 10 '07, 07:31 AM. Reason: spelling

    Leave a comment:


  • DanielM
    started a topic How To hide a subreport?

    How To hide a subreport?

    How To hide a subreport?
    I found how to know if the subreport has no data
    (Me.subreportna me.Report.HasDa ta)
    what I didn't find is how to make the sub report unvisibile if it has no data.
    I tried:
    If Not Me.subreportnam e.Report.HasDat a then
    Me.subreportnam e.Report.Visibl e = False
    End If
    but it gave me an error
    See more | Go to post

  • DanielM
    started a topic How to send a mail automatically?

    How to send a mail automatically?

    I know how to create an outlook object. this is the function I wrote:
    Code:
    Public Sub Outlook_CreateNew(prmOutLookType As Integer, Optional prmEmailAdress As String, Optional prmMessage As String)
        Dim objOL As Object
        Set objOL = CreateObject("Outlook.Application")
        Dim NewTask As Object
        Set NewTask = objOL.CreateItem(prmOutLookType)
        If prmOutLookType = 0 Then 'Mail
            NewTask.To
    ...
    See more | Go to post
    Last edited by NeoPa; Mar 20 '07, 02:01 PM. Reason: Tags

  • DanielM
    replied to Me.Dirty - Please help.
    Hello Neopa,
    I tried your suggestion, but it still returned 'false' although I made a change in a textbox. I wrote:
    If Me.cldCustomer. Form.Dirty Then
    (cldCustomer is the Name of The Child. The Name of the form in this child, he didn't recognize).
    Please help.
    See more | Go to post

    Leave a comment:


  • DanielM
    replied to Me.Dirty - Please help.
    Thanks a lot to both of you.
    I will try .
    See more | Go to post

    Leave a comment:


  • DanielM
    started a topic Me.Dirty - Please help.

    Me.Dirty - Please help.

    Please Help - If Me.Dirty
    I Understood That It Check If any Data in controls had changed.
    I Have a Form with few textboxes, and On Exit from the form i want to check if data was changed. But It didn't work, Me.Dirty returned "false" although I changed data in textbox.
    the real reason, I understand now, it because the textboxes are in subform and the Exit button is at the main form, so me.dirty don't recognize changes...
    See more | Go to post

  • DanielM
    replied to Need Help About Combobox With Dates
    Thanks a lot for your kind help.
    All the variables are int, beside the ProcessMonth which is DateTime
    It' s the third form I do with few combos that are filtering together the form' and never got such error. pls help.
    See more | Go to post

    Leave a comment:


  • DanielM
    replied to Need Help About Combobox With Dates
    Thanks a lot.This is the Code:
    Code:
    Private Sub FilterProcessForm()
    
        Dim strTotalFilter As String
        Dim strMonthFilter As String
        Dim strDepartmentFilter As String
        Dim strProjectTypeFilter As String
        Dim strCustomerFilter As String
        Dim strProjectFilter As String
        Dim strInvoiceFilter As String
        
        '--------MonthFilter
        If IsNull(Trim(cmbSearchByProcessMonth.Value))
    ...
    See more | Go to post

    Leave a comment:


  • DanielM
    replied to Need Help About Combobox With Dates
    Thanks a lot.You was absoloute correct. my problem was solved. I have another problem if you can help me. I am filtering a form by few combo boxes by creating a long string from all the values of the combos. at the last combo I get a RunTimeError 2001:"You Cnceled previouse Operation". what's that mean?...
    See more | Go to post

    Leave a comment:


  • DanielM
    replied to Need Help About Combobox With Dates
    Thanks a lot.my problem was solved. I have another problem if you can help me. I am filtyering a form by few combo boxes by creating a long string from all the values of the combos. at the last combo I get a RunTimeError 2001:"You Cnceled previouse Operation". what's that mean?...
    See more | Go to post

    Leave a comment:


  • DanielM
    started a topic Need Help About Combobox With Dates

    Need Help About Combobox With Dates

    I need help urgent. I don't know how to filter a form with combobox By dates', cause I understood that the value of combobox should be a number, so what should I do if my values are dates? Please Help!
    See more | Go to post
No activity results to display
Show More
Working...