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...
User Profile
Collapse
-
Reportviewer text direction
-
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 -
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...Leave a comment:
-
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... -
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
Code:"xcacls.vbs
-
Edit - nvm I found what I was looking for using part of your solution
Thanks again!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 -
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...Leave a comment:
-
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,... -
-
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... -
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.
DresseLeave a comment:
-
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...
No activity results to display
Show More
Leave a comment: