|
| rastreadores GPS Ratreador gps localizadores bloqueadores 8537817 |
CENTRAL ÚNICA DE VENDAS
10 Marcas de ratreadores, Compare e Compre.
Rastreador de Veículo
Rastreadores de Veículos
Rastreador GPS
Rastreadores GPS
Rastreador Ituran
Rastreadores Ituran
Rastreador Portátil
Rastreadores Portáteis.
Assistência 24 Horas
Visite agora mesmo nosso site.
http://tel011-50523122.vila.bol.com.br/
Graber - Teletrim - Tele Trim - Ituran -
Rastreadores gps , Localizadores, Bloqueadores
Graber - Teletrim - Tele Trim - Ituran -
Ra ...
|
| Read Entire Conversation |
|
| scrool wheel |
Hi,
When using scroll wheel and in Add mode. It is generating more records when
scrolling, I would the wheel to use the scroll bar. Do you know what setting
the scroll wheel should be or can you tell me how to stay in that Add record
form until finished. Thanks, you guys have been so helphful.
--
Buddy
|
| Read Entire Conversation |
|
| Search engine in a form.....searching the captions |
This was published a lil ago by Dirk Goldgar. I was wondering if
anything (including Dirk) knew what it is need to implement a similar
search engine, but that instead of searching the ControlSources
searches the CAPTIONS. Maybe using a query or something??
Thanks
Okay, here's what I have done to make something that seems to do what
you're asking. The idea is to have a simple popup search form that
operates very similarly to the way the built-in Find dialog would work
if ...
|
| Read Entire Conversation |
|
| I love you!!! |
From: "Martin" <Martin@discussions.microsoft.com>
Subject: Access 2003 packaaging wizard - from menu vs from VBE environment
Date: 09 mai 2006 10:53
Obviuolsy missing something fundamantal her.
If ou build a pacjkage using the wizard form inside the vbe the system
correctly hunts for and finds and produces a package which installs and
registers all required DLL's. If you create a pakaage form the Developer
talls menu in STart|[prgrams although you have many more options ...
|
| Read Entire Conversation |
|
| recover VBA Project |
Is there a way to restore the forms, reports and modules after "Visual Basic
for Applications Project in this database is correcupt". We have over
hundreds forms, reports and modules.
--
Software Developer
|
| Read Entire Conversation |
|
| Package Wizard does not include Service Pack 2 |
I developer an ADP with Access 2003 and distributed it with a package created
wih Package Wizard from VSTO 2005.
When I tried to install the package onto my customer computer I noticed that
the installed Access 2003 runtime didn't include Service Pack 2003 for Office
2003.
I searched a lot and asked in an italian newsgroup and finally Giorgio Rancati
told me to visi this page: http://support.microsoft.com/kb/916176/en-us
I red that SP2 files are not included in the package a ...
|
| Read Entire Conversation |
|
| Append Description property to field |
I am creating a new table and fields and programmatically and want to add a
description of the field in a similar manner to the table design screen
however when I attempt to add the property I get "Rin-time error 3219 -
Invalid operation".
Can anyone help?
Thanks,
Ray
|
| Read Entire Conversation |
|
| Buy 2nd handphone for India market |
Highest rate for all type / brand
24-Hrs +91 9810577227 Puri
|
| Read Entire Conversation |
|
| Help Files?? How |
i have downloaded many kelp file creators from the MS website. many
don't seem to be compatible with each other because of file format. no
worries there. i have created a CHM file (compiled HTML file) and even
tried the answer wizard builder. i can make great help files. one
problem. how do i make it so that when i press F1 that is one of the
sources it searches. i know if i am in a form i can make this work but
i just want this to be part of the Access help files. any ...
|
| Read Entire Conversation |
|
| Right-click disabled in .mde |
Why is the right-click disabled in .mde files and how can it be enabled?
|
| Read Entire Conversation |
|
| VBA project corruption |
I have one MS Access db project, which corrupts very often on my development
PC.
The MDE I built from this project on this PC is not working, and I also
ususally get "MS Access encounter error" messsage on this pc for this project
only. Later on, I found a way to walkaround by decompiling. However, I still
cannot use the .mde file, which is built on this PC. Since last month, I keep
getting "The Visual Basic for Application project in this Datbase is corrupt"
message each ti ...
|
| Read Entire Conversation |
|
| ANN: Context Database Designer v.2.08 for MS Access is now available! |
Dear Friends,
We are happy to announce the new release of Context Database
Designer & Database Extensions v.2.08.
Context Database Designer & Extensions now supports:
- MS SQL 2000/2005/Express
- MS Access (NEW!)
- My SQL 4 & 5
- Mimer 9
- Oracle 8
- DBISAM 3 & 4
- Nexus 1 & 2
- Paradox
We strongly advise all users to upgrade to this release
as it addresses some problems and adds many great features,
including:
- Added support for MS Access, including ...
|
| Read Entire Conversation |
|
| Availability VSTA / VSTO for Access 2007? |
Currently I'm working with custom Access-applications written in VBA. I know
Access 2007 will continu to support VBA, but for new applications I would
like to use a .NET solution. VSTA and VSTO come to mind, but VSTA is
currently only available in Infopath 2007 beta, and VSTO v3 only gives you
the ability to create application-level add-ins for Access.
Will VSTA be available in the final of Access 2007? And/or will VSTO support
document-level integration like it does with Word and Excel?
|
| Read Entire Conversation |
|
| Error after installation: no license rights? |
I'm newly upgraded from XP Dev, so forgive my ignorance at this point...
Running Access 2003
Packaged with Visual Studio 2005 Tools for MS Office
I've created an installation package using an MDE file and Access 2003
runtime. Installation goes fine without any errors. However, when running
the application I get a msg box with the following text:
-----------
The expression On Open you entered as the event property setting produced
the following error: License Information ...
|
| Read Entire Conversation |
|
| Patching office1.cab file |
I'm using a neat idea by Chris Mills from an old post (2004) to
incorporate updates with Access 2002 Runtime. All seems to go well and
the runtime installs on a clean machine but then fails to run. Dialog
says 'Please Wait while windows congigures Access 2002 Runtime' goes
through a progress bar and then...nothing. No errors, just nothing. .
There are 2 files updated that are not in the ddf, IntlDate.dll and
Msowc.dll. I've tried adding references to these but don't know where ...
|
| Read Entire Conversation |
|
| Error 2501 The openform wa canceled |
I have a button in a from, which will open another form --
fdgInventoryStockSerSld with the following code:
DoCmd.OpenForm "fdgInventoryStockSerSld", , , , , acDialog, Me!ItemNumber &
"|" & Me!SerialNumber
It works fine. But, if I change codes in the "fdgInventoryStockSerSld". the
Open form will throw an error 2501. Even if I just added debug.print "Open"
as the first line in the from_open event of "fdgInventoryStockSerSld".
I need make some changes in the form which will be ...
|
| Read Entire Conversation |
|
| VBA corrupt ? |
Sal,
On some PC with same configuration (MSOffice2003 (re)installed from
clean+WinXP), my application dont't start. The error is "The Visual Basic for
Application project in the database is corrupt". Why ? The aplication (.mde)
need MSOffice2003 to run.
It's a bug in MSAccess2003, or WinXp is damaged ?
|
| Read Entire Conversation |
|
| Linking ComboBox to CheckBox |
I have created a database for our Recruiters to track potential employee
candidates. Also, this database keeps track of current job openings for our
company. Two of the tables in this database are called offers and job
openings. I have a field in the JobOpenings table called "JobFulfilled"
which is a checkbox which says if the job has been fulfilled or not. The
offers table keeps track of offers sent out to candidates for particular job
openings. The recruiters then change ...
|
| Read Entire Conversation |
|
| Allow Users to Access Database Simultaneously and Remotely |
I have created a database app that allows our 2 recruiters in our office to
track potential employee candidates. They work both out of the office and
out of their house. How can I store the database application so they can
both access it from work and home, while also being able to read and write to
the database simultaneously?
Thanks.
|
| Read Entire Conversation |
|
| MDE - UPDATE FORMS AND REPORTS |
I have working application between multiple users, pc and laptops, all in MDE
form to protect original code. All replicated with design master.
Everything works well. My question is how to make minor changes to the
replicated database. I can change queries and tables in the design master
and replication is automatic with the next sync. Currently changes made to
forms and reports require copying data into non-mde, creating new mde,
replicating and replacing each database. W ...
|
| Read Entire Conversation |
|
| Multi-Update records from a form Recordsets? |
I have a form with three main components:
1) A listbox of employees. (this list is collected from a different form)
2) A calendar control.
3) One textbox for each day of the week.
I have a table called "Hours" that has an Employee ID, a Week ending date,
and one field for each day of a week (Sun-Sat)
Since most of the employees work 8 hours, it makes most sense to have the
supervisor go in once a day, pick the employees that were there the day
before (on a different form) ...
|
| Read Entire Conversation |
|
| Unable to set up newsgroup accounts |
When I try to access a list of available newsgroups, I encounter the
following message:
Outlook Express was unable to retrieve a list of newsgroups available on the
server "news.comcast.net."
When the computer is in another mood it will constantly prompt me for my
password.
I'm sure there's an easy fix. I just have no idea what it is.
Lupus
|
| Read Entire Conversation |
|
| Type Mismatch |
This is the most useless diagnostic message I get from MSAccess. Why can't
it at least give me the name of the item it is handling?
|
| Read Entire Conversation |
|
| Access 2003 and VSS 6.0 - Failed to import file |
I have upgraded from Acces2000 to Access2003 but am having issues building
projects from sourcesafe.
I have:-
- Installed Access 2003
- Installed Access 2003 Add-in for Source Code Control
- Upgraded VSS 6.0a to VSS 6.0d Build 31222
It appears the last step of installing the latest VSS service pack is now
causing a problem.
What I have noted is that when you 'Create Database from Sourcesafe Project'
the default database being selected is 'Access 2000 file format' howev ...
|
| Read Entire Conversation |
|
| Install Access developer CD and Visual Studio 6.0 on the same pc |
Is there any conflict to install MS Access developer CD and Visual Studio 6.0
on the same pc?
--
Software Developer
|
| Read Entire Conversation |
|