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 Mike Lewis 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. davepruce

    Parameters supplied from a form

    Hi Can somebody please explain to me the relationship between parameters created in the code behind a VB.Net button on a form, and the parameters created in a Crystal Report that is 'fired' by the button.(I'm a real CR newbie - no courses, just the net!) Let me explain. I had a Crystal Report...
  2. davepruce

    Pass multiple parameters to Crystal Reports from VB.NET

    Sweep Thanks for the comments, however......you obviously know your way around all this stuff, I've just written my first VB anything app in .NET and am trying vainly to integrate a Crystal Report as previously stated. Can you point me at a web resource that would show me how to use a stored...
  3. davepruce

    Pass multiple parameters to Crystal Reports from VB.NET

    Hi I have built a VB.NET app (in VS2003) that does (successfully) various things with SQL2000 tables and I'd like it to also do some reporting on these table. The system revolves around us (an auto engineering company) receiving pallets containing a number of returned items from customers that...
  4. davepruce

    New VB.NET app works on my m/c but nowhere else

    It works now. On the Intrtanet server, make the change as stated previously. On the local machine, run .NET Configuration Wizard Adjust .NET Security Change Local Intranet to Full Trust All OK now Hope this helps someone else! Dave
  5. davepruce

    New VB.NET app works on my m/c but nowhere else

    Dunno....... I'll try and see (tomorrow now - I started early today!!) Cheers Dave
  6. davepruce

    New VB.NET app works on my m/c but nowhere else

    Hi We are a small company with a dedicated SQL server and an Intranet server (and others) and I develop stuff directly on the Intranet server (rightly or wrongly), and have created our Intranet in ASP/DHTML/Javascript (just giving background). I'm a newbie to VB.NET/SQL and have just finished...
  7. davepruce

    Field alignment in VB.Net/Crystal Reports 2003

    How do you use GuideLines in Crystal Reports. I've read the Help for it (The sizing handles of controls snap to guides when the controls are moved, and guides snap to controls (if there are no controls previously snapped to the guide). When a guide is moved, controls that are snapped to it move...
  8. davepruce

    Retrieve Network Login

    Solved it thanks to a Tek Tip I found here suggesting WindowsIdentity.GetCurrent, then a websearch found me http://www.vbip.com/books/1861007477/chapter_7477_04.asp -------------------------------------------------------- 'WindowsIdentity.vb Imports System Imports System.Security.Principal...
  9. davepruce

    Retrieve Network Login

    Hi Anyone know how to retrieve the Network Login currently active on the workstation? I've been working in ASP for the last few years and its easy, how do you find it in VB.Net? Cheers Dave
  10. davepruce

    Login via ASP

    Hi Actual problem is I want to login to a Networked Axis 2100 Camera automatically from a web page. We have all our cameras covered with logins and passwords into the builtin servers, but I now need to have a page that simply displays the current picture. I dont seem to be able to find a way to...
  11. davepruce

    Aligning Labels vertically in VB.Net

    Nope, tried every one! If you start with "Cust Code:" and gradually extend it to "Customer Code:" you'll see it gets more and more out of line! But thanks for the thought anyway!! Dave
  12. davepruce

    Aligning Labels vertically in VB.Net

    Put 2 labels on a form that you want to be right aligned and one above the other. Make one have text of "Receipt Date:", and one have "Customer Code:", and make both aligned 'Middle Right', just like you would with a data-entry form! Now can somebody tell me how to line up...
  13. davepruce

    System.Data.SqlClient.SqlException' occurred in system.data.dll

    Thanks DotNetDoc, should have thought of that myself - its solved the problem, yes it was syntax - duh Dave
  14. davepruce

    Converting Access database to Sequel Server

    We use SQL Server 2000. To import an Access db into SQL, I would use Data Transformation Services (DTS). Use Enterprise Manager and you will find DTS just below Databases. Goto Local packages, rightclick, New Package. This is where it looks easy but the ui is user hostile! Add a connection to an...
  15. davepruce

    System.Data.SqlClient.SqlException' occurred in system.data.dll

    I'm taking input from a VB.net proggie that I'm developing, and trying to write the resulting 'record' to an SQL database table. Can anyone help with a solution please? Here's the complete error ------------------------------------------------------- An unhandled exception of type...
  16. davepruce

    Tooltips and Comboboxes

    Thanks Becca - it looks good. I wont have time to try it for a couple of days, but soon as I have I'll let you know Dave
  17. davepruce

    Tooltips and Comboboxes

    Can anyone point me at some code (or tell me it cant be done!). I want to have a combobox with a list of customer numbers and when you open it and hover over an entry, I want the tooltip to display some data about the customer number (name/address etc). I'm sure I've seen it somewhere, but can't...

Part and Inventory Search

Back
Top