Public Sub OpenCon() '>>> open connction If Cn.State = 1 Then Cn.Close Cn.ConnectionString = "provider=microsoft.jet.oledb.4.0; data source= " & App.Path & "\ebnew.mdb" Cn.CursorLocation = adUseClient Cn.Open End Sub
I need a to design an application that contain two protein sequences. The second and first sequence...
(More)
I need a to design an application that contain two protein sequences. The second and first sequence is to be compared and find out if the second sequence is present in the first sequence.
i wish to preview a text base report before printing . i used rich text file but the out put is...
(More)
I WISH TO PREVIEW A TEXT BASE REPORT BEFORE PRINTING . I USED RICH TEXT FILE BUT THE OUT PUT IS DISTURBED.. I DO NOT WANT TO USE DATA DESIGNER OR CRYSTAL REPORTS. THE OUTPUT SHOULD BE PREVIEWED ALONG WITH PAGE SETUP & PRINTER CONTROLS. IS IT POSSIBLE TO DO SO ?