Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Capoerista
  • Content: Threads
  • Order by date
  1. Capoerista

    Usage of <DIV>

    I created the following webpage as an exercise to learn about CSS. http://web.ukonline.co.uk/adrian.cornforth/ Should the images ideally go in a <DIV> rather than a <P>? Is using classes e.g. centralbigspacing to control spacing seen as an acceptable method? I did this due to significant...
  2. Capoerista

    Pro*C : No rule to make target `-llibclntsh'

    Hi Everyone, We are trying to compile an existing C application to which we want to add PL/SQL extensions. After some messing with the make file compilations are successful, but it fails at the final hurdle with the message : gmake[1]: *** No rule to make target `-llibclntsh', needed by...
  3. Capoerista

    Can you measure IO on a file?

    Hi Guy's We are trying to tune application performance on AIX 5.2 . Is it possible to measure amount of IO going on for a particular file. We know which filesystems are busiest, but not files. We want to split out the busiest files but want to do it less by hunch and more by measurement...
  4. Capoerista

    Determing C-ISAM version of a file

    Hi Everyone, Does anyone know if it is possible to determine the version of C-ISAM used to create a file? I have tried bcheck and it gives lots of info, anything but the info we want. Thanks in advance Ade
  5. Capoerista

    Outer join returns no results (Impromptu Admin)

    Hi Everyone, I am trying to the following outer join : select T1."TERRITORY_CODE" "c1" , T1."TERRITORY_DESC" "c2" , T2."REP_MANAGER_CODE" "c3" , T2."REP_MANAGER_DESC" "c4" from {oj "XLOOK_TERRITORIES" T1 LEFT OUTER JOIN "XLOOK_REP_MANAGER" T2 on T1."REP_MANAGER_CODE" = T2."REP_MANAGER_CODE"...
  6. Capoerista

    Rich text file handling difference

    Hi All, I am having problems with the following bit of code. The RTF handling is behaving differently on two PC's, both with Win 2000 professional. One has Office 2002 (works OK), the other has Office 2003. The code is in a VB6 application and is used to strip out the RTF 'control' codes to...
  7. Capoerista

    Performance problem stripping blanks

    Hi All, I've inherited support of a VB application which is having performance problems processing large text files. I have narrowed down the problem to the for loop section. The aim is to read in an rtf file, then output a copy of the file with rightmost blanks stripped. The routine is...
  8. Capoerista

    Date Time Manipulation

    Hi All, Is it possible to do date/time manipulation easily on DATETIME YEAR TO SECOND variables ? (4GL 7.20.UE1, SE 7.24.UC8). I tried the following main define v_today DATETIME YEAR TO SECOND, v_yest DATETIME YEAR TO SECOND, v_diff float LET v_today = today LET v_today = &quot;2004-01-22...
  9. Capoerista

    Outlook 2000 bcc/from box

    Please can anyone enlighten us as to how we can get an option to have these fields available when sending a new message. Only one person in the office has managed this feat - but they can't ?@*? remember how they did it. It's really doing our noodles Thanks Ade
  10. Capoerista

    Is it possible to cut &amp; paste in Impromptu v5 ?

    Hi All, Does anyone know if there is any way of cutting/copying and pasting in the Query screen of Impromptu Administrator v5 ? Thanks Ade
  11. Capoerista

    Macro To Disable Auto Retrieve (Impromptu)

    Hi, We often have to look at client reports (Impromptu v5 and v7) where auto retrieve of rows is enabled. This causes problems as we can rarely cancel report with ESC just to go straight to looking at query. So I was wondering if the following things can be done in the macro langauge a...
  12. Capoerista

    Can I-SQL forms recieve paramters ?

    Hi All, Does anyone know if it is possible to pass parameters to an ISQL (7.20.UE1) form to be used as a default value when doing a query ? Thanks Ade
  13. Capoerista

    Copy joins between catalogs ?

    Hi Everyone, I am trying to find out if there is a way of easily copying joins from one catalog to another (Impromptu v7). Falling short of that does anyone have any comments on feasibility of writing a macro ? Since you don't appear to be able to have two catalogs open simultaneously I am...

Part and Inventory Search

Back
Top