Now i am looking for html help workshop, i supplied it from msdn web site. I haven't understood something. Are we use rtf documents in html help workshop as we do in help workshop of vb or it is not nessary? Any help will be appreciate.
Thank you
much.
I hane never used crytal reports. I hope help you.
What kind of sort you want? If you mean sort data of a table, you can do this with a sql query.
for example
dim rs as adodb.recordset
dim sql as string
sql="select * from table order by field asc/desc"
rs.cursorlocation=aduseclient
set rs = new...
dear all,
i have created an application in vb6 and i created a help file for this application using Microsoft visual studio 6.0 tools -> Help Workshop. I wrote the rtf file in times new roman font and generally the document is in Greek with Greek characters. When i save and compile the project...
I understod both you, Clone is a good idea.
What exactly is a PASS (key) in sql statement? What do you mean a PASS (key)? And how can i use it into a sql statement? Do you have any link or whatever about PASS (key) to understand this?
Thank you SBerthold.
What kind of sort you mean? Alphabetical for example? Do you mean to display the results in a listview control?
And when the user selects the record pass it into the datareport and print it? Something like this?
I don't want to print all results in any case because the...
Something else maybe helps you, when you add a new record the record adds after the last record of your table. So either you save this record either not, you don't want to be in the last record but in record you were before adding, except that the record you were before was the last.
Well, if...
hello all, i relativelly new in vb6.
I have a form that user types values for fields of a table, then another form displays the results if the record/s exist. I also created a data report shows these results and my purpose is to print the datareport. I didn't use data enviroment at all but ado...
hello everybody,
I am new in vb6 and datareports too.
I am using vb6 and i am trying to display a data report based on an ado shape sql query. My query collects fields from table orders and table orderDetails and the 2 tables relates with OrderID. My problem is that when i display the report in...
What exactly want to do? Having a form that the user inserts new records or a form that displays records by users criteria and you want the user edit the exist record?
If you want a form inserting records and the cansel button not save changes, design a save command button and a addnew command...
Hello, i am trying to display a data report assigned on user's criteria.
My problem is that when the search_invoiceRep appears, appears a message box too, says ERROR Datafield 'ORDO2' NOT FOUND. I had a look to forum but i didn't found something to help me. I haven't understood what causes this...
I found why the statement i refered occured me this error. The reason was that i hadn't set the provider in MSDataShape.1 in the connection string. Now it works all right.
I have a question to do. Can i use ado shape command with data provider set to MSDASQL.1 ? Or i have to use it only with...
Hi all,
I am getting a runtime error
Invalid Sql Statement, expected 'DELETE','INSERT','PROCEDURE','SELECT' OR 'UPDATE'
sql= "Select * from Orders " & _
"where OrderID like " & 'ORD02%' & _
" and ShipName like " & '%'
sqlOrdDet = "Select * from OrderDetails " & _
"where OrderID='" &...
This is a good idea.
In the form i display the results of sql query i have a command button named PrintPreviewCmd to connect the data report with the query i have tried this:
Private Sub PrintPreviewCmd_Click()
Dim rsClone As ADODB.Recordset
Dim cmd As New ADODB.Command
'rsord is the...
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.