Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: brlissab
  • Content: Threads
  • Order by date
  1. brlissab

    Pass a function value as string to a procedure

    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...
  2. brlissab

    Merging files into another file depending on name file

    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...
  3. brlissab

    Drop down list values into table

    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...
  4. brlissab

    Fill field with previous selection

    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...
  5. brlissab

    Many to many relationships

    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...
  6. brlissab

    newbie dummy question (DIV and mysql queries)

    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 =...
  7. brlissab

    Hta:passing value from input to a ping funtion

    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>...
  8. brlissab

    move files and folders into another folder

    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...
  9. brlissab

    about event viewer id log

    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")...
  10. brlissab

    error's on logs

    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.
  11. brlissab

    html applications menu with vbs?

    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...
  12. brlissab

    Another array question

    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...
  13. brlissab

    defrag with a script

    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.
  14. brlissab

    Network client with runas

    Hi, i'm administering my machines 2000&xp with &quot;runas&quot; on a user session. Is there a script to install the client for microsoft networks, also to uninstall? Thank you for your help.
  15. brlissab

    remote script

    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

Part and Inventory Search

Back
Top