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 strongm 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: kalkalai
  • Content: Threads
  • Order by date
  1. kalkalai

    refresh exits before refresh finishes

    Hi ALL, first all HAPPY NEW YEAR all MEMBERS of this SITE! My question is related to refresh method of busobj (I am using BO version 5.1.6)... My code is below <code> For Count1 = LBound(TxtNames_H) To UBound(TxtNames_H) 'MsgBox (TxtNames(Count)) Set Doc =...
  2. kalkalai

    Sybase Open Client Library

    Hi, Please, can you help me to find Sybase Open Cient Library (certified for Sybase server)? I need this library to be installed on my Solaris 9.0 machine. Thanks in advance!
  3. kalkalai

    Creating .exe only file from C# program

    Hi, I have a C# program, it uses lots of .dll files. Now I want to create an .exe out this C# program and install it on OS where .net framework is missing.... Thanks in advance (can't i do this just like in delphi, when delphi creates an .exe of its program, this .exe file works everywhere...
  4. kalkalai

    Export To Local File Format

    Hi, Plz, can u show a VB code how to Export To Local File Format, for example to export .txt, .csv, etc.... thanks in advance!
  5. kalkalai

    BO report export to database

    Hi, (1) plz, can you show one example of how to export data from View Data to database (i.e. Export to RDBMS) in VB? (2) is there any difference between saving the report output in txt format and exporting it to txt format? thanks in advance!
  6. kalkalai

    Problems importing .xls file to BO 5.x

    Hi, just for example.... i have a .rep file i exported it to .xls file saved it on c:\ one of the columns that it contains is "dd.mm.yyyy hh:mm:ss"... then i wanted to open this .xls file using BO again using Personal Data Files but it only shows those rows which are dd.mm.yyyy 00:00:00 , it...
  7. kalkalai

    BO report results to DB

    Hi, I have a BO report, it gives results. Now, is it possible to export these data to another database. I.e. i want to write these data to database... Of course, it would be good to directly take the scripts and run them on db and to tranfer data to my db. But BO reports' sql scripts are too...
  8. kalkalai

    BO reports

    Hi, I have one BO report which has two different data providers, i.e. to be more exact two different report which have two different free-hand sql statements... both reports format is Name TIME RESULT A 2007.08.27 00:00:00 0.89 Now I want to create a third...
  9. kalkalai

    BO report file SQL

    Hi, I copied BO .rep file SQL script to directly query the db... my query does not execute since it cannot undestand the below written script part select substring("0", sign(sum(dbo.ABC)), 1)... it says that it cannot find column named "0", plz can you help me? Thanks in advance!
  10. kalkalai

    c# + getting proccesses

    Hi, I am trying to get all the processes running and kill them like this foreach (Process process in Process.GetProcessesByName("Excel")) { process.Kill(); } But the problem with this is that there may be processes that were not started by...
  11. kalkalai

    C# Form Freezes

    Hi, I have a C# program... which reads SQL scripts and connects to Oracle. By the way I have put the RichTextBox while it is processing I am appending text there so that I see the start time before the sql script is requested, then some middle texts... But the problem is my window freezes while...
  12. kalkalai

    VB &amp; busobj

    Hi, I just wanted to automate running .rep files using Excel macros... I found some useful code on this forum to run busobj as follows busobj.Application.CreateObject ... set hp = busobj.Documents.Open(...rep) hp.refresh after refresh i am getting a prompt where i should type the start time...
  13. kalkalai

    TCP/IP

    Hi all, Could anyone give precise explanation or direct me to any website where I can find answer to what is meant by TCP/IP packet header? - I think that it is "IPv4 or IPv6 header + TCP header + Data". Am I right? Thanks in advance. Regards.

Part and Inventory Search

Back
Top