Hi All,
I am writing because I recently found two files which puzzle me.
they are s348.4 (file type 4) and s348.5 (file type 5). they are both located on my c drive and are both huge 4 gigs. a good friend informed me that this is the largest size microsoft will allow to be written. My...
Hi all,
I have been working all night being able to not put when I save. I must have changed some property along the way and now even though i have disconnected my website I put.
can someone let me know what I can do to stop this from happening?
thanks in advanced
Ronze
Hi all
I am having trouble with the chart function on a subreport.
I inserted a chart object to a tabular report. the aim is to have a different pie chart displayed for each group.
I have four columns in my table stage1, stage2, stage3, stage4
my select statement is
select stagetime...
Hi All,
I am trying to make my query result look like this:
category first second final
Elephant 5 2 7
tigers
bears 3 3
as you can see i have a row "tigers" without any values.
my raw information would look like this...
Hi All,
I would like to publish a collection of access reports as a booklet. is this possible?
Can I publish my reports to word?
thanks in advanced
Christina
Hi all,
I'm having some trouble with word and thought this forum was a good place to start.
For some reason i am seeing edit marks (paragraph, section breaks, paragraph markers) on all of my views, aka Normal, Web, Print, Outline.
Usually i only see these park ups on outline. I do remember...
Hi all,
I would like to use the referential integrity functions of ms access however I am having some difficulties controlling the options.
I have a few relationships between two tables which are 1-1 however when I pick cascade update, or cascade delete access makes them into 1-M
how can I...
Hi Everyone,
My error is pretty simple but since I am running an ODBC to an AS400 non-programatically i do not know what to do.
The message says Estimeted query time of 263 exceeds limits 60
I have changed query attributes on the as400 (chgqrya) to no max. this takes care of the as400 side...
Hi Everyone,
I have a problem using COMPUTE.
here is the table
TABLE FILE TEST1
HEADER CENTER
"THIS IS A TEST"
" "
SUM
FIELD1/D12.1 AS 'IRR'
FIELD2/D12.1 AS 'ACT'
ACROSS FREASON AS 'REASON'
COMPUTE TOTFIELD1 = C1 + C5;
COMPUTE TOTFIELD2 = C3 + C7;
BY SORT1
BY SORT2
BY SORT3 -*...
Hi
I am not sure if this is the correct forum to place my question in but here goes.
I am trying to emulate a webFOCUS report on the SQL/400. the webFOCUS report uses FST.Field. I can use
select TOP(1) * from table
normally but SQL/400 does not have the keyword TOP.
does anyone know what...
Hi all,
I'm not sure if this is the right forum, but here goes.
I am writing a program in vb.net to read a flat file transmitted over the EDI line on AS2 protocol.
the program looks for an event to occur within the server's receiving folder. when a new file comes in, the program should shoot...
Hi Everyone,
Just wondering if there are any significant differences between installing a vb.net program on a client and a server?
I have a program which uses FileSystemEventArgs to identify when a file is downloaded, then connects to it with an oledb. The program works fine when I run it...
Hi All,
I am trying to populate a treeview with directories and subdirectories, I do not care about files. In fact this is why I can not use the openFile object. I do not have a file to get the full path name from.
here is the code I am using
Private Sub FindAllDir()
Dim...
Hello everyone,
I would like to send the following cmd through vb.net to msDOS.
ren *in *.txt
I think it should look something like this:
Dim objExec = Shell("C:\Garan>ren *.in *.txt")
I got this off of a message board and I know this is half, if that much, of what i need.
I used to...
Hi everyone,
I would like to change a flat file (*.in) to a *.txt.
I thought I could use the process object but I'm pretty sure I am wrong.
any suggestions?
thanks
Ronze
Hi all,
I am having trouble openning my oleDB connection, I was hoping someone here could see what I am missing
here is my code:
Dim MyConn As System.Data.OleDb.OleDbConnection
Dim Mycommand As System.Data.OleDb.OleDbCommand
Dim strConn, strCommand As String
txtActivity.Text &= "file " &...
Hello everyone,
I am looking for away to parse a flat file (.in) which is delimited by the '|' character. the files will on occasion hold data that contains a comma within as part of the field.
I am using VB.net and will hook up to the file using OLEDB. I haven't built much of it yet so I...
Hi everyone,
I would like to create a .Net program which will detect when an new file is created and activate a transition from .xls to .mdb. the program will be on at all time within a MS Server 2003 box.
The older version of this program looked at the file every 15 secs I can redo this...
Hi all,
can .Clone work with ADODB? i am trying to use clone to avoid some saving/editing issues my application has
strSQL = "select a.style1, a.style2, a.style3" & _
", a.sizecode, a.sizerange1, a.sizerange2, a.sizerange3, a.sizerange4, a.sizerange5 " & _...
Hi,
I have a website with four frames on it. the two frames I want to work with are the left (my left facing the screen) and the top.
I have a script which lets people drag and grop images I provide. It is possible, currenty, to drop an image behind the left and top frames and loose them...
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.