compare data and create documents

Hi gurus

Need your help again. I have the following data...

Examples of data

SELECT 'H1' pak_type, To_date('01-Mar-98','DD-Mon-YY') eff_dt, '94' grp dual FROM
UNION ALL
SELECT ' H2', To_date('01-Jul-12','DD-Mon-YY'), eff_dt, 94' dual FROM grp.
UNION ALL
SELECT ' E1', To_date('01-Jul-13','DD-Mon-YY'), eff_dt, 94' dual FROM grp.
UNION ALL
SELECT ' E1', To_date('01-Mar-98','DD-Mon-YY') eff_dt, 15' FROM dual grp.
UNION ALL
SELECT ' H1', To_date('01-Jul-12','DD-Mon-YY') eff_dt, 15' FROM dual grp.
UNION ALL
SELECT ' E2', To_date('01-Jul-13','DD-Mon-YY') eff_dt, 15' grp DOUBLE;

Power REQUIRED

Pak_Type Eff_DT GRP

E1 1 JULY 13 94
E1 1 JULY 12 15
E2 1 JULY 13 15

Rules
-If the grp even had Pak_type E1, H1, H2 then create records 1.
record 1 = get eff_dt E1 then compare WITH H1 AND H2 eff_dt AND maximum eff_dt AND CREATE a new record.

-If the same grp content E1, E2, M1 and then create 2 folders.
record 1 = get eff_dt E1 then compare WITH H1 eff_dt AND maximum eff_dt AND CREATE a new record.
proceedings 2nd = get eff_dt OF E2 and then compare WITH H1 eff_dt AND maximum eff_dt AND CREATE a new record.

Concerning

Shu

Hello

Thanks for the display of the data of the sample; It is very useful.  However, never use numbers 2 years; It is simply asking for trouble.

SELECT 'H1' pak_type, To_date('01-Mar-98','DD-Mon-YY') eff_dt, '94' grp dual FROM

creates an eff_dt in the year 2098 (assuming that it is running in 2014).  I don't think that's really what you want.

What to do if all 4 of the pak_types you mentioned occur on the grp even?

What happens if there are other pak_types in addition to the 4 you mentioned?  Should we ignore them?

Assuming that you don't really want to have eff_dts more than 80 years in the future, which gives the results you requested:

WITH got_related_data AS

(

SELECT pak_type, eff_dt, grp

MAX (CASE WHEN pak_type = "H1" THEN eff_dt END)

COURSES (PARTITION BY grp) AS h1_eff_dt

MAX (CASE WHEN pak_type = 'H2' THEN eff_dt END)

COURSES (PARTITION BY grp) AS h2_eff_dt

FROM table_x

WHERE pak_type IN ("E1", "E2", "H1", "H2")

)

SELECT DISTINCT

pak_type

Largest (eff_dt

h1_eff_dt

NVL (h2_eff_dt, eff_dt)

) AS eff_dt

grp

OF got_related_data

WHERE pak_type IN ('E1', 'E2')

;

but it could be a coincidence.

It might help explain the problem you are trying to solve.  What does the data mean?  What is the output?

Tags: Database

Similar Questions

  • Help in the merging of data and create mailing labels

    I have a CSV file with three field ("name, envelope" "" = address"and"City ST Zip") and 245 records.

    I have the labels that correspond to seven on a page.

    I have the designed document. I am able to get the fields inserted, but... when I merge, I get the first page with seven the first record labels, the second page with seven second record labels, page 3 with seven third record labels. You get the photos. I want seven different addresses on each page. So... instead of having more to 35 245 pages.

    Is this possible or should I find a way to make my drawing in Word? * sigh *.

    Everyone made the same mistake; you set seven (records) to your InDesign document, are not.

    Create the first instance (upper-left)

    Go to control panel to merge the data and choose multiple records per page.

    It helps to have put guidelines in place for the Visual presentation and I try to keep the total area of my equal fields the number of hole - exactly 2 inches of width, for example.

    Data merge multiple records per page will need the values for spacing from room to room. Integers and guides make easier.

  • How to manage data and create new textInput fields during the destruction/creation of new views?

    Basically, I need to know how to create another textInput field when I pass data from one view to the other, while recording the data that has been adopted in a first time.

    I want the user to be able to enter text into a textInput on the first view field and see on the next view, BUT I want the following view to record what the user has entered, return to the first view, then take another entry from the user and create another field textInput on the second point of view. It's like a memo pad app. The user enters a task on the first view, then he or she is able to see it on the second point of view. Then, the user must be able to navigate back to the first view and create another task which also goes to the second point of view, but does not replace the first task that was entered. My problem is to create new textInput fields as new data comes in for the second point of view. Any ideas? Perhaps textInput fields are not visual components I should use...

    http://d-solve.com/flexas3-global-variables-and-the-singleton/

  • Sort of the original data and creating a new channel

    Hello

    I have a channel called "engine speed".  This channel extends the numberic values between 0 - 3000.  I want to create a channel named "Op_Sensor_Desired_Pressure" is the same length as the "engine speed", which I am familiar with.  I want my fill my Op_Sensor_Desired_Pressure channel with the data I have.

    I attach a CSV file that indicates the speed of the engine with the Op_Sensor_Desired_Pressure value.  So what I want is when the engine speed is = to what is in my CSV file I want to fill my Op_Sensor_Desired_Pressure value with the specifications in my spreadsheet to.  Values that do not exist then I want to present with a "NoValue".

    I thought to use a dictionary but cannot make it work. (As below)   I've also attached a set of data that I use.

    Dim dict3, j, t
    Set dict3 = CreateObject ("Scripting.dictionary")
    j = chnlength (1)

    Dict3.Add '630', '1 '.
    DICT3. ADD '1010', '2 '.
    DICT3. ADD '1020', '3 '.

    Call ChnAlloc ("Op_Sensor_Desired_Pressure", j, 2)
    For t = 1 to j
    IF dict3. There are (ChT (t, "Engine speed")) then
    CHD (t, "Op_Sensor_Desired_Pressure") = Dict3.Item (ChnVal (t, "Engine speed"))
    On the other
    ChD (t, "Op_Sensor_Desired_Pressure") = "NoValue".
    End If ' dict3

    Next

    Hello J,

    I have advanced and added the linear interpolation between the 2 fit points closest to you at each measured engine speed value.

    Call DataFileLoad (RawFilePath, 'TDM')
    Call DataFileLoad (FitFilePath, "CSV")
    Set RawGroup = Data.Root.ChannelGroups (1)
    Set FitGroup = Data.Root.ActiveChannelGroup
    Set RawSpeedChannel = RawGroup.Channels ("motor speed")
    Set FitSpeedChannel = FitGroup.Channels ("motor speed")
    Set RawPressChannel = RawGroup.Channels.Add ("Op_Sensor_Desired_Pressure", DataTypeChnFloat64)
    Set FitPressChannel = FitGroup.Channels ("Op_Sensor_Desired_Pressure")
    iMax = RawSpeedChannel.Size
    XMin = CHC (FitSpeedChannel, 1).
    XMax = CHC (FitSpeedChannel, 2)
    FOR i = 1 TO iMax
    X = RawSpeedChannel (i)
    n = PNo (FitSpeedChannel, X)
    XN = FitSpeedChannel (n)
    IF X = Xn THEN
    Y = FitPressChannel (n)
    < xmin="">
    X 1 = FitSpeedChannel(n+0)
    Y1 = FitPressChannel(n+0)
    X 2 = FitSpeedChannel(n+1)
    Y2 = FitPressChannel(n+1)
    m = (Y2 - Y1) / (X 2 - X 1)
    Y = Y1 - m * (X 1-X)
    Else if X > XMax THEN
    X 1 = FitSpeedChannel(n-1)
    Y1 = FitPressChannel(n-1)
    X 2 = FitSpeedChannel(n+0)
    Y2 = FitPressChannel(n+0)
    m = (Y2 - Y1) / (X 2 - X 1)
    Y = Y2 + m * (X - X 2)
    ON THE OTHER
    IF X > Xn THEN
    X 1 = FitSpeedChannel(n-0)
    Y1 = FitPressChannel(n-0)
    X 2 = FitSpeedChannel(n+1)
    Y2 = FitPressChannel(n+1)
    <>
    X 1 = FitSpeedChannel(n-1)
    Y1 = FitPressChannel(n-1)
    X 2 = FitSpeedChannel(n+0)
    Y2 = FitPressChannel(n+0)
    END IF
    m = (Y2 - Y1) / (X 2 - X 1)
    Y = Y1 + m * (X - X 1)
    END IF
    RawPressChannel (i) = Y
    NEXT ' I

    I enclose a file TDV useful to show the correlations and the gap between oil pressure measured and desired.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • The most effective way to log data and read simultaneously (DAQmx, PDM) high data rates

    Hello
     
    I want to acquire the data of several Modules cDAQ using several chassis to
    high data rates (100 k samples per second if possible). Let's say the measurement time is 10 minutes and we got a large number of channels (40 for example). The measured data is written to a PDM file. I guess, the memory or the HARD disk speed is the limits. For the user, there must be a possibility to view the selection of channels in a graph during the measurement.

    My question: what is the best and most effective way to save and read data at the same time?

    First of all, I use an architecture of producer-consumer and I don't want to write and display the data in the same loop. I expect two possibilities:

    [1] to use the 'DAQmx configure logging.vi' with the operation 'journal and read' to write the data to a PDM file. To display the data in a second loop, I would create a DVR samples documented and 'sent' the DVR for the second loop, where the data will be displayed in a graph (data value reference). This method has the disadvantage that the data of all channels is copied into memory. Correct me if I'm wrong.

    [2] use 'DAQmx configure logging.vi', but only with the "journal" operation to write the data to a PDM file. To view the selected data, I had read a number of samples of the TDMS file in the second loop (I'm currently writing the TDMS file). In this case, I have only one copy data from the selected channels (not), but there will be more HARD drive accesses necessary.

    What is the most effective and efficient solution in this case?

    Are there ways to connect and read data with high frequencies of sampling?

    Thank you for your help.

    You say that the measurement time is 10 minutes. If you have 40 channels and you enjoy all CHs at 100 kHz, it is quite a number of values.

    In this case, I always try to approach under the conditions of use. If a measure is only 10 minutes, I just connect all PDM data and create a graphic module that could be in the same loop of consumers where connect you the data. You can always work on the raw data files big offline afterwards, the extraction of all the information you need (have a look at the product called NI DIAdem: http://www.ni.com/diadem/)

    The main issue is that the user needs to see in the graph (or perhaps a chart can be useful too). Lets say that the graph is 1024 pixels wide. It makes no sense to show multiple data to 1024 points, Yes? Every second will produce you 100 data points k per channel. What is the useful information, which should see your username? It depends on the application. In similar cases, I usually use some kind of data reduction method: I use a moving average (Point by point Mean.VI for example) with a size of the interval of 100. This way you get 100 data points of 1000 per channel every second. If you feed your graph every second with these average values, it will be able to data points in 1024 of the store (as a default) by channel (curve), which is a little more than 10 minutes, so that the user will see the entire measurement.

    So it depends on the frequency at which you send data to the consumer. For example, collect you values 1024 by iteration of the producer and send it to the consumer. Here you can make a normal means calc or a bearing (according to your needs) and he draw a graphic. This way your chart will display only the values of the last 10 seconds...

    Once I programmed some kind of module where I use a chart and not a graph, and the user can specify the interval of the absolute timestamp that is traced. If the data size is larger than the size of the chart in pixels, the module performs an average calculation in order to reduce the number of data points. Of course, if you need to see the raw data, you can specify an interval that is small. It all depends on how you program zoom functions, etc... In my case I hade a rate of 1 Hz, so I just kept all data in RAM limiting the berries to keep 24 hours of data, so that technicians could monitor the system. In your case, given the enormous amount of data, only a file read/write approach can work, if you really need access to all of the RAW data on the fly. But I hope that the values of working capital means will be enough?

  • End of Windows 7 permission - stop users save files and create folders in the C drive

    I am trying to create the image of the construction of Windows 7 Enterprise 64-bit machine.

    If I check properties of the C drive, go to the Security tab and click the Advanced button, I see not leave of UserGroup is only read and execute authenticated users however have extraordinary and create folders / append permisions data on drive C object. Because of this non admin users can create folders and save files on the C drive I want.

    If I remove the permissions for the authenticated users group, even the local administrator is not able to save the files in the C drive or create a folder here.

    Please suggest a system of authorisation which may restrict normal users to save data and created folders without screw Windows behavior in C drive.

    Sorry, I don't want to store them something on the root of drive C, they should be able to store files and folders in their user profile.

    I already gave you an appropriate command to achieve this goal:

    Cacls /G C:\ system: F administrators: F domainadmins:F everyone: R

  • Capture the content of the pdf presentation and create a new document based on the data?

    Are there programs that can capture the content of the pdf presentation and create a new document based on that? I want to convert the data from a pdf form to fill in an auto-generated shipping label. Thank you!

    Only field names that match exactly. You can use JavaScript and hidden fields to match the names of domain if necessary.

  • Not able to compare dates with apex in tabular form point and point

    Hello

    I need some help

    Workspace: REEMATEST

    email ID:- [email protected]

    password:-reematest

    Application No.:-52796

    page 5

    I have a table

    create the table trial_master

    (

    Identification number,

    date of act_st_date,

    date of ac_end_date

    )

    I send you the ac_end_date and the id of page 5 page 4

    in a modal popup window

    all employees associated id is displayed as a table

    whose values are fethcing of

    create table trial

    (

    Identification number,

    date of act_start_date,

    date of act_end_date,

    VARCHAR2 (1) flag.

    number of res_id);

    My problem: -.

    on page 4, please see the plsql process

    Impossible to compare dates

    Hi Reema,

    Control your process,

    you compare with the value of the element to Date with date of beginning not with the end date that is why it is updating an incorrect value.

    changing your date in the code below, columns

    in lieu of f03, f04 replaced by State, check the modified process

    DECLARE
    
    L_ACTL_START_DATE  TRIAL_MASTER.act_st_date%TYPE;
    L_ACTL_END_DATE    TRIAL_MASTER.ac_END_date%TYPE;
    
    begin
    
    FOR i in 1 .. APEX_APPLICATION.G_F01.COUNT LOOP
    
    IF  trim(upper(APEX_APPLICATION.G_F04(i))) != trim(upper(:P4_END_DATE))
    THEN
    UPDATE TRIAL SET
        act_start_date = TO_DATE(APEX_APPLICATION.G_F03(i)),
        act_end_date = TO_DATE(APEX_APPLICATION.G_F04(i)),
        FLAG='Y'
        WHERE RES_ID = APEX_APPLICATION.G_F01(i);
    
        ELSIF  trim(upper(APEX_APPLICATION.G_F04(i))) = trim(upper(:P4_END_DATE)) THEN
    
        UPDATE TRIAL SET
        act_start_date = TO_DATE(APEX_APPLICATION.G_F03(i)),
        act_end_date = TO_DATE(APEX_APPLICATION.G_F04(i)),
      FLAG='N'
        WHERE RES_ID = APEX_APPLICATION.G_F01(i);
    
    end if;
    END LOOP;
    
    end;
    

    Hope this helps you,

    Kind regards

    Jitendra

  • Documents, data and other

    Hello

    I have an iPhone 16 GB 6 more. It's the worst iPhone I've ever owned, and it is my 5th. False advertising actually means it can store only 11.3 GB of data. I ran out of space, and as I do once in a while, I've wiped the phone and started to charge. A few hours later 3 GB space is used for who knows what. There are only 12 applications on the phone, which is its use adds up to 580 MB. Connect this piece of shit on iTunes poster 1.7 GB of "Documents and data" and 1 GB of 'Other' too much room. There is no songs, videos or podcasts on the phone. Mail is not implemented although iCloud configures your default e-mail account. I have that turned off. There is no voice messages or messages on the phone (it was just reset). Yet, 3 GB is taken. It's my fault for buying a phone with this lean storage, but I expect to be able to use WHAT I have, even if Apple advertising is false. I read all the major blogs about how to clean this space, but they do not change a thing. What can I do at this point? Even a complete reset does not erase it. Only a year until I'm out of my contract, so it's an Android city for me.

    Thank you

    It is not false advertising. It's called math... Storage is calculated using decimal calculation for sale, where 1 KB = 1000 bytes. Computers don't work that way, they use hexadecimal math where 1 KB = 1024 bytes. As storage gets bigger, the gap grows as well. It is also time required for formatting and error correction.

    This is the way it has been since the dawn of electronic computers.

    If you are that unhappy in his subject, go buy something else... Let us know how that works for you.

  • Why my 6s Iphone says that I used 44,59 GB of data and documents when I don't have? Recently updated to iOS 9.2.1 and having problems.

    I bought the new 6 s iPhone with 64 GB of storage in December. A few days ago I updated to iOS 9.2.1 and I got a notification the next day saying that my storage was almost full. I was shocked because I have not yet used half of the 64 GB and before I upgraded to the latest updated everything worked well. Also, on a side note, game Center does not work and when I try to open the app it's just a blank screen and when I go into settings, click on the play icon, it does not even open.

    Back to the problem of storage, I don't not even use a lot of my storage upward. Look at the photo for reference. This photo was taken after I updated.

    So I am very confused right now with my phone and I have only had it a month ago and it's already the case. It does not make sense to me to have only 4.84 GB free. I used 6,76 Go on applications, and I have 20 apps and I understand that, but whence this other 44 gb?

    Why do we say I used 44,59 GB of data and documents when I don't? Could be a problem due to the update to iOS 9.2.1?

    BradCalifornia15 wrote:

    So I am very confused right now with my phone and I have only had it a month ago and it's already the case. It does not make sense to me to have only 4.84 GB free. I used 6,76 Go on applications, and I have 20 apps and I understand that, but whence this other 44 gb?

    Why do we say I used 44,59 GB of data and documents when I don't? Could be a problem due to the update to iOS 9.2.1?

    Connect your phone to iTunes on your computer and see what the ability the bottom bar shows for storage. You can have one large amount of 'other' data which may indicate a corrupted sync or corrupted update. If you have backed up with iTunes before you update, try to restore the backup.

    Take a look at the Board to the alarm user.

    What is 'Other' and what I can do about it?

  • Removal of Documents and data and other

    Material: iPhone 5

    Software: iOS 9.2 (at day, on this day)

    I have an old iPhone 5 that I'm redirecting as music player. I did a thorough cleaning ("erase all content and settings') of the device before you start. I copied the music on it (via iTunes on my MacBook). After a few moments, I noticed that the use of "Documents & data" is now about 900MB, and 'Other' is about 350 MB. What is this, and how do I empty?

    There are no installed applications (other than those which are by default on the phone). He has been in flight since the reset mode (but with WiFi and Bluetooth on), and it is an inactive SIM (got a new with my new phone, so this SIM has been disabled by my company). The only active account on my Apple account. No email, social media, etc. accounts are configured. There is no photos, videos, podcasts, or anything else on it. The use of the storage (under 'manage storage') shows some nominal storage by default applications (from 16 KB to 2 MB) and there is nothing further stated within each application.

    Then... What is only 1.25 GB of things which are appeared unexpectedly? And more importantly, how can I get rid of him? Other than music files (and the music app), there is no other applications or data on the iPhone that needs to be saved.

    Thank you.

    'Other' data the iOS itself, as well as any app data, messages or email.  350 MB is low, so it's mainly the iOS.  The Documents and the data is most likely the work of art album data, and associated playlists etc.

  • I have Pages version 5.6.1. How can I convert a document that I create in this version to an older version (Maverick) of Pages? I created documents in version 5.6.1 and I need for my colleague to open documents, but it has the ol

    I have Pages version 5.6.1. How can I convert a document that I create in this version to an older version (Maverick) of Pages? I created documents in version 5.6.1 and I need for my colleague to be able to open the documents, but it has the old version. I already clicked on 'option' and select 'duplicate' to get the prompt "save under". However, when I do this it does not to choose another version.

    To create a document that can be opened with previous versions of Pages, open the document in Pages, and go to the menu file (in the menu bar)-> export as-> Pages ' 09. Save the file and send it to your friend, if she can open it without any problem.

  • Adding a date and time to create a channel in a data plugin

    I would like to preface this question with the fact that I am new to VBS programming.  What I want to do is to create a plugin. Most of it is done, but I'm having a problem with the addition of two times to a.  I have a text file that stores the date and time separated by a tab character.  This file format was designed to excel.  When I bring him both the date and time are in different channels and I can not figure out a way to add both and either replace them or even place it in a separate variable.  Here is an example.

    Chan (1) contains the date, Chan (2) contains both.  This statement, which places the data in the string is:

    The StandChannels value (0). Values (k) = Chan (1). Values (i)

    I tried:

    The StandChannels value (0). Values (k) = Chan (1). Values (i) + Chan (2). Values (i)

    error: object doesn't support this property or method

    or

    Chan (1). Values (i) = Chan (1). Values (i) + Chan (2). Values (i)

    error: object doesn't support this property or method

    I tried several other iterations and have had no success.  This seems to be an easy task, Miss me probably something simple.

    Hi Eric,.

    The first problem is that your datetime format string was wrong, you need to use:

    File.Formatter.TimeFormat = "MM/DD/YY SS.fff.

    Or maybe if your year is first of all it must be:

    File.Formatter.TimeFormat = "YY/MM/DD SS.fff.

    The second question was slippery.  The newsgroups (0) you throw combines the ProcessedChannel values correctly, but you were not successfully picking off those that you wanted to leave Chan (0).  I don't really know why the method you were using did not work, but I found a similar one that does.  Note that I've only changes part SUB New_File (file, ChanNames) of the code, not the SUB Previous_File (file, ChanNames) part of the code (got tired of typing).

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • How to compare two dates and find exactly

    How to compare two dates and find the exact age of the person, no one could be an age of child 2 days or a month, or other.

    I'd really appreciate if someone help o

    Concerning

    After spending 2 hours, I go out with a solution by myself, how ever the function can be customize to check if the user enters date right.

    function findAge(subjectName,fromdate, todate) {
        console.log("findAge(fromdate, todate) is called now "+subjectName+"-->"+fromdate+"-->"+todate);
        if(todate) todate= new Date(todate);
        else todate= new Date();
    
        var age= [], fromdate= new Date(fromdate),
        y= [todate.getFullYear(), fromdate.getFullYear()],
        ydiff= y[0]-y[1],
        m= [todate.getMonth(), fromdate.getMonth()],
        mdiff= m[0]-m[1],
        d= [todate.getDate(), fromdate.getDate()],
        ddiff= d[0]-d[1];
    
        if(mdiff < 0 || (mdiff=== 0 && ddiff<0))--ydiff;
        if(mdiff<0) mdiff+= 11;
        if(ddiff<0){
            fromdate.setMonth(m[1]+1, 0);
            ddiff= fromdate.getDate()-d[1]+d[0];
            --mdiff;
        }
        if(ydiff> 0) age.push(ydiff+ ' year'+(ydiff> 1? 's ':' '));
        if(mdiff> 0) age.push(mdiff+ ' month'+(mdiff> 1? 's':''));
        if(ddiff> 0) age.push(ddiff+ ' day'+(ddiff> 1? 's':''));
        if(age.length>1) age.splice(age.length-1,0,' and ');
        console.log("===============================");
        console.log("Subject age is = "+age.join(''));
        console.log(" age Day = "+ddiff);
        console.log(" age Month = "+mdiff);
        console.log(" age Year = "+ydiff);
        console.log("===============================");
        var subjectAGE =  age.join('');
    
    }
    

    peardox Thanks for the reply

  • What is BBThumbs.dat and when and why it created in the emulator and how to disable its creation?

    Hello

    I download a bunch of binary files from the server to a directory under "file:///SDCard/myfolder/".

    I notice that in the emulator sometimes BBThumbs.dat is created in this folder.

    Is there a way to disable the creation of this file.

    I use JDE4.3.0.

    I would appreciate any idea on it.

    -MO.

    the blackberry creates a thumbnail of each image in the file and stores it in this file when you open a folder.
    When you open the folder again the thumbnail can be recovered (if the hash matches) in the dat file rather created, it's much faster.
    Windows did the same thing btw.

Maybe you are looking for

  • Removal of 'Read only' problem Windows 7.

    I want to remove the read-only form a game folder - void / files etc, I do via folder properties menu and it indicates that changes have been made (window comes up with bar grey fillings up to green) and yet I come back and it's like I have nothing.

  • C function pointer not accepted

    The ICB/LabWindow C compiler doesn't seem to work on function pointer. The following simplified code generates compilation errors "missing prototype" (statement * ModuleTest) line () and the FindModuleTest function. The same code with cvi included de

  • document feeder prints a black line down the Middle

    document feeder prints a black line in the middle of the page

  • Help on Windows 98 USB driver

    I need to save files off old my teacher computer, but the computer won't recognize any of my disks to jump when I put them in there. He continues to say that he cannot locate a driver for it. I can't use a CD to save the info because the CD drive doe

  • How can set the background of the screen

    I was going through all the thread related to this issue in this form, but could not be a good solution. I want to set the background color of the screen (main screen) and add fields on it. I found the solution for background coloring, but not fields