Hello,
I know there is a NodeMouseClick method, but is there double mouse click event or right/left button mouse click event?
Cheers,
Charles
User Profile
Collapse
-
TreeNode double mouse click event in C#?
-
Thanks a lot! This was really helpful ;) -
Reading XSD in Java
Hello,
I have an xsd file, and I would like to read its structure and display it as a JTree.
I know there are DOM and SAX parsers, but Im looking for something that would detect simple/complex types etc.
Is there any library able to do this? I know C# has XMLSchema, but I have to write in Java.
Cheers,
Charles -
Server exists and is online, becouse
works just fine....Code:Con.Execute("Select * from *")Leave a comment:
-
-
Ok so table name is "ttt" and column name is "ccc". Still this does not solve the problem.Leave a comment:
-
table name "table" column name "column".
What's the difference?Leave a comment:
-
ADO connection.execute problem
Hello,
I have a problem with connection.exec ute statemant
It does compile, but does not complete. It 'hangs' on this command and does nothing. No error no result.Code:Con.Execute("UPDATE table SET column = 'a'")
Cheers,
sad -
XSD:Elemet values from external standard
Hello,
I have and element called "MIMEType". I want it to have values based on external standard: http://www.iana.org/assignments/media-types/index.html
Any ideas?
Cheers,
sad -
You are missing the point here. I don't want to have an update query. I wrote I want it to be done via VBA code and I have my reasons. Plus I want it done just as in algorithm I wrote in first post.Leave a comment:
-
Selecting single row from access table
Hello,
I have an access table with fields: ID, Name, Surname, Training. I would like to select every single row in this table to operate on it. Alghoritm would look something like that:
i = 1 to all_rows
1. Select i row
2. Check if ID exists in EMPLOYEES table
3. Read ID, Name and Surname and insert it in table EMPLOYEES
4. Read ID and Training and insert it in table PAST_TRAINIGS
5. Return... -
Columns are imported properly, the rows are not.
But thanks "is Null" works.Leave a comment:
-
Problem with importing excel sheet into access table
Hello,
I have and excel sheet with fields: Name | Surname | Dept. When I execute the following code, it imports 16 empty rows + filled ones
[code=vb]DoCmd.TransferS preadsheet acImport = 0, acSpreadsheetTy peExcel9 = 8, _
"importowaneDan e", sciezkaPliku, True[/code]
In the excel sheet the only difference between those 16 empty rows and others is formating (different font and... -
The problem is that SQL statement is too long and it places 9 at the end of string and stops adding :/
Besides I can't change recordsource of report. When I try to do that I either get message "can't change row source becouse report is not open" or "u can't change row source when report is open or printing".
I can only change recordsource while in design view, and I dont want user to be is design view...Leave a comment:
-
Problem with "WHERE-IN" statement in SQL
Hello,
I have an access report with WHERE clause: "WHERE tMonth in (Forms!frmMain! txtMonths)"
when txtMonths = "7" (f.e.) it works just fine, but when I try to execute the code when txtMonths = "7,8" it displays empty report
Any idea what can be wrong? -
Opening a report using listbox values
Hello,
yeah it's me again :P this time I have a question about listbox and opening a report:
On a form I have a listbox where I store months. I also have a report where I list names of employees trained in every month.
Now, I would like user to select months (1 or more) which will be included in report. So if user will select May and June I would like to display only those months on a report. Any idea how I can... -
Problem with date format in access 2003
Hello,
In access 2003 I have date format yyyy/mm/dd, but I want it to be dd/mm/yyyy. I tried to enter dd"/"mm"/"yyyy and dd/mm/yyyy in format property, but it changes automaticly to dd/mm"/yyyy". Any ideas?
Cheers -
problem with a querry
Hello,
TRAININGS(ID_TR AINING, TRAINING_NAME)
HOSTED_TRAINING S(ID_HOSTED_TRA INING, ID_TRAINING, DAYS)
EMPLOYEES_ON_TR AININGS(ID_HOST ED_TRAINING)
What I want to do is a querry with sum of days and number of employees for each training
Tried something like that but it returns error "ID_HOSTED_TRAI NING is not a part of aggregate function" or something like that:/
[CODE=SQL]SELECT s.TRAINING_NAME... -
Ok I did the easiest thing I could... If Me.Dirty Then ;) Thanks for helpLeave a comment:
-
Like I said. Me!txtNazwiskoN ew is set to "-1" after CurrentDb.Execu te strSQL, dbFailOnError if no change in Me!txtNazwiskoN ew or Me!txtImieNew or Me!txtStanowisk o is madeLeave a comment:
No activity results to display
Show More
Leave a comment: