|
tianguizi
tianguizi
...
|
1 |
08.12.2005 03:09:28 |
|
book to recommend
I'm new to access activecontrol. pls recommend some books for a starter.
...
|
1 |
08.12.2005 02:21:11 |
|
Searching for null values
I have inheritted a db that needs to be checked for nulls and reported on.
I'm trying to automate this process. The previous method was to run a query
export as Excel and search the block of data for errors manually. Using the
existing query, i want to take any null values (designated by an "X") and put
them in a sperate table. I will then Export that table to Excel and send the
null...
|
1 |
07.12.2005 16:15:02 |
|
Error 429; ActiveX control can't create object
Greetings,
We use a custom Access application that runs from an EXE file o nthe server
to do our orders here, but when the user got a new computer, every time we
try to run it is comes up with that error!
We have so far tried:
>> Running under the administrator account
>> Done multiple windows updates
>> Done microsoft office update
>> Checked the version of...
|
5 |
06.12.2005 23:07:41 |
|
http://activex.microsoft.com - Has microsoft retired this URL?
Has microsoft retired the activex.microsoft.com site? Suddenly our intranet
web sites that have codebase references to this site don't work.
Any Microsoft folks wish to comment?...
|
4 |
05.12.2005 12:44:57 |
|
vbAccelerator control vbalDTab6.ocx
vbalDTab6.ocx is a tab control from vbAccelerator. I registered it but
it does not appear in the list of ActiveX controls (at least that I can
recognize). Is there anything special that has to be done before these
can be used? Like, does the vb6 runtime need to be installed? I'm not
sure if it is on my system....
|
4 |
05.12.2005 07:39:47 |
|
zuiai de ge
This is a multi-part message in MIME format.
------=_NextPart_000_0024_01C5F98B.14DAA150
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0025_01C5F98B.14DAA150"
------=_NextPart_001_0025_01C5F98B.14DAA150
Content-Type: text/plain;
charset="gb2312"
Content-Transfer-Encoding: quoted-printable
=CA=F7=D2=B6
=D7=EE=CF=B2=B0=AE=B5=C4=B8=E8
------=_NextPart_001_0...
|
1 |
05.12.2005 03:00:19 |
|
Re:date picker missing in AccessXP
In addition to the api based date picker written by Stephen Lebans and
mentioned by Doug Steele, there are a number of form based ones that work in
multiple versions. The one on my site is:
http://www.datastrat.com/Download/Calendar2K.zip
others are at:
...
|
1 |
05.12.2005 00:40:46 |
|
DotNet As Late Bound Automation Server
I have a vb.net application in which I have used global variables. I
converted it to become a late bound automation server (it is a dll now),
where I simply want to call it from an Access application and run it. To my
surprise, when the Access app calls the application with CreateObject, it
works fine the first time. Then I set the reference to nothing. Then I run
it again, and all the...
|
3 |
04.12.2005 13:53:37 |
|
ÄãºÃ
ÄãºÃ°¡,
ºÃ¾Ã²»¼û×î½ü¹ýµÃºÃÂð?ÎÒÕæµÄºÜÏëÄãµÄ
...
|
1 |
03.12.2005 08:15:17 |
|
SMTP
Can som1 recommend me a free Active X control for using SMTP in vb
...
|
2 |
02.12.2005 21:00:55 |
|
Call DotNet Application From Access - Cannot Release Dotnet Application
Help!
I cannot get my DotNet application to shut down as an automation server from
Access.
I have the following simple code in Access that I am using to call a VB.NET
application:
Dim w As Object
Set w = CreateObject("MyProgram.MyProgramClass")
w.MyProgramDoSomething
Set w = Nothing
I have tried many things in DotNet. The final lines of the applic...
|
2 |
02.12.2005 08:29:00 |
|
ActiveX App from dll?
The Problem:
We have an application framework that is compiled as a DLL and sits on
top of MFC. Basically it looks like this:
MFC.dll
Our MainFramework.dll
Client.exe
We NEED this to run inside of a window on a browser. Ideally, this
would run inside a window that is placed in a browser and it would run
it's own thread and pump it's own messages. It's only interaction with
...
|
1 |
01.12.2005 16:55:38 |
|
Help creating ActiveX container from existing app
The Problem:
We have an application framework that is compiled as a DLL and sits on top
of MFC. Basically it looks like this:
MFC.dll
Our MainFramework.dll
Client.exe
We NEED this to run inside of a window on a browser. Ideally, this would run
inside a window that is placed in a browser and it would run it's own thread
and pump it's own messages. It's only interaction wit...
|
2 |
29.11.2005 23:05:03 |
|
Automating TransferDataBase to get a Visual FoxPro 7.0 table (.dbf
I'm having trouble getting a FoxPro table into Access using VBA. Can anyone
show me how to do this?
--
DeWayne...
|
1 |
28.11.2005 18:42:13 |
|
use of toggle button
I would like to use a button on a form for applying/deleting a filter. The
form would be based on a table that has a yes/no field called "Active". When
the form opens, only records with a value of "yes" in the active field will
display. If the user presses the button, I want all records displayed. I can
do that with a regular command button, but i thought I wanted a toggle button
that wo...
|
4 |
26.11.2005 06:52:21 |
|
song na na
...
|
1 |
24.11.2005 02:35:38 |
|
Error 50003 Unspecified Error
Hi
I have a VB6 program using the Videosoft VS Flexgrid (VSFLEX7D.OCX)
On one particular PC, I get the error
50003 Unspecified Error
in the following code, on line 3 - setting the No of Cols?
Private Sub SetupGrid()
1 With grdErrors
2 .Rows = 1
3 .Cols = 9
4 .Clear
.....
End Sub
Any ideas?
I have many OTHER PCs using the same progr...
|
1 |
22.11.2005 08:36:47 |
|
Web Spreadsheet control on Access Form
I am using the Web Spreadsheet Control on an Access form and it functions
normally except when I use the Export method. The ouput Excel sheet loses the
sign on negative values in the colour red but keeps the font colour, though
it does not lose the sign negative values coloured blue.
I have tried to re-format the values programatically in the ouput file but
so far with out success, alth...
|
1 |
21.11.2005 16:07:03 |
|
Image scan using MODI
Hi,
I'm using windws imaging 2 to scan docoments in my application.
The scan runs ok and a TIF file is created.
The problem is when i'm trying to copy the file to another directory from
within the application - i get error 70: Permission denied
The form that scanned the document is closed after scanning. Here's the code:
-- DocViewer is an activex object used to display the file
Pri...
|
3 |
20.11.2005 16:40:02 |
|
virtual number block access 2000 ?
Hello,
(Access 2000/2003
application runs on a TERMINAL SERVER 2003 !!!)
Is there any possibility included in access to use a virtual number block
(Numbers from 0 ...9 and "Enter","Delete") or a virtual keyboard in Access-
Forms?
Thanks for helping soon...
IngChris
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-activexcontrol/200511/...
|
1 |
18.11.2005 17:07:14 |
|
OLE objects in Access
I have a database composed of windows media players avi's suddenly i get a
"Aproblem occurred while Microsoft Acceess was communicating iwth the OLE
server...". Nothing has changed with the database or windows media player.
The only reference I can find is a norton antivirus scrypting problem but I
dont think thats it because its been working fine for years..the database
wont even let me...
|
1 |
17.11.2005 16:50:19 |
|
error 429
Hi,
I got this error "Run time error 429 - ActiveX component can't create
object" when i'm trying to create an access object (Set objAccess = New
Access.Application) with the Access runtime.
It's possible to create Access.Application object with the runtime?
Patrick...
|
6 |
17.11.2005 14:12:03 |
|
Website Design
Hello Friends
I wanted to design a website, i want to know what are the basic software's
needed to develop a website. Also, the steps to design website.
anisar
...
|
2 |
16.11.2005 09:52:49 |
|
Processing a HTML page
I have a db that I populate with information from an internet page.
I would like to automate the process of processing this HTML page's contents
and populating the db without my interaction.
Could someone advise what the best place to start is, I have seen other such
applications so I know it can be done just not quite sure how.
I am using Access 2000...
Thanks
...
|
1 |
16.11.2005 05:13:08 |