Hi
I'm trying to export webapps from Portal 5.1 to Portal 6, using XMLAccess. All went well, but I just notice that once I export from version 6, some new information are included in the exported XML.
The info is DOMAIN=CUST... usually it's DOMAIN=REL...
what happenned ? I think this is...
Hi!
I'm currently using SQL*Loader to insert data into a Oracle table.
Here is my sqlloader command :
sqlldr / CONTROL=pfc_tmp_int_new.ctl LOG=tmp_int.log BAD=tmp_int.bad DATA=intv.dat ERRORS=2 DIRECT=TRUE>/dev/null
here is my table :
TABLE TTMPINTPFC (
INTCOD NUMBER,
MSGIDF...
hi
I have 2 sets of data :
Time of entry
Time of exit
Both data are varchar2(17), both data are something like this :
05/10/07 08:01:49
05/10/07 08:02:58
How can I find the time elapsed between "entry" and "exit"?
Thanks in advance
Forand
hi
I have 2 sets of data :
Time of entry
Time of exit
Both data are varchar2(17), both data are something like this :
05/10/07 08:01:49
05/10/07 08:02:58
How can I find the time elapsed between "entry" and "exit"?
Thanks in advance
Forand
Hi
I'm not sure if this is the right forum for this... but here we go :
I have this code :
SELECT
P.packagename, PH.action,
U.username by_user, PH.execdtime exection_time,
PH.environmentname, PH.statename,
FROM
harPackage P, harPkgHistory PH,
harAllUsers U
WHERE...
Hi
I'd like to have some information on how to have a Service Desk get integrated in AllFusion Harvest.
Some docs/link would be more than welcome.
Regards,
Pierre Forand
Hi
I'm basicly new to perl, and i would like some help to get started. First, the question :
I have a file, with this data in it
Maroc 1
Egypte 7
France 3
Angleterre
Espagne 2
Corse 5
Grèce 10
Italie 8
Suisse 9
Hollande 4
Belgique 6
Now, i'm trying to have a perl script open the file...
Ok. I have a big file... There are a LOT of messages in it. I don't know how many, but I know that each message ends with "END OF MESSAGE". I need to find the 13923th one.
I think i should be using the CSPLIT command, but I just can't get it to work well... Can you help?
Hi
I seem to have a problem..... Every time I "get" in a dead.letter.queue i only get the follozing : DLH
It has to be the Dead Letter Header... but how do i get it out??? The message I get is in my "text_buffer" var (char text_buffer[31000])
I'm using Visual C++.
I...
How can i :
Change a system (or user) environment variable (on NT) and use that variable in my program ?
Do I have to close and re-open my program to do so?? ?
Please help, i'm desperate....
How can i get my program to create a sub-folder?
Like... i'm working in c:\PGQ, and i want my program to create .\dump so that i have c:\PGQ\dump
hElP!
Forand
ofstream poubelle;
poubelle.open("DUMP.TXT");
poubelle<<"Programme : Purge Queue Garbage pour MPS\n";
poubelle<<"blablablablablalba\n";
How can i open DUMP.TXT in an other directory?
it is currently open in c:\PGQ\DUMP.TXT
but i'd like it to be in...
Hi.
I'm building a menu here, and i can't seem to dynamicly change the CHECKED status of an Menu Item...
i know... newbe question. But i've been at it for an hour, and i can't find any example on the internet...
Thanks!
Pierre
How can I change the color of an Item in a CListControl.
I'd like to have one item (text only) in blue... But all i can get is to have the WHOLE box's items to turn blue.....
hElP:!!!
Hi
I've created a report, and i'd like my application to "shell", and open the report (REPORT.TXT) with the associated extention application (notepad??).
How can i do that???
Hello!
I've manage to get my List Control box to work just fine. But I can't get it to sort my item when i click on the header.. How can I get my items sorted?
Thanks
Pierre
Help me, i'm tired of this s***. (sorry about that)
I have a List Control (m_List). I've manage to put infos in it. Here is how I did :
---------------------------------------------
strItem.Format("SOME INFOS");
lvi.iItem = 0;
lvi.iSubItem = 0;
lvi.pszText =...
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.