Questions tagged [datasheet]

90 questions
1
vote
2 answers

Access vba select new raw in datasheet view

I have a datasheet view form. I want to add in it but when i set focus cause of sorting it select the top record which has data in it and edit it. Question is how I can select the new row which has * beside it, so when I set focus it will create a…
Morteza
  • 344
  • 1
  • 5
  • 16
1
vote
2 answers

How to make value in excel sheet become element of matrix in matlab

i have xls file name databus.xls, like this No. Bus Code Voltage Mag. Fasa Beban Generator Stat Mvar MW Mvar MW Mvar Qmin Qmax +Qc/-Ql' 1 1 1.04 0 50 30.99 0 0 0 0 0 2 0…
akunden
  • 13
  • 4
1
vote
1 answer

Search form with datasheet display

I have a form that is a search form. The form has drop down lists of field names and a text box where they can type search keywords. For each search field/value there is a drop down list of booleans (and, or, not). When the user hits the search…
abalter
  • 9,663
  • 17
  • 90
  • 145
1
vote
1 answer

Access subform datasheet using VBA

I currently have a subform which is loaded as a datasheet. So when I click the form, it will display current records (shown below but blurred) https://i.stack.imgur.com/XbdLq.jpg What I want to do is somehow, in VBA, access the form and it's…
Harun Asif
  • 11
  • 2
1
vote
0 answers

Sony IMX111PQ Datasheet

I am using the Nexus 4 for augmented reality applications. The cellphone features the Sony IMX111PQ CMOS sensor. Do you know where i should search for the datasheet describing the progressive scan patter of this CMOS sensor, online? I found this…
user1194167
  • 117
  • 9
1
vote
2 answers

Reading and understanding MCU datasheet and codes

Are there any tips for reading source code samples from manufacturer of MCUs'. I am a newbie for mcu programming, currently I have a MCU, datasheet and sample codes for them. But problem is sample codes are seems written for experienced users. Too…
ikhtiyor
  • 504
  • 5
  • 15
0
votes
0 answers

Data pull/visualization automation

everyone. I looking for a way to pull data from datasheets or directly from the databases and make visualization with that information. I just landed a job at a transport company that manages a lot of information, and they make everything using…
0
votes
1 answer

SP 2016 Single Line of Text greyed out in Datasheet view

I have an InfoPath form library with multiple promoted fields. The fields in question are Single Line of Text fields. The fields are all greyed out in the Datasheet view. I am used to only seeing this with multiple lines of text and rich text. The…
Sean
  • 163
  • 1
  • 2
  • 11
0
votes
0 answers

IoT LoRaWAN Tracking Node with Acsip S76G SoC

I'm developing a LoRaWAN tracking node based on a TTGO T-Motion board based on Acsip S76G SoC. This SoC incoporates a STM32L073RZ controller, a Semtech SX1276 LoRa Modem and a Sony CXD5603 GNSS chip. To optimize power consumption I played a little…
0
votes
0 answers

Is it possible to export the data from multiple pictures in a data excel sheet?

I got 1500 old books and i want to sell them all. I got from every book a picture but not al the information. I want to make a data sheet from al the books with pictures, names and author. My question; Is it possible to bulk import the pictures in a…
0
votes
0 answers

How to change row name in EPPlus

I am trying to change the row name and remove the word "Row Labels" I think that is the default. I wanted to change it to "Reviewer" Please see my codes below. I have tried to include name or different settings but still does not work. I have…
chir
  • 21
  • 2
0
votes
2 answers

Style cell in react-datasheet-grid

I came across a very nice package called react-datasheet-grid. I want to color a specific cell depending on it's value. When I build the table (data-sheet) I do it with an array of columns as the doc says. When I want to style it there are examples…
0
votes
1 answer

MLX90640 thermal camera subpage are shifted when the object is moving too fast

I am deploying the application with MLX90640 sensor (thermal camera 32x24 pixels) I am facing the issue, that when the object is moving too quickly, I can see that the subpages are shifted against each other. See the example: Is possible that there…
Skooty
  • 11
  • 1
0
votes
1 answer

How to add a popup to add a hyperlink to a cell in Excel?

I am new to Excel. I have a data sheet, and a lot of users have to enter their data in the sheet. I have a column with the header - 'linkToData'. Whenever a user clicks on a cell, there has to be a popup, which asks for the 'link text', and 'URL',…
User
  • 378
  • 1
  • 3
  • 16
0
votes
0 answers

MS Access datasheet no output from Pass-Through query

I Created a datasheet form (frmSales) in MS-Access Pro Plus 2021 based on a Crosstab query (qrySales) jus for report. The "qrySales" itself reads data from a linked view (dbo_Sales) from a back-end which is SQL Server 2019. Everything is fine and…