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: cparralesl
  • Content: Threads
  • Order by date
  1. cparralesl

    I can't see a public variavle in a subform

    Hi everyone: In a module, Module1, I declared a public booelan variable. Later in form and its subform i can not see it. Module1 Option Compare Database Option Explicit Public ServicioActivado As Boolean In the load event of my form I do the test: MsgBox "My Boolean value is: " &...
  2. cparralesl

    Behavior in Combobox as find as you type

    Hi everyone, This thread thread702-1228727 has been very useful for me, it works great; But i don't know how to control a behavior. When it displays the filtered list, the user is not able to select an ítem from that list, because combobox takes the first ítem and close the dropdown as soon as...
  3. cparralesl

    Reteiving User Info using LDAP. Date Field does not.

    Hello guys, Trying to retreive some user information, but I have problems when retreive Date or Boolean fields. If I incluide Date Fields, the query does not return records. Taking off that date field of the command it does returns records. I've tried to format or convertig the field using...
  4. cparralesl

    Form with Subform Navigation Troubles

    Hi guys: May be someone got this easy, but I spend some days around it and I already looked it up in this forum with no luck. My purpose is to record the invoices and products the company has bought. I have created a form with subform that save that information. If the subform has no record...
  5. cparralesl

    Group/Ungroup on protected Sheet

    Hello: Ineed to know if its possible to use the group/ungroup command in a protected sheet of MS Excel. I tried but an error message come up saying that i have to unprotect the sheet first to do that. I made a little search on the forum before create this post, but no luck. Helps about it...
  6. cparralesl

    PivotChart SubForm

    Hello Guys, I created a subform with chart purposes, so I change the "Allow PivotChart view" Property to yes, the others remains No. The Default view I set it as PivotChart. I set the subform chart I save it and I test it. It shows data in bar chart type. But, when I insert it and link it to...
  7. cparralesl

    SubForms in Tabs doesn't retreive Data

    Ui guys, I have had hard tme with a subform placed in a tab. I've spend two day woith no luck. Here is the issue: The main form doesn't have a recordSource. There is a tab control and in each page i have a ListBox on wich I load records using code. I also created a sub form that I want to tie...
  8. cparralesl

    Check boxs in the List Box

    Hello guys, I just create a sub form that shows multiples records, One-To-Many, I would like the users select the options needed from that list box using check marks. I search in this forum for similars posts with no luck, or that's what I think i did at least. [smile] In the tool box MS...
  9. cparralesl

    Data Sheet Sub Form with Combo Boxes

    Hi everyone, I have a datasheet sub form with a couple of combo boxes, one depending on the value of the other one. The mian combo box is unbounded, but it has a field on the table where to store the its value (DataSource control), and the other one takes its values from a table and depending...
  10. cparralesl

    How to take a value defined by the set command in DOS

    Hello Guys, A value was set in DOS ej: Set ThisVar=PcName. If I try to get the value from that variable using vbScript, comeup an empty value in my Msgbox. If i try to get the value under DOS mode manually, it works. If i use WSH, returns anempty value. Has anyone try to get that kind of...
  11. cparralesl

    Problem with Form and Formulario

    Hello Guys, I have an Access DB 2007 in spanish. The screens have comboxes that takes its value depending onthe value from others combobox. In the rowsource the reference starts with "Formulario" word, because my MS Access is in psanish and the user has the english version; the rest of the...
  12. cparralesl

    Duplicated Data

    Hi Guys, The Script below Supposes to make Software Inventory remotly. The Script takes the PC name from a file previously, then, it get connected to the computer and search for the software installed and some other information and place it into a Excel sheet. There are some cumputer with...
  13. cparralesl

    Listing property name and its value from WMI Class

    Hello Guys, I've been looking for this script in the Forum with no luck. I need to list all the properties names along its values from a particular WMI Class. The final report need to get is something like: PCNAME CATEGORY DATA VALUE cesarPC ComputerSystem Description...
  14. cparralesl

    Recolect Computer in a Domain using WMI

    Hi all, Can any one help me on how can I get a list of the computers in a Domain using WMI? I need name, description, and some other information related to. Thanks in advance for oyur help about it. Regards, Cesar Humberto Parrales Application Support
  15. cparralesl

    Gather IE Version

    Hi all: I modified a Sript that I found in this forum to get an Inventory SW of my PC. I notice that It did not included the IE. I need tknow how to obtain the IE version using my Script. Here is my code: 'On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" &...
  16. cparralesl

    How to append all recors from ADODB.Recordset to an Acces 2007 Table

    Hi Guys, I've searched similar posts with no luck. I need to create an Access 2007 table from an ADODB.Recordset, but i do not have any clue. I can create a table from another table using this: dbsCurrent.Execute "SELECT Journal.* INTO JOURNAL01 FROM Journal;" But using ADODB, i do not know...
  17. cparralesl

    DataSheet Sumary

    Hi Guys/Girls, Access 2007 I have a Datasheet form into another as a subform I have a sumary texbox unbound in the first Datasheet, that takes the its value from another unbound texbox placed into the subform. This works just fine. The problem I need to solve is the sumary. This shows the...
  18. cparralesl

    Addingcomments in Excel Cell

    Guys, I'm trying to insert comments in a Excel cell, since a new macro I've created. But no success. Here is the Macro code: Sub Macro1() ' ' Macro1 Macro ' Macro grabada el 16/12/2009 por cparrales ' ' Range("A5").Select Range("A5").AddComment Range("A5").Comment.Visible = False...
  19. cparralesl

    Sintaxt Error in Left/Izq Query. Access 2007

    Hello Guys, I'm building a query in MS-Access 2007, and using at Designe mode a Left function but I get and sintaxt error when I use Left/Izq. Functions. If I use Length function no error come up Have somebody solved this. Appreciate your help Cesar Humberto Parrales Application Support
  20. cparralesl

    How to read a web page already open

    Hi everyone, I need to read a web page already loaded. I need to take information from there and process it. It is an Application web, I guess, where I write my user name and password, then select the option that open the page I need and finally take it to MS Excel where I process it...

Part and Inventory Search

Back
Top