Delphi 2009, IIS5.1
Hi,
I have just created my first web service and have a problem. I wanted to create a client app but when I go to import the WSDL file it doesn't exist! If i browse to http:/localhost/myservice.exe I see the info list with all my functions defined, but if I click on the...
That explains why hWnd does not appear in the listbox's property list. However there is a stack of code out there referencing a listbox's .hWnd property.
i.e. Dim ItemIndexes() As Long, x As Integer, iNumItems As Integer
iNumItems = ThisBox.SelCount
If iNumItems Then
ReDim...
Hi,
(winxp - Access 2002 VBA)
I have the follwoing problem:
I have declared the following function:
Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Integer, ByVal wParam As String, lParam As Any) As Long
Const LB_FINDSTRING = &H18F...
Hi,
I have a listbox populated from a DB table. When the user enters various info into a couple of search fields, I want to position the listbox at the record matching the search criteria. I know this should be pretty simple but can't quite grasp it.
TIa
Thanks ChaZ. My client is using Access 97 (I know!) and will not upgrade for this particular application (defence). According to the linked document this solution applies to Access 2000.
Hi,
I need to be able to administer users within a secured database without opening the database in design mode. i.e. Provide a button (?) on a form that will run the security wizard to allow maintenance of users etc. This is required as my client does not want the database opened in design...
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.