One of my PB6 applications is getting the following error
intermittently during a save operations:
ORA-01475 must reparse cursor to change bind variable datatype
So I set out to change the ini file to disable the bind.
The user's are still getting the error message.
Have I got the syntax...
Attempting to upload binary image files from a VB6 application to a VB.Net web service, I am using the following code, which seems to work ok for a jpg file, but not for a tif file. With the tif file, I try to remove the last equals signs (assuming they don't belong in the file, but then I...
I am trying to write a webservice that will be called from a VB6 program using something like:
xSendParms = "iBinStream=" & iBinStream & "&"
xSendParms = xSendParms & "iDirectory=" & iDirectory & "&"
xSendParms = xSendParms & "iName=" & iName...
>>Another alternative may be to capture the log off/shutdown command and abort it until your process has finished (like if you have Microsoft Office open and you try to shutdown you get a message telling you to quit all Microsoft applications first). <<
Can you provide an example of how this...
VB 6.0 on W2000 computer:
I want to at least warn the user that a background process is not complete before allowing them to log off or restart the computer.
I have researched enough to come up with the following code:
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)...
I tried it, but I get an "object required" error on that line.
I have posted the code to
http://www.bytesizedsystems.com/aspfiles/default.asp
Maybe you can see what I am doing wrong?
Thanks.
IN DEFAULT.ASP
Sub window_onload
Dim ls_cookie
ls_cookie = "<%=Request.Cookies("username")%>"
frmAR.textuserid.innerText = ls_cookie
End Sub
..Allows user to submit a form to DIRECTOR.ASP, which
contains the following:
<%@ Language=VBScript%>
<%...
Objective: If the cookie exists for the username, fill in the user id name on the form on default.asp. Store the user name as a cookie when the form is submitted.
Please reference
http://www.bytesizedsystems.com/aspfiles/default.asp
for my code.
I know my cookies are turned on since I visit...
Although I can connect successfully and see the table, when I attempt to preview the data in design view, the MS ODBC driver returns s1001, "too many fields defined." The number of fields in the worksheet is only 32.
Also, when I choose Alter Table from design view, each
of the...
From the VB article that's guiding me:
>>
HttpSendRequest returns a value not equal to zero if it fails, so code like this is all it takes to send data to a CGI form handler. Call the API, passing your data and the length of the string containing the data. This
code uses the m_cPostBuffer...
From the VB article that's guiding me:
>>
HttpSendRequest returns a value not equal to zero if it fails, so code like this is all it takes to send data to a CGI form handler. Call the API, passing your data and the length of the string containing the data. This
code uses the m_cPostBuffer...
Thank you, now I have the opposite problem. This code always says I am NOT connected, even while I am (through my cable modem.)
I set a break here:
RetVal = RasGetConnectStatus(TRasCon(0).hRasCon, Tstatus)
If Tstatus.RasConnState = &H2000 Then
IsConnected = True...
Declare Function InternetConnect _
Lib "wininet.dll" Alias "InternetConnectA" ( _
ByVal hInternetSession As Long, _
ByVal sServerName As String, _
ByVal nServerPort As Integer, ByVal sUsername As String, _
ByVal sPassword As String, ByVal lService As Long, _...
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.