Brilliant, gits!
Thx!
User Profile
Collapse
-
johnywhy started a topic Is It Possible to Retrieve A Variable Name of a Parameter Passed to a Function?in JavascriptIs It Possible to Retrieve A Variable Name of a Parameter Passed to a Function?
Hi
My question is NOT the topic covered in this thread:
https://bytes.com/topic/javascript/answers/809155-howto-get-variables-name-not-value-introspection
Here's my scenario:
...Code:function Billiard(){ // position this.position; // strike another billiard this.strike = function(targetBilliard, strength){ targetBilliard.position -
i didn't "report" a bug, it just seems to be a bug to me.
I believe my problem and solution, when compared, support the bug hypothesis, but you can judge for yourself....Leave a comment:
-
i updated the link referring to form syntax, see post above.
but you don't know that yet.
apologies, i'd have to do a lot of work to paste in the code, because the sample involves tables, forms with behind code, queries, and a code module. it's not just about the code, it's about the whole application.
sorry, not trying to exclude people behind firewalls, but the solution i found works for me. i'm...Leave a comment:
-
Yes, my mistake, i do mean ListBoxes. Sorry about that. I would have changed the OP title and body, if i could.
I already provided the code samples you requested.
Not sure if we're talking about the same form syntax issue. The form syntax issue i'm referring to is covered here.
You might disagree that this is a Microsoft bug, but the solution i posted does solve the problem, so this thread can be marked s...Leave a comment:
-
Solved.
Problem: when VBA selects all rows in a listbox every time the listbox is requeried, selection behavior gets wonky: some selected rows do not appear selected.
Produces wonky selection behavior:
1. ListBox Where condition changes
2. Requery ListBox
3. Select All ListBox Rows
4. Repeat
Demo of problem:
https://drive.google.com/file/d/0B8F...vQlh4SDcyUk11b...Last edited by zmbd; Apr 21 '14, 04:05 PM. Reason: [z{reset OP best answer, see my posts for reasons.}]Leave a comment:
-
ListBox Rows Not Displaying Selected State Correctly After Many Requeries
this is very weird (and urgent).
when i select rows in a listbox control on a form
, using access vba, some rows behave exactly the opposite of how they're supposed to behave-- they APPEAR unselected when i select them, and selected when i unselect them.
However, when i check their Selected property with VBA they return the expected value (meaning the row Selected...Code:oListBox.Selected(lngRow) = True
Last edited by zmbd; Apr 21 '14, 04:45 PM. Reason: [z{Most Companies Block YouTube}{Placed URL tags}{made edits per OP's posting}] -
How To Call Form VBA Function From a Query?
How can a sql query call a vba function inside an open form?
The form is called "Flex2 Hospitals" and the VBA function inside it is called "TJCs".
I've tried the following syntaxes without success:
For example:Code:[Forms]![Flex2 Hospitals]!TJCs [Form_Flex2 Hospitals].[TJCs]
...Code:SELECT * FROM Hospitals WHERE [Flex2 Hospitals].[TJCs]
-
Debugging PHP using Eclipse and PDT
hello
hope someone can figure this out.
i'm using pdt with eclipse to debug a php app.
I'm able to debug a single script, but how to step through a php app containing many files?
The debugger does not seem to understand a multi-file application., it does not seem to find needed external php files or images.
and, when i submit the index.php, i get back "blank./index.php"...Last edited by Atli; Oct 24 '08, 11:08 PM. Reason: Removed the "Help!" from the title. It's completely redundant.
No activity results to display
Show More
Leave a comment: