Hi,
I need do open a PDF file (the name came from a DB), but it allwys give the error "The page cannot be found".
The path for the file is "D:\Albano\app_GestaoRecursos\gestaoCandidatos\fichasCandidatos" and I need to pass the path to javascript to open the file in a new widow.
I already used...
Hi,
I have a form (continious style) that is bound to a tablle, and I have unbounds radio buttons that are created as much as the records. What i want is for users to be able to select just one of the radio buttons (meaning they select the record), now when I select one all stay selected...
Hi,
I have a form with list box's populated by query, and this records are updated by a pop up form, I need do requery the data when I close the pop up form.
Thanks,
Albano.
Hi,
I have this query, and I need to order by all by a field except a particular text.
this is the query, I qhant to order all by "CLINOME", but not include in the order the text 'Mostrar Tudo'.
SELECT NULL AS USRLOGIN, NULL AS CLICOD, 'Mostrar Tudo' AS CLINOME
UNION ALL
SELECT...
Hi,
Theirs any whay of traking, user activity by using only Access resources (not vb).
I need to know, what tabes, forms etc where user enter and what actions they did (delete, update etc...)
Thanks,
Albano
Hi,
Whow can I chnge the index order of a option box in Excel to start at 0 (zero).
Ex:
I have 3 options box on a sheet, and they ave the values 1,2,3, but I what them to have the value 0,1,2
Thanks
I a Have this STP, it return de AVG, but return a round number, I whant to return the original decimal number round on 2 decimal places.
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[STP_MEDIA_AVALIACAO]
(
@pVISCOD int
,@pCLICOD int
,@pCICCOD varchar(10)
,@pLOCCOD...
Hi,
I have a "Continuous Forms", and i whant to show a combox only on the new record, and hide on the existing records, can this be donne?
Thanks,
Albano
Hi,
Thirs any whay of converting a string to command button object.
I have this function, and i need to use the string paramenter aButton as a command button:
Sub desactivaMenu(aTipoUser As Integer, aObjecto As String, aButton As String)
Dim RSAcessos As DAO.Recordset
Dim Dbs As...
Hi I have this sub called in a module:
Sub getAcessos(aTipoUser As Integer, aObjecto As String)
Dim RSAcessos As DAO.Recordset
Dim Dbs As Database
Dim StrSql As String
Dim tipoAcesso As Integer
Dim tObj As Form
Set tObj = Forms(aObjecto)
'BD a ser utilizada é a...
Hi,
Does any one know, if their is any limtation of the number of tasks that project pro 2003 can open when linked to a project server 2003
Because I have a project with 2300 tasks, and the project client can't open it.
Thanks,
Albano
Hi,
I have a form to make the login on the app, the username is stored in a public variable.
Logging on the app whill send the user to a menu form, but when I retrive the value on that form, on the first time the value is the nothing or the last user that logged on.
I thik theire is a delay...
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.