a notation or direction at one place (as in a document or file) to pertinent information at another place
Questions tagged [cross-reference]
365 questions
0
votes
0 answers
c# wanting multiple ui threads but getting cross-reference errors instead
i'm still very new at c#, threads and forms. i'm writing a small data acquistion program. it has two threads: the main ui thread and a sensor polling/logging/charting thread. when the user clicks the "start-logging" button, it it continuously polls…

4mla1fn
- 169
- 1
- 15
0
votes
1 answer
PHP - Cross Reference Dropdowns
I have a form that I need to build that provides the user with 3 drop down menus. The first one is manufacturer. The user selects what manufacturer they want and then they click the "Submit" button. A query is generated and it puts that…

smack-a-bro
- 691
- 2
- 13
- 27
0
votes
1 answer
Xtext: Cross-References with Alternative
I've started my first Xtext project and I run into a problem with Cross-Reference (That's what I think is maybe the problem). I've got a DatType, InterfaceDescription rule and an Enumeration. What I want to do is to describe an interface by leting…

ph09
- 1,052
- 2
- 20
- 31
0
votes
0 answers
Simple left join?
I have 3 tables that contain several transactions for the last 5 years for each building. The tables are at the building level and have a unique building_code for each building that also serves as a key.
The tables are Expense, Revenue, and…

Tone
- 765
- 10
- 24
- 51
0
votes
1 answer
Cross Reference SQL Data
I have two tables like this:
Table 1
id code classID
43 EDGE-10 13
Table 2
classID class
13 T-Shirts
how can I cross reference the classID in the first table to join the class to table 1 in a view?
Any help is much appreciated!

Tyler Nichol
- 635
- 2
- 7
- 28
0
votes
1 answer
How to cross reference a table in an Access data source using Visual Basic 2010
I'm very new to programing. I'm using Visual Basic 2010. I have an Access data source named CoreDataSet, it has three tables: Rates, Vendors, Zones. I have binded the Vendors table to two Combo boxes, when a Vendors' Name is selected the first three…

user1681199
- 1
- 2
0
votes
2 answers
MySQL cross-reference lookup on large data
I am designing a table that will be used for cross-reference purposes with the structure:
id (BigInt) | cuid (Varchar(255)) | term (Varchar(255))
On a webpage a person will type in either a cuid or a term, and the program will look up the…

Aaron
- 1,693
- 4
- 26
- 40
0
votes
1 answer
Error on referencing RadioButton in MainActivity from another class
I created an application that will print out the time in binary.
The logic works nicely, but when I tried separating the logic and the GUI I ran into some problems. There seems to be a cross-reference problem but I can't seem to find…

hacke
- 279
- 1
- 6
- 20
0
votes
2 answers
XML element hierarchy referencing
I'm looking through possible representations for what can be considered a finite depth graph in XML format for data exchange purposes. The problematic point is how to reference nodes in edge tags. Two strategies I see are a) using unique identifiers…

Dimitri Tcaciuc
- 5,053
- 5
- 20
- 22
-1
votes
0 answers
Is there a Macros (or any other workaround) to allow me to count cross-references in Word docs?
I am looking for a way to be able to extract the number of cross-references from Word docs. The reason why I mention Excel is because I came across this thread, which was no help.
Granted, perhaps the VBA works perfectly, but my understanding is so…

Innisfayle
- 1
- 2
-1
votes
2 answers
Angular 2+ how to reference component in a peer MODULE
Angular 2 - 7: (Source below): I have SectionA Module with components a and b. A peer of SectionA is SectionB module with components ba and bb.
The parent of BOTH SectionA and SectionB is called all-sections.module.ts.
In app.module, I ONLY…

Yogi Bear
- 943
- 2
- 16
- 32
-1
votes
1 answer
How to query from a large amount of information (Python)
I've recently been thinking of projects to start, and I've settled on an OS fingerprinting tool. I know that the OS can be determined by matching TTL and TCP window size, but I don't know the most efficient way to cross-reference that information to…

The Defalt
- 69
- 8
-1
votes
1 answer
Cross reference target path for :func: :class: only paths from root work
I'm a bit perplexed as to why my cross reference targets at not working correctly. Only full paths seem to work. I have the following project structure:
my_project
-my_project
-adapters
-adapter_base
-adapter_1
-adapter_2
-docs
-build
…

Arctelix
- 4,478
- 3
- 27
- 38
-1
votes
1 answer
Issue running developer cross-reference in AX 2009
I'm trying to run the AOT cross-reference in AX2009, path from GUI is
and with
the Update Data Model & Update Type hierarchy fields checked.
I receive the following error when attempting the above:
User is not
authorized to delete a record in…

user3738097
- 1
- 1
-1
votes
1 answer
SQL query using lookup table values as columns
I have 3 tables: Device, Service, DeviceXService
Table (Device) has a list of devices and fields associated to the devices such as serial number device name etc.
DeviceID | Device Name | SerialNumber
1 | iPhone | 2352532533
2 |…

A Work In Progress
- 11
- 1
- 1
- 3