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!

Search results for query: *

  • Users: HouDog
  • Content: Threads
  • Order by date
  1. HouDog

    Winsock Problem ?

    Hi All, I have created a sample vb6 project with 1 form with a Winsock control on it. Private Sub Form_Load() Winsock1.Protocol = sckUDPProtocol Winsock1.Bind 3000 End Sub Private Sub Form_Terminate() Winsock1.Close End Sub If I run it and open up the Task Manager, Project1.exe...
  2. HouDog

    VB6 Exe Build Number

    Hi all, I currently set my Major, Minor, and Revision values for my project. However, under Microsoft's file versioning model, there is a Build Number also. How and does VB6 allow me to modify this value ? For example, if my exe version is 1.2.2 and I check the Version Tab in the Properties...
  3. HouDog

    Winsock DataArrival Event

    Hi All, I am having a little problem with winsock and I hope someone can help me out. I am using UDP Protocol and want to simulate a SEND/Ack mechanism. I have a form with a button on it. When I click the button, I attempt to send my data. The receiving end returns an "Ack". Also, I have...
  4. HouDog

    Checking for Updates on the Web

    Hi all, I have a little utility that runs at our customer sites. I am trying to add logic into the utility so that it updates itself via the internet. It needs to do the following with now user intervention 1) Check our website for newer versions 2) Download the latest version of itself in...
  5. HouDog

    IE Internet Security Zone error

    Hi All...I hope that someone can help me on this one before I go bald (from pulling my hair out !!) I recently got infected with adwares and adware trojans. On the advice of a friend I downloaded SpyBot Search & Destroy v1.3. What a mistake that was...since then I have had nothing but...
  6. HouDog

    How to reset Identity field to 1

    Hi all, I have a table that has an Identity Field as the primary key. Originally, it was created with the original seed value = 1 and increment = 1. After I delete all the records in the table, how do I reset it so that the next record inserted starts back at 1 instead of where it last left...
  7. HouDog

    SSL WebRequest

    Hi All, I have a little client utility that runs in the background and gathers sales data on a client machine and sends it to our web-site via the message body of a http request (webrequest) and setting the Method="POST". The problem is that the data is very sensitive (credit card#s, etc)...
  8. HouDog

    Connecting to SQL Server 2000 from DMZ

    Hi all, I am having problems connecting to sql server 2000 from our web server sitting in a DMZ and would appreciate any help. I have SQL Server 2000 running on Server 2003. I have a web server (IIS 6.0) runnon on Server 2003. I also have a ISA server. I am simply trying to create a...
  9. HouDog

    Retrieving Files sorted by Date order

    Hi all, I am trying to write a program that when it starts up, it retrieves the contents of a folder in ascending datetime order. I looked at the Dir() function but it doesn't do what I need. I was just wondering if anyone knew of a way before I explore a sorting algorithm solution. Thx.
  10. HouDog

    .csp file not found

    Hi everyone, I hope someone can help me with this problem. We have recently migrated our Crystal Enterprise installation from 1 IIS server to another one. For some reason, all my .csp pages return a 404 File Not Found error on the new IIS server. I don't recall if I had to configure the IIS...
  11. HouDog

    CE90 Installation on 3 servers

    Hi all, We have been running CE90 on a standalong windows computer running IIS and Sql Server. We now have 3 servers - 1 Web Server, 1 SQL Server, 1 CE. Rather than worrying about importing and such, we are just doing a fresh install of CE90. Following the installation guide, I have...
  12. HouDog

    Data Mart/ Data Warehouse question

    Hello Everyone, I just a very general question. I have a client application that uploads real-time sales data to a web site which is then stored on a SQL Server backend. Potentially, the size of my sales data tables can become enormous causing my online reports to take a very long time to...
  13. HouDog

    Conditional Record Selection Formula

    Hi all, Does anyone know if you can have an If statement inside a record selection formula? eg. if a = b then selection formula 1 else if a = c then selection formula 2 else selection formula 3
  14. HouDog

    Conditional Record Selection Formula

    Hi all, Does anyone know if you can have an If statement inside a record selection formula? eg. if a = b then selection formula 1 else if a = c then selection formula 2 else selection formula 3
  15. HouDog

    Simple Return value from Stored Procedures

    Hi All, my question has 2 parts. When a Stored Procedure has the line RETURN 0 how do I access the 0 return value when called from a) another stored procedure b) ADO.NET using the ExecuteNonQuery method Any help would be greatly appreciated.
  16. HouDog

    COM Crystal Report Viewer and Parameters

    Hi all, according to the documentation, CE 9.0 has deprecated using promptex as a means of passing parameters to a report. They suggest using the COM Crystal Report viewer. My question is...How in the world do you pass parameters to a report at run time and not have the parameter page pop...
  17. HouDog

    List of report instances

    Hi all, I hope someone can help me. I am new to CE 9. I am trying to create 3 web pages. The first to list all reports. Clicking on a report title will take me to a second page listing all reports THAT I HAVE SCHEDULED (not the actual historical instances) regardless of the schedule type...

Part and Inventory Search

Back
Top