Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sup919

    ReportParameter Problem

    Hi there, I have a problem regarding selecting datatype in ReportParameter in C# I ve create Reportparameter but I want the value to be integer not String. This are my coding ReportParameter[] p = new ReportParameter[20]; p[0] = new ReportParameter("NewMale", newpm, true); p[1] =...
  2. sup919

    problem How to Count Date Between period

    hi there, I ve got a problem with trying to count the date between period of time ... i ve try using Count(Fields!Register.Value, "PatientDataSet_Patient" >= DateSerial(2006,05,01)) and it give me problem since i didnt understand much of Sql report service language what i actually want to...
  3. sup919

    Problem with add extra AND to query

    I ve try to put the bracket between and it does't work well in my data there is 2 person who doesnt have appointment between 04-07-2006 and 04-10-2006 which is Bill and Sarah but when I added gender condition to it it give me Bill, Sarah , Jack, Shephanie ... so i dont know what s wrong with my...
  4. sup919

    Problem with add extra AND to query

    hi there i ve got a problem that shouldnt be difficult to solve but since i m quite new to this i got it totally wrong... Basicaly i manage to use the except with date condition but when i added another AND condition it give me a whole list of answer which it shouldnt This is my sql structure...
  5. sup919

    problem with running mdf file in an application

    hi i ve try that with this connection and it gives me error "can not create childlist for field School" This are the connection string that i ve change to dbCon.ConnectionString = " AttachDBFilename = C:\mahidolProject\Psychology_Data.MDF;packet size=4096;integrated security=SSPI;initial...
  6. sup919

    problem with running mdf file in an application

    Thanks u but how do i come about it currently i m connecting using this command : dim dbcon as New SqlConnection dbCon.ConnectionString = "workstation id=WIN2006;packet size=4096;integrated security=SSPI;initial catalog=" & _ "Psychology;persist security info=False" many thanks sun
  7. sup919

    problem with running mdf file in an application

    hi there got a problem to ask regarding sqlserver i ve written an application that use sqlserver as a database but with the installation machine it does not have any sqlserver on to it . i was wondering how would i come about to run the application properly .. is it possible to run it with out...
  8. sup919

    prob with adding new data into table

    hi there, i ve got a problem with adding data into database , basically i m using my own typeDataset to insert into table when it run, it run properly but didnt store any value into database .. here is my code Dim tdsReligion As New dsReligion con1.Open()...
  9. sup919

    insert data into database problem

    hi there, i ve got a problem with adding data into database , basically i m using my own typeDataset to insert into table when it run, it run properly but didnt store any value into database .. here is my code Dim tdsReligion As New dsReligion con1.Open()...
  10. sup919

    insert correct with no problem but data is not added to sql database

    hi there got a question regarding sqlserver , well i m currently writing a program in vb.net and when i have run debug i manage to added the data but in reality it did not added to database in sqlserver ... i m currently using nt integrated security log on ... when i execute store procedure in...
  11. sup919

    should MSaccess be ok for my project?

    hi there, I have a question regarding the program. I am wondering whether access performance is enough for my project. If i want to add the data of total 140 fields in 7 different table ( it's the questionnaire result that needed to store in the database) and also another 40 fields in 4...
  12. sup919

    basic question about sql server

    hi there, I have a question to ask regarding sql server. Let's say i install sqlserver in my computer and create a vb.net software and then would it possible for the software to run properly in other machine that does not have sql server install many thanks sun
  13. sup919

    How did they do this?

    hey old newbies. would also be possible for you sent me a copy as well much appreciate sun
  14. sup919

    simple question needed to help

    thanks dude it work
  15. sup919

    simple question needed to help

    hi there got a simple question to ask if i have a function in formA how do i run function in formA from FormB i have try Forms![formA]!funvt(an) and it didn't work so where did i go wrong many thanks
  16. sup919

    how to print picture and other detail in form?

    hi there got a quick question to ask. I would like to know how to print form and picture together . basically i have my picture to draw a graph and then use command Printer.Orientation = 2 form5.printform all the database detail is printed except the picture that i draw the result. How is...
  17. sup919

    simple graph question

    hi there got a question regarding drawing a line graph using crystal report 9 Basically I want to plot the data which has varies their length from -515 to 515 on x axis and 0 to 1200 on y axis .. when i try to create a line chart i want the line to be drawn. Also it is not possible for me to...
  18. sup919

    write permission by another user error

    hi there I have a problem with director file . Basically i have a director file name "menu", the menu consist of three option which can go to food.dir, history.dir or traveling.dir . The traveling.dir work fine when i choose from the menu but food.dir and history.dir give me an error...
  19. sup919

    write permission by another user error

    hi there I have a problem with director file . Basically i have a director file name "menu", the menu consist of three option which can go to food.dir, history.dir or traveling.dir . The traveling.dir work fine when i choose from the menu but food.dir and history.dir give me an error...
  20. sup919

    is it possible for scrollpane to have tranparent background?

    hi there, got a question to ask regarding about using scroll pane. Basically i want to make the scroll pane background transparent so that when the text is scrolling downward i can see the background image. many thanks sun

Part and Inventory Search

Back
Top