I created a standalone java desktop application using netbeans. It works on my pc both in the IDE and without the IDE. The issue is when I put all of the objects that are in the project folder into a zip file and email it. When the pc tries to use the executable jar file it comes back saying...
I have users that are putting in invalid codes, the hex value is 2A but I want to see if I can store these codes in a file and use the program to read thru all of them and scan the fields for them, the reason is that when I encounter more of them it would be easier to update the file with those...
Nevermind I have it now.
SQL to change the Primary code to Y if it is the lowest cost............
UPDATE OAKEJ/FLPJ PJ
SET PJPRMP = 'Y'
,PJCHGD = '1091113'
,PJCHGT = '1202'...
I need to update File(OAKEJ/FLPJ) and Set PJPRMP(Primary Supplier) to "Y" when PJLCOS(Last Cost)= WP1COS(the Lowest Cost from OAKEJ/FLCP1WP for Part 'A 680 322 12 25'
as well as Set PJPRMP to "N" when PJLCOS>WP1COS
**************Initial SQL STATEMENT***************
SELECT...
Is there a way to use a variable in the From SQL statement, I tried :@FILE and it fails to compile, when I use @FILE by itself it will compile but in the joblog it says it can't find the file *LIBL/@FILE, any suggestions
@FILE is a file name that is passed earlier in the program
SQL...
I need to upload a csv file from my pc into a PF in the 400? Does anyone know how I could do that in a CLP routine?
I've tried using the CPYTOIMPF from the command line without success.
CPYFRMIMPF FROMSTMF('I:\TMP\AURAPARTS.CSV') TOFILE(IESR7TEST/AURPARTS) RCDDLM(*CLRF)
I'm relatively new to RPG and don't quite know it's potential or limitations, I have a PGM that builds a file then sends it in *XLS format to users via MAILXLS. The question that I have is it possible to pass VB codes into that spreadsheet that will be emailed to the users like a code to create...
USE BI_TEMP
GO
--
TRUNCATE TABLE
DBO.OAKEJ_LSSMETRICV
GO
--
INSERT INTO
DBO.OAKEJ_LSSMETRICV
--
SELECT *
--
FROM
DBO.ATHOMM_LSSMETRICV *******Imported Source Table
---------------------------------------------------------------------------------------------------------
--
IF (SELECT...
I'm fairly new to SQL Server 2005. I imported a Table, made a package that queries the data from the imported table, however when the package runs in the nightly refresh it runs the query but doesn't update the imported table data. Has anyone run into this before. The package is debugged and...
I'm new to SQL Server 2005 and I've got a SQL query that I keep getting a Invalid Column Name,
SELECT newreg AS region, crsite AS location,
CASE WHEN crsite='COLU2' THEN.03
WHEN crsite='COLUOH' THEN.2
WHEN crsite='GARYIN' THEN.24
WHEN...
Actually I figured it out. All I needed to do is use the parameter =Parameter!Regions.Value in the properties of the subreport. Before I used =Fields!Regions.Value.
I have a report in Visual Studio. In the data tab I created a Region Dataset from my main data to use as a drop down parameter in my report. The problem is that I have three subreports in that main report that I set the parameters to reflect the dataset. It works fine for three of my four...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.