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...
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...
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...
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...
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...
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...
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)...
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...
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.
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...
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...
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...
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
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
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.