I need to add a header and a footer to flat file - I just need to get values from the parameter like system date and report run date in the top line and for the footer I need to get the record count and prepend 00000 to it as shown below:
Header:
"A" "F" "2012-03-01" "20120229"
Footer:
"$M" "0000001252" "." "0000"
How can I achieve this in Unix?
Hi, am a student and i have homework about bourne shell script and i am having difficulties because i've never written this kind of scripts.
1. The problem statement, all variables and given/known data:
So i have to write a script that check if files header.txt, content.txt and footer.txt exist.
Hi, am a student and i have homework about bourne shell script and i am having difficulties because i've never written this kind of scripts.
So i have to write a script that check if files header.txt, content.txt and footer.txt exist.
This is my file(Target.txt)
name|age|locaction
abc|23|del
xyz|24|mum
jkl|25|kol
The file should be like this
1|03252012
1|name|age|location
2|abc|23|del
2|xyz|24|mum
2|jkl|25|kol
2|kkk|26|hyd
3|4
Column 1 is row indicator
for row 1 and 2, column indicator is 1,for data rows its 2 and for footer its 3.
for footer the record count is is required.
Please help me how to achive it
I have an xml drawable shape with rounded corners which is background of listview(with margin 10dp).
Now I added header/footer to the listview.
But how can I make background not affect header/footer? I want it to start from the first(not header) element in array and finish at the last(not footer). The size of items in listview is known.
Thanks!
ive seen a post before and i tried to copy and implement it on my porject but i have trouble doing so this is the link that im talking about How do I create a header or footer button bar for my Android application it is on implementing header and footer my problem is that i cant put on my activity in the middle how can i do it in all my activity here is the code for my activity
main activity
Quote:
/opt/util/sqlplus10g -s << ENQSQL
set feedback off
set verify off
set pagesize 0
set term off
set termout off
set heading off
set echo off
it still display header and footer
header
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Sep 24 13:41:51 2012
Copyright (c) 1982, 2005, Oracle.
Quote:
/opt/util/sqlplus10g -s << ENQSQL
set feedback off
set verify off
set pagesize 0
set term off
set termout off
set heading off
set echo off
it still display header and footer
header
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Sep 24 13:41:51 2012
Copyright (c) 1982, 2005, Oracle.
I am new to Android and designing an app. I want to use same custom header and footer like https://trianglewiki.org/RGreenway_App for different activities. The different activities includes listview, mapview and webview. I do not want to use actionbar as it is not supported in old versions (right?). Can somebody guide me or provide me a link for that?