Hello everyone.
Trying to pass a string valut from a function to a routine but i don't understand why not my value is not accepted by the procedure
Public Function UsrInput() As String
UserInput = InputBox("Path:")
End Function
Sub TestListFilesInFolder()
Workbooks.Add ' create a new...
Hi there!
HI have a principal pdf file. That pdf file contains many pages, and on each page there's a reference number. That reference number points to another pdf file. The others pdfs file's name ARE the reference number on the principal number.
So be more clear, u've got on the page 1 in the...
Hello gurus.
Quite new to acccess, would appreciate some assistance.
So here's what i want acomplish. Have 2 pairs of dependent dropdown lists and i try to put the users choice's on another table.
Here's my tables:
Category
ID > AutoNumber & PK
CategoryName > Txt
Task
ID > AutoNumber & PK...
Hi. I'm trying to search information to fill another field with a previous selection.
So to be more clear, i've got a table ElementsGroups and elements.
These tables are linked one-to-many relationship. The Elementsgroups is linked to another table (overhauling tasks). So how to have in the...
Hello everybody.
Actually quite newbie with access, i'm a litlle confucious with many to many relationship.
So in my case i have a table with various machines. These machines have many overhauling tasks. In the otherside, have the overhauling table table. These operations are (sometimes) the...
Hello friends
after tried some tables to fix displayed queries, seems it is much more flexible with css.
here some tries:
<?php
require_once ('mysqli_connect.php');
$q="SELECT * FROM imagens";
$result = @mysqli_query ($dbc, $q)
or die("Error: ".mysqli_error($dbc));
while ($rows =...
Hello there everyone.
Having some problems to pass value to a function.
Take Microsoft sample to let choose user's a text file with computer names and then execute actions on these machines, on my sample a ping function.
here is my code
<html>
<head>
<title>Load Computers Sample</title>...
hi there
here'a litlle script that i use here at work to move a directory into another folder.
didn't try on system directories, other wise on data directories it works fine.
i would log script action into a .txt file but there's a little problem. Permission denied on the .txt file for error...
hello
i'm working on logs on wk3 server and i am searching for a way to search some id events on event vwer and those selected will be write on a text file..
here is my code
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFso.createTextFile("C:\scripts\LogID.txt")...
hello
where can i find log's event id (is there a list?)for 2003 server...
i m writing script to sort error's on log's...what's a third part software to better manage my logs...got some error's...
thanks for your comments.
Hello.
I made today an applications .bat file (choice app based)menu for an user on work, who presents him a list of determinated apps and so on.....but read some stuff about internet explorer scripting model and i start a script who controls user input trough an .html menu.
Dim shell, oIE...
Hi
Have text file(with numeric values), With undefined lines and six columns(at the Moment).
Here is my kode, who creates dyn Array
nFile = "FileDir\nList.txt"
ForReading = 1
Dim MyArray()
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFile = oFSO.OpenTextFile(nFile,1)
If...
HI is it possible to defrag drives with a script?
also another questions from a script newbie. Is it also possible to add remove client into tcp properties using a script?
thank you for your help.
Hi, i'm administering my machines 2000&xp with "runas" on a user session. Is there a script to install the client for microsoft networks, also to uninstall? Thank you for your help.
Hi
I'm looking for help. Is it possible to execute scripts on other Lan computers? Infrastructure is ok, can access others by explorer. but how connect to other comp and exec scripts....? please reply thanks
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.