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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
Q

QPun

@QPun
About
Posts
15
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Deny Access for TFS Administrator
    Q QPun

    Yes Thomas, actually it is... It is because in certain case the code is very confidential, so there's only a developer that has the authority to read it, not for others even for the administrator. So, is there any solution for these?

    Visual Studio help question security collaboration

  • Deny Access for TFS Administrator
    Q QPun

    Hi All, I got an issue here... In my office we use TFS as code repository, however there are some Team Projects that we need to secure it, so even Administrator account cannot read and edit the source in it.. I have try these step: 1. Open Team Explorer 2. Right click on Team Project - Security 3. Add Window User or Group 4. Select Administrator name account 5. Check Deny on permissions list below. But...when I try to log on again using Administrator account, I still able to read, check-in and check-out the code. So is there any way to do it? Please help and please inform if there is unclear information in my question. Thanks All...

    Visual Studio help question security collaboration

  • MSSCCI Problem for VS 2003
    Q QPun

    Hi all, is there anyone here that have try to store VS.2003 source code to TFS using MSSCCI? I have trouble when I try to store layering (3 tiers) application from VS 2003, steps that i've try: 1. Install Visual Studio Team Foundation Server MSSCCI Provider 2. Open ASP.Net Solution using VS 2003 3. Go to File-Source Control-Change Source Control 4. Unbind source safe connection to VSS 5. Go to File-Source Control-Add project to source control 6. Select Server, define workspace and click OK Its work fine if the Solution is not in 3 tiers structure (UI Layer only) But, there's an error message without any clue how to fix it when I try to do the same thing with 3 tiers application. Please share the information how to do it correctly...

    .NET (Core and Framework) help csharp visual-studio asp-net design

  • How to secure Data sources in browser ???
    Q QPun

    Is there something wrong in my question so no one understand it? Or maybe there's no solution for my problem? :->

    Database help csharp database visual-studio sysadmin

  • How to secure Data sources in browser ???
    Q QPun

    Hi all, I got a security problem here, let's say I got a SQL Report Server, with browser URL : //rptserver/reports I have datasource1 as datasource I also have provide a model (RptModel1) that created from datasource1 using Visual Studio I want to enable users to use Report Builder , using available model(RptModel1) but restrict them from regenerate model from datasource1. So, how to secure that datasource? I need your help,Please... Thanks in advance

    Database help csharp database visual-studio sysadmin

  • Multiple requests to a view?
    Q QPun

    it execute them per request.. :) If you don't mind, on what purpose that make u consider such a question? Performance?

    Database question

  • Get value from Sub Report in SSRS
    Q QPun

    Anyone...??

    Database sql-server tutorial question

  • Get value from Sub Report in SSRS
    Q QPun

    Is there any chance to retrieve value from sub report to main report? Let's say i have a main report (call it report A) and inside of that report A, I have create a subReport (call it report B) in report B, I have an aggregation field that contain expresion like : =Count(Fields!Project.Value) Now, in report A, I would like to add a textbox that consist a value that taken from previous Expression. How to do that? Thanx 1st...

    Database sql-server tutorial question

  • Execute SQL Server Report Service from VB6
    Q QPun

    Actualy I'm personally prefer to use .Net to use SSRS for new application but in this case I have several application that already running on VB6 and I wondering if those applications can use SSRS as Reporting media. So if there any information about it..please inform to us. Thanks ..

    Visual Basic csharp database sql-server visual-studio

  • Execute SQL Server Report Service from VB6
    Q QPun

    Hi all, I want to know is there some way to execute a report from SQL Server 2005 Report Service? Honestly., i'm not really familiar with VB..in VS.Net I can execute the report using reportviewer control, but I can't find any similar control in VB6 form. So please., if any of you can show me how to do it(if it is possible)..I'll realy appreciate it guys :)

    Visual Basic csharp database sql-server visual-studio

  • Open VB.Net form from vb6
    Q QPun

    Right, i know the directory of the .exe but I just wonder if there is someway to open specific form from VB6. Ok, thanx a lot for your help Christian..since u're the only person who response my thread :)

    Visual Basic csharp visual-studio sysadmin tutorial

  • Open VB.Net form from vb6
    Q QPun

    Which path? I mean, when we install the VB.Net application, we can't determine where the form path is, right? Actually what I try to do is to call a report form in VB.Net that using SQL Report Service from a VB application(call it ReportForm)..so let's say when user click button [REPORT], the ReportForm will show up...

    Visual Basic csharp visual-studio sysadmin tutorial

  • Open VB.Net form from vb6
    Q QPun

    Hai all, i wonder if anyone know how to use ShellExecute command in VB6 to open another form which is made with VB.Net 2005 I already find out how to open VS.Net Webpage using this: Private Sub Command1_Click() Dim dUrl As String dUrl = "http://server/apps1/Pages/Report.aspx?ItemPath=2" ShellExecute hWnd, "open", dUrl, NILL, NILL, Empty End Sub but, how to do similar task to open VB.Net form? Would someone give me a clue please? Thanx 1st.

    Visual Basic csharp visual-studio sysadmin tutorial

  • urgent: can any one plz solve my problem regading SQL Query
    Q QPun

    Pardon me if i'm missunderstood, but those two queries is tend to insert different value to the table, so what is the reason you should merge them into one query?? maybe you could execute only one query by your application code , such as if xxx = "true" then strQuery = "INSERT INTO criminal(cr_name,no_times,cr_desc,cr_pic,fing_print)VALUES('" + textBox1.Text + "','" + textBox5.Text + "','" + textBox4.Text + "','" + textBox6.Text + "','" + textBox7.Text + "')"; else strQuery = "INSERT INTO criminal(pic_name) SELECT substring(cr_pic,11,30) FROM criminal"; end if

    Database database csharp asp-net sql-server sysadmin

  • SQL Report Service 2005 Auto Filter
    Q QPun

    Hi all, this is my first post here. I want to know if there is any chance to create a report using SQL 2005 Report Service to mimic the Data-Auto Filter tool in Ms Excel. In this case, i want to create in matrix report.Let's say I have a dataset using this query : select p.Proj_ID, p.Division_ID, p.Division_Desc, p.Department_ID, p.Department_Desc, p.Type from project p left join Mill m on p.mill = m.org_area I have create a matric report, with P.Type in Row Area, Division_Desc in Column area and below Division_Desc I have group base on Departemen_Desc. Proj_ID in Data Area. I want to create something like combo box in the report column header to choose witch Division to shown. Is there any possible way to create such thing? Thanx for any information.

    Database database 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