|
I want to append a record in a TClientDataSet based on another record (in this same TClientDataSet). Problem is that i can't access another record in the TClientDataSet because the cursor is pointed to the row i'm appending. And i can't find another way...
Started by Niek H. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Which.
The only way to do this would be to fully dissect the ClientDataSet.Data property content.
|
|
This is a question for anyone who has the pleasure to work in both Java and C#.
Do you find that you have to make a mental context switch of some kind when you move from one to the other?
I'm working in both at the moment and because the syntax and libraries...
Started by Omar Kooheji on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I've used the functional aspects of C# more and more as I work my way through learning F# (now writing in that or OCaml really....
3.0, I use delegates, generics and especially API constructs like Dictionaries, way more than I ever did in Java.
|
|
Hi,
I have two branches : X and Y. I want to replace a Y's subdirectory (y1) by its equivalent from X (x1).
For the time being, I do the following : copy x1 to Y, remove y1, rename (move) x1 to y1 :
a) svn copy https://path/to/branches/X/x1 https://path...
Started by Barth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you really want to replace the directory, you can do that with two operations:
svn delete https://path/to/branches/Y/y1 svn copy https://path/to/branches/X/x1 https://path/to/branches/Y/y1
If Y/y1 is really already an older copy of X/y1, you shouldn... .
|
Ask your Facebook Friends
|
Hello,
I have a user on what we will call PageA.aspx. This user needs to get to PageB.aspx. The obvious way is have a hyperlink that simply sends them to PageB.aspx. That got me thinking about the other ways to get between pages. One could use javascript...
Started by Craig on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A server-side (via postback) redirect is good if you need to, say, need to track specifics about which... .
It's best for SEO, accessibility and usability.
All user agents know what a link is and what it represents .
A real link is best for most circumstances.
|
|
I've got an old DOS (read: abandonware) machine running my old DOS games (as referenced here) . I'm finding that over time, my floppies are starting to die and become completely unreadable.
So recently i've been finding abandonware binaries of games i...
Started by NoCarrier on
, 13 posts
by 12 people.
Answer Snippets (Read the full thread at superuser):
If not, you should....
It's not just not add games ofter), then the easiest way may be to remove the hard drive from the dos box for the DOS hard drive.
One way of moving files to old machines that I have found useful is to use ZModem.
|
|
This section of the glibc manual explains job control, but unless I am missing it, it doesn't explain how to implement the ability to move a job that has already launched into the background or foreground.
Can anyone give me a basic example, overview,...
Started by Kyle Brandt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
One is absurdly simple: the shell or some other....
I don't mean to be a smart ass, but have you tried looking in:
http://ftp.gnu.org/pub/gnu/bash/bash-4.0.tar.gz
;-)
-Oisin
There are two aspects of foreground/background in the Posix *nix operating systems .
|
|
I've got to move around 320,000 files, 80,000 folders (only 100 Gb) of data. Some files are > 1GB but most are < 1kB.
I've had a look at http://serverfault.com/questions/26467/fastest-method-of-copying-files but I'm not sure how useful any of these...
Started by in.spite on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Obviously....
This way the disk isn't concerned by issuing to automate the process a lot easier.
I found the most efficient way to copy large numbers of files was to stream them in to ISO files first and then copy the ISOs instead.
Being scanned.
|
|
Currently I am doing it like this:
CGRect frameRect = myUIImageView.frame; CGPoint rectPoint = frameRect.origin; CGFloat newXPos = rectPoint.x + 10.5f; landscape.frame = CGRectMake(newXPos, 0.0f, myUIImageView.frame.size.width, landscape.frame.size.height...
Started by Thanks on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I put my 'moving around stuff' in an animation block, and let the iPhone do the moving....
You could optimise, I suspect you are doing something else wrong .
Yes, you can move the center but the code is not significnaly more efficient.
|
|
Hey guys,
So, I have a navigation that is a list and has sublists and sublists.
Basically, the nav is by default collapsed, but if people click on a page that's in a sublist, I want to show the parent list. And if it's a sublist of a sublist, I need both...
Started by Stephanie on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This).closest("ul") will traverse the parents until it finds a ul
http://docs.jquery.com/Traversing/closest#expr
...it will continue to traverse up the document, parent by parent, until an element is found that matches the specified expression.. .
|
|
Hi!
It looks like we will be moving and my son has about 50 LEGO sets that he has built and is concerned that they won't look the same once we get to our new home. Aside from rebuilding everything or taking things apart in chunks and reassembling, is ...
Answer Snippets (Read the full thread at lego):
|