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

    Running total formula

    Hi everyone. I'm trying to make a running total formula work, but not getting there... In my report, I have detail lines containing a date and a number (0 or 1) if a person is sick or not on that date. The details are grouped by personal number. Now what I'm trying to do is to count the...
  2. FatEric

    Getting info from 2 tables depending on value

    Hi guys, I'm currently making a report that has three tables in the database design. The first table contains a date (for a whole year), a name, a number, ... The other two tables contain other values then name, number, ... In one of these tables you have all the dates from the beginning of...
  3. FatEric

    Group total in heading

    Hi all, I'm working with CR9 and I have 5 groupings. Factory, Unit, Line, Subline, Usernumber. From those groups I have the sums (for each sum) in the group footer. Those who will have to work with the form have the abbility to select the detail of what they would like to see (Only factory sum...
  4. FatEric

    Very slow retrieving records

    Hi all, I am writing a small report in CR9. I have two tables linked to each other with a left join. The first table has some user info in it, with some codes. Those codes you can find in the second table, with also i translated code. In my report I want those translated codes to show up...
  5. FatEric

    let main program wait for input

    Hi guys, I recently started programming in vb.net and I need a solution for this matter. In my program I get some info from a sql-server database. The user has to give in a name, and then I read the server and get all records containing that name (via "LIKE"). But when I get two or more...
  6. FatEric

    Remote restart desktops

    Hi all, At work we have 8 desktops at various locations which all show some info. But sometimes the desktop stops working / hangs ... Now I want to write op program which restarts the desktops trough the network. I have the network adress and my question to you all is how I can execture the...
  7. FatEric

    Recordcount -1

    Hi all, I guess this question has been asked a lot, but i could not find a right solution. I would like to know the recordcound of a recordset. So what I do is I open the connection like this (the 1 and 3 should solve the recordcount problem said some solutions): rs.Open(sql, conn, 1, 3)...
  8. FatEric

    reading windows login name and password (encrypted)

    Hi everyone, Again I have a question. I'm writing a program with a login screen. In the login screen, a login and password has to be filled in. Now I want to read the login and password of the user the is logged in into windows (because the login and password giving into the program have to...
  9. FatEric

    Transferring parameter between forms in vb.net

    Hi everyone, I'm new to vb.net. I recently started programming a new program for the company I work for. I now have a simple login screen (with a login and password). The password I have encrypted with MD5 (and works), but the MD5 code it has to be compared to is now hardcoded. Is there a...
  10. FatEric

    Reference to Parameter field

    Hi everyone, Is there any way to see to which field, formulas and so on a "parameter field" reffers. I wanted to delete a parameter field, but I get the following message: "The field ... could not be deleted. To delete this field, you must remove all references to it in the report." I have...
  11. FatEric

    Crystal reports viewer

    Hi everyone, Did not know where to ask this question. I'm looking for a crystal reports viewer that can refresh parameter fields. I wrote a report in CR the accesses a database. Someone else in the company should use the report, but without the development environment. I have found some...
  12. FatEric

    Selecting first and last date from group

    Hi everyone. For my company I have to write a report. In that report they want the information of a individual worker. I have an link created to a Access DB. In this DB the records are ordered as follows. For each day there is: The date; a worker number; a unit. What I want to do is to view...

Part and Inventory Search

Back
Top