Hi,
Sqlrpgle provides you with following:
SQLErrD(1) - treated as Char(4); last 4 characters of
CPF or other escape message
SQLErrD(2) - treated as Char(4); last 4 characters of
CPF or other diagnostic message
SQLErrD(3) - for Fetch, Insert, Update or Delete,
number of rows retrieved or...
Just a little sidenoye. The words exit and cancel tells me you want to leave the program with the press of F3 or F12. If that is the case CAxx is the right keyword to use.
Furthermore... without knowing exactly what Im talking about. When placing CAxx/CFxx in records you, if I remember...
Im just gonna pasta a little snippet of code to let you know what you are up against.
cmdStr = 'SBMJOB CMD(CALL PGM(pgm1) PARM(''' +
%char(number1) + ''' ''' +
%char(number2) + ''' ''0'')) ' +
'JOB(setValue' + %char(i) + ') ' +...
Scanning through all of the bifs is of great benefit when starting to use free. Not need to know their exact syntax, but just knowledge of their existance will help alot.
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and I really like that cold beer that should be every...
Set third parameter in scan to set start position.
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
Is it the one where you use three different projects in one solution. In that case "The code project" - http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp has a rewritten documentation of that text that is a little easier to follow. If you have a specific problem post here and I can...
If you are to tip us about an faq you could paste the link to it while your at it :D
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
There is such a thing as
myDataset.WriteXml(myXmlWriter, XmlWriteMode.IgnoreSchema)
if you are working with xml in dataset. You can probably use the IgnoreSchema when you create your xmlreader or xmlwriter also
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most...
if activesync is installed on the desktop you could you the RAPI functions to communicate with the ppc
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
There must be a better way ;)
You cant expect me to go search the include directory each time I want a constant :)
Anyway.... I found my constants in winNT.h so I guess I can hand you a star!
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that...
Hi
When searching msdn for answers, often you find methods where the possible return values are descibed as constants. (Atleast when working with apis)
for example:
How am I supposed to know what PROCESSOR_ARCHITECTURE_SHX has for value? I dont want to guess :D
So, easy question does anyone...
I knew that :D Just tought you were playing with windows CE since you are using apis to create files on remote machines ;)
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
I would suggest you would look into the RAPI class
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceappenduser5/html/wce50grfRemoteApplicationProgrammingInterfaceRAPIReference.asp
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like...
orelse andalso could come in handy in some cases when evaluating :D
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
Okay so on antoher forum a most kind person informed me about the reason why my samples behaved different... Uninit and UnInit is not really the same... stupid sloppy me I say :)
But the question still remains? Is there any difference in the declarations, or is it just a matter of taste?
- - -...
The wav header specifies channels, average bps, sample rate and some more.
So to make a good concatination you will need to make sure those settings are the same, and then remeber to strip the header from the second file.
As SqueakinSweep said.. some googling on the wav format should be done ;)...
Hi!
I'd like for someone to please explain something about p/invoking that i havent managed to find out else where.
I believe that following two snippets both are p/invokes?
<DllImport("rapi.dll", CharSet:=CharSet.Unicode)> _
Private Shared Function CeRapiUninit() As Integer
End...
Squeakinsweep, how long do you consider it takes to write the code to save history(ie sent items)? 30 mins? I think one of your drawbacks doesnt really count ;)
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans...
I think you just have to make a reference to
System.Web.dll
to make it work.
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
Serach this forum for ftp and you will have several findings
- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
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.