User Profile

Collapse

Profile Sidebar

Collapse
Dresse
Dresse
Last Activity: Aug 29 '10, 09:27 PM
Joined: Jul 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dresse
    started a topic Reportviewer text direction

    Reportviewer text direction

    Hello everyone

    I have some database fields that I need to show in a vertical direction. However when adjusting the Writing Mode of the field it will just do this:

    |
    |
    |
    |

    Which will change the text direction but I am trying to get the following result:

    | | | |

    Which I haven't found any solution for yet. Is it possible to show the fields from the database...
    See more | Go to post

  • Dresse
    replied to Trouble getting right data with select query
    I have carefully ready your remarks and adjusted my database and fieldnames accordingly. Thank you very much for the eyeopener. My database is finally working as I was hoping for!

    Regards

    Dresse
    See more | Go to post

    Leave a comment:


  • Dresse
    replied to Trouble getting right data with select query
    Some records from each table:

    tblReport
    ReportID (pk) - Date
    1 - 7/08/2010
    2 - 7/08/2010

    joinTable
    ReportID - YardID - JoinID (pk)
    1 - 1 - 1
    2 - 1 - 2

    tblMachines
    MachineID (pk) - Machinename
    1 - Machine1
    2 - Machine2
    3 - Machine3

    t...
    See more | Go to post

    Leave a comment:


  • Dresse
    started a topic Trouble getting right data with select query

    Trouble getting right data with select query

    Hello again

    I am having some trouble getting the right data out of my database, maybe any of you can help me get the right data.

    My Tables:

    tblReport
    ReportID (pk)
    Date

    joinTable
    ReportID
    YardID
    JoinID (pk)

    tblMachines
    MachineID (pk)
    Machinename

    tblTools
    ToolID (pk)
    Toolname

    Repor...
    See more | Go to post

  • Dresse
    started a topic vbscript and xcacls

    vbscript and xcacls

    Hello

    I am trying to adjust the folder permissions using vbscript and xcacls.

    The folder path that is getting its permissions modified is stored in a variable called strName.

    My script works correct like this:

    Code:
    xcacls.vbs "c:\home\Test, User" /g Domain\user:F
    However when trying to use my variable instead of the full path it does not work.

    Code:
    "xcacls.vbs
    ...
    See more | Go to post

  • Edit - nvm I found what I was looking for using part of your solution

    Thanks again!
    See more | Go to post
    Last edited by Dresse; Jul 30 '10, 05:50 PM. Reason: found answer

    Leave a comment:


  • Excel change save location when combobox value changes

    Hello

    I was wondering if it is possible to define a save location when a value in a combobox is selected.

    ex.

    Combobox:
    a
    b
    c

    if 'a' is selected i want the save location to be Z:\a\filename.x ls

    I've searched a bit already but haven't found anything specific yet, any help is very much appreciated.

    Regards

    Dresse
    See more | Go to post

  • Dresse
    replied to c# cash register logging
    Dear RedSon

    - The sales must be kept per day, and at the end of the day they will print the total sales of that day
    normally it wasn't needed to keep logs, however it could prove useful to store the information of each day

    - With reports I actually meant printing data from a datagrid, I made a class that provides a printlayout and prints a nice table of the data in the datagrid.

    - I don't want to...
    See more | Go to post

    Leave a comment:


  • Dresse
    started a topic c# cash register logging

    c# cash register logging

    Hello

    I'm wondering what the easiest solution is for logging each sale that has been made.
    I just need to keep track of the total cost per sale and at the end of the day I want to make a report that counts all the sales made today and makes a total.

    Currently i'm just writing data to a textfile, so when I press a button I get an overview of every sale that has been made.
    But this method is a little basic,...
    See more | Go to post

  • Thanks ChBinder this is working for me
    See more | Go to post

    Leave a comment:


  • Dresse
    started a topic Saving Images in TableLayoutPanel to one image

    Saving Images in TableLayoutPanel to one image

    Hello

    I have images of users that are loaded from my database into a tablelayoutpane l. This happens when a certain group is selected in a combobox.
    Now I need to know how to export this to a single image, because I need to be able to make group pictures when there is a new user or one is removed.

    The images are loaded into pictureboxes that are loaded in the tablelayoutpane l.
    Any help is very appreciat...
    See more | Go to post

  • If the user has filled in different values for the fields, then how can i use a query to get the old values into the archive when he presses save? Cause the archive is a copy from the original.

    So I guess I need to update the archive before the new is updated, but i'm not so good with sql statements. So I can't really get a right syntax for it. I'm using a acces database.


    Dresse
    See more | Go to post

    Leave a comment:


  • Dresse
    started a topic Saving old and new data in 2 different tables

    Saving old and new data in 2 different tables

    Hello,

    I am trying to save data to one acces database, but in 2 different tables. I use a bindingnavigato r to view, edit, delete, modify my data.

    Now the data is about recipes, so has alot of fields that contain numbers of ingredients. If the user makes a change in one of these recipes, the OLD recipe should be stored into an archive table while the new data gets stored in the original one.

    This is too...
    See more | Go to post
No activity results to display
Show More
Working...