Questions tagged [saving-data]

353 questions
-1
votes
1 answer

Returning sum in one table in one row from a series of records per user_ID

Assuming Main Table has 10 columns with an Amount column, which must be updated form a second table, the DepositTable, with deposit column MainTable id is titheID, and is unique, hence no multiple identical values allowed. DepositTable can have the…
-1
votes
2 answers

c# How do I save an array without a savefile

I have an array of randomized music files. Is there a way to save an array in my .exe without creating a save file? This is my array string[] playlist = new string[] { }; It is created under public partial class frmMain : Form when the program…
-1
votes
1 answer

Convert .xlsx file into cedilla (Ç) delimited format

Can you please help me convert a conventional Excel document into an cedilla (Ç) delimited (upper case Ç) format like a .CSV format? To my knowledge it would be saved as a .txt file but with the upper case Ç separating each column of data. An…
Jim Johnson
  • 59
  • 1
  • 6
-1
votes
1 answer

Reading out textfiles and saving the lines in String[]

So I am making a media player which you can use to listen to predefined radio stations and play your own music on. I can already Load Songs and play them in a playlist. I managed to save the songs in the list to a text file so you don't have to…
Jeremy V
  • 3
  • 3
-1
votes
1 answer

Handling a very large list of options for a user

I have an application that allows the users to select a location. Currently I have 5 locations to pick from, but I'd like to expand this to use a master list containing about 100 options. I also need to have the user's preference saved. Currently,…
level42
  • 946
  • 2
  • 13
  • 33
-2
votes
1 answer

How to save an Uploded ImageView in javafx

I am working on a JavaFX project(application), i have all my methods setup adn it all works include a Customer Upload Image method (he can upload his photo), I have also a Serializable File that include all my app information but it does not allow…
-2
votes
2 answers

What is the proper event to save data using UserDefaults?

I'm new to ios. I have a view controller and some data object in it. I want to save data to UserDefaults before the view controller is disappear. In android I used "On stop" event and so on. What is the proper event in ios? I thought about saving…
Dima
  • 1,189
  • 1
  • 8
  • 12
-2
votes
1 answer

Excel VBA temporarily save value

I'm writing a little program which selects an Employee out of a pool of names with a seed. The image of the selected employee shows up in a userframe. I'd like the program to keep the selected a employee's name for the whole day. In this case, even…
J.schmidt
  • 721
  • 5
  • 27
-2
votes
1 answer

How to save Photos?

I‘m new to Android programming and couldn‘t find a good solution for my problem yet. In my App users can select photos from their gallery which are then used in a Cardview Layout for different categorys in the App which the user can create on his…
Nimey
  • 7
  • 3
-2
votes
2 answers

Checking if the storage is full before writing to internal storage

I use internal data (the app's private data) to save data. However, in the event that the device is out of storage, how can I check if the storage is full before saving? And in the event the data written to the file is very big, causing the…
anon
-2
votes
1 answer

Saving Data from phone to a OnceDrive account

Currently have no experience in programming and have been chucked in the deep end. I've currently made a simple UWP app that has a text box and a button. I want it so when I type in the text box and hit the button, the content from that text box is…
-2
votes
1 answer

Saving data in excel shared workbook

I made an amateur winform, which saves data from textboxes to a shared excel workbook in a first blank row of a specified worksheet. This winform is present on 3 PC's and the workbook is reachable on dropbox. In my situation I cannot make a shared…
G S
  • 5
  • 3
-2
votes
1 answer

cakephp saving data for a related model's related model (not typo)

I've run into a bit of a problem saving data in cake php. here are the models/relationships. District hasMany Departments Department hasMany Groups I am in a view for creating new district, in which I've allowed the user to create multiple new…
Todd
  • 5,314
  • 3
  • 28
  • 45
-2
votes
1 answer

Sequential Files

Okay, so I'm still learning the basics of programming. Still learning to use pseudocode. I have read, and practised to write pseudocode operations. I still get so confused, and when I ask questions to my instructor I feel like I bother her. Maybe…
Mandygir
  • 25
  • 7
-3
votes
0 answers

How does saving google docs changes work?

Can someone explain me how the saving of documents work in google docs when making small changes? By this I would like to know what kind of compression they could be using and comparisons between the last saved document and the new one, so that they…
1 2 3
23
24