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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by PascalTheroux

  1. PascalTheroux

    Setup VS Bootstrapper

    I want to create a Setup installation with the Setup.Exe Bootstrapper program that Microsoft gives on MSDN. It is suppose to check if the framework is install on the client PC. If not present, it is install. Then it install your application. When I run it on my machine, it detect that the...
  2. PascalTheroux

    Drag and Drop Selected Text

    I want to program a Drag'n Drop between two text box. I found an example on MSDN but it drag all the text of the first textbox in the second one. I want to be able to select a part of the text and drag only the selected part in the second box. I tried to modify it but without success. Someone...
  3. PascalTheroux

    How to change the crystal report layout at runtime from a vb app

    I don't know exactly what you want to do but it's possible using the Report Designer Component (RDC). In VB6, go to Project, Reference and choose: Crystal Report 8 ActiveX Designer Run Time Library There are samples on the CrystalDecision web site. You can create fields on the fly, groups...
  4. PascalTheroux

    Security problem: WebPermission

    I finally did my first app with VB.NET. I made a web service on the server and a winform on my machine and everything is working. Next, I ask a user on another machine to run the winform that is on my machine over the network (he have the framework). The form appears correctly on his machine...
  5. PascalTheroux

    Ado, Vsflexgrid, Databinding and Filter

    I have an ADO recordset with a field name STATUS. Some records have it set to "Y" and others to "N". I also have 2 vsflexgrid on the screen. I want the first to display the records with the "Y" STATUS and the second one to display the "N" STATUS. I...
  6. PascalTheroux

    GetNThTable Location in TableSettings error

    I have a few reports that contains subreport and some of them are giving me always the same error: GetNThTableLocation in TableSettings caused an error: Error in File c:\abc.rpt: Invalid table number. Do you want to end the program? Yes No If the user chose No, the reports execute normally...

Part and Inventory Search

Back
Top