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 =...
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!
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...
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!
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...
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...
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...
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!
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...
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...
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...
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.
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.