Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Slick69

@Slick69
About
Posts
17
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help files error..
    S Slick69

    I have created help files using HTML workshop and also WinCHM, when i try run the .chm file - it shows a "This program cannot display the webpage".. what am i doing wrong? Thanks.

    C# help html question

  • Crystal Report HELP..
    S Slick69

    I have created a dynamic crystal report "Generator" where u select the fields you want to see and than generate the report. the problem im having is when i run the project.. it asks for a servername, database name, userid and password. ive set these in my code like this: private ConnectionInfo crConnectionInfo = new ConnectionInfo (); crConnectionInfo.DatabaseName = "DatabaseName"; crConnectionInfo.UserID = "Your UserID"; crConnectionInfo.Password = "Your Password"; the code i found says i must have a for loop where i loop through all the tables and apply the connection to the tables but i use a dataset so i dont know if this will apply. Can sum1 please help me fix this error..

    C# help database

  • Crystal Report Help..
    S Slick69

    Im trying to create a crystal report with a subreport.. for every line that display on the main report there will be a subreport and the subreport uses a value from the line that has been displayed as its parameter.. can anyone please help with this? i created a dataset that has a datatable, i fill the dataset and point this to the subreport like this(am not sure if this is right): SqlDataAdapter subReportAdapter = new SqlDataAdapter(query, connString); DataSet2 ds2 = new DataSet2(); subReportAdapter .Fill(ds2, "BookedTimes"); venueReport.Subreports["TimesSubReport"].SetDataSource(ds2); It just throws an error in runtime saying "Invalid argument provided".

    C# help database question

  • cant access crystal report in asp.net
    S Slick69

    no i dont get any error message.. it just shows the reportviewer with the empty textboxes, asking me to enter the values and even when i do enter them nohting happens.

    ASP.NET csharp asp-net sysadmin

  • cant access crystal report in asp.net
    S Slick69

    My question is seeing as ive tried every possible solution to display report in asp.net and its not working. can someone please help me out by providing me with a solution..

    ASP.NET csharp asp-net sysadmin

  • cant access crystal report in asp.net
    S Slick69

    i added a crystal report to my asp.net.. but when i try create an object i cant access it i want to say: CrystalReport objRpt = new CrystalReport (); But i cant do this.. ended up using this code: ReportDocument rpt = new ReportDocument(); string reportPath = Server.MapPath("CrystalReport .rpt"); rpt.Load(reportPath); rpt.SetDataSource(ds); CrystalReportViewer.ReportSource = rpt; CrystalReportViewer.DataBind(); CrystalReportViewer.Visible = true; CrystalReportViewer.HasExportButton=true; Thanks

    ASP.NET csharp asp-net sysadmin

  • Reports
    S Slick69

    hey.. ive created reports before but ive never had to pass parameter in a report.. can more than one parameter be passed? if its not too much to ask for you could you please just explain to me how to do this. Thanks. (sent the exact msg to your email, wasnt sure if you'd get it or not)

    C# csharp database visual-studio tutorial question

  • Reports
    S Slick69

    Okay.. Here is my question! I want to generate reports using crystal report or any other reporting feature that works in visual studio 2005 (using C-sharp). now the trick is, i want the user to be able to define what they would like in their report(without them actually writing the sql behind the report). for example lets say they they wanted to see a list of people with names starting with "G" according to how much they earned.. it should be able to do this. the user should just select options on the "form" and a report be generated.. thanks. :-\

    C# csharp database visual-studio tutorial question

  • Moving unread mails from inbox into a subfolder in inbox
    S Slick69

    if i were using an inbox rule.. wouldnt i have had to go directly into outlook and make the rule? if so, thats what i was trying to avoid! whats the point of coding than? just wanted everything to be done without me going into outlook.

    C# csharp com help

  • Moving unread mails from inbox into a subfolder in inbox
    S Slick69

    Thank you!!! IT WORKS.. IT WORKS.. IT WORKS. been struggling with it for days. heres why i needed it: i have a web app which sends 'requests' these requests are than saved to a database and sends an email to the administrator notifying them that a new request has come in. now the problem was that in my desktop app i used a timer to check inbox every couple of seconds.. and each time it would read the same message and say there is a new messge. so just wanted to move the request into their own folder so that when the inbox is checked there shouldnt be any new request as they would be in their own folder. didnt want to mark them as unread!! (hope this makes sense ;P ).

    C# csharp com help

  • Image not showing
    S Slick69

    I create a mobile app using C# and i downloaded the openwave version 6.2.2 emulator. i added a picture but it doesnt show. what am i doing wrong? is there a better emulator i can use?

    Mobile csharp mobile question announcement

  • Mobile Web Application on Pocket PC 2003 Emulator
    S Slick69

    When you create the application.. make sure you created a windows smart device NOT a windows application..

    Mobile question

  • Moving unread mails from inbox into a subfolder in inbox
    S Slick69

    HI.. Im trying to move mails that have come into my inbox, that have a specific subject into a subfolder in my inbox. Im trying to do this using a c# application. Ive been working on this the whole day, cant seem to get it. Also whenever i use the Folder.Folders methods i get a 'Microsoft.Office.Interop.Outlook.MAPIFolder.Folders' is a property but is used like a method error. this is how i use it: Subfolder = namespace_.Application.Session.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox).Folders("Requests"); Thanks

    C# csharp com help

  • Email notification
    S Slick69

    Hello everyone.. Im writing a c# app that needs to be able to receive notifications that have been sent by a web app using asp.net. the notification can be sent to the inbox or directly to the desktop app if thats possible. if its sent to the email, the app needs to somehow flag that an email has been received in the inbox. if they are sent directly to the desktop app it also needs to flag and the email be opened in the app. please help...!!! :((

    C# csharp asp-net help

  • Skins..
    S Slick69

    I would like to know how one can install skins into applications built using Microst visual studio .NET 2005. Im currently coding using C#.NET. i've downloaded skin crager3 and skin engine but cant seem to get them to work. Please help. are there any other simple rograms that can create skins and let me apply them to my applications? Thanks.

    Windows Forms csharp visual-studio help question

  • Timetable algorithm
    S Slick69

    Its going to be a timetable system that schedules timetables for maybe a university or highschool but right now am looking to base it for the university.. should be able to schedule in the venues - check if venue is big enough for the amount of students in that certain course\module. allocate resources to rooms(resources needed to carry out a lecture) assign lecturers to courses, check for clashes. from whatever information you put into the system - student, lecturer, rooms can have personalised timetable.. dont know if this helps! someone suggested that i will need to use a scheduling\timetabling algorithm to be able to do this. am not sure.. :confused:

    Algorithms csharp asp-net design algorithms question

  • Timetable algorithm
    S Slick69

    Hello everyone.. I am planning to design a timetable system for my 3rd year project. I would like to know what is the best algorithm to use for this. will be doing my system in C#, will also have a website using ASP.NET! I want a algorithm that is simple and easy to understand - nothing complex. i'm no einstein. :-O

    Algorithms csharp asp-net design algorithms question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups