Dear group, how do I "open" a file with my application. As a very simple example, how could I open a text file with my application?? by right clicking the file...
take a look at the command function ... From: "Rnd" <randomaccess10@...> To: <vbhelp@yahoogroups.com> Sent: Sunday, February 02, 2003 10:12 AM Subject:...
Hi John, ... What are you asking, exactly? How to convert it? THe "Yahoo database" can be exported to CSV, which can be readily imported into Access. Regards, ...
I am developing a program in which i want to use password protected access database. till now I was using simple access database. my coding was as follows Set...
YOU MAY DO ONE THING THAT CREATE ONE PROCEDURE AND CALL THAT PROCEDURE AT THE TIME OF ENDING UR APPLICATION. I.E. PUBLIC SUB ENDPROC() For each CurFrm in Forms...
Manish Gajjar
scroll@...
Feb 3, 2003 5:26 pm
10194
I have a problem to do in my VB class I am taking. The program searches a sequential access file for zip codes and then displays the corresponding city. The...
This assumes that each record of la8zip.dat contains the city followed immediately by the ZIP code, like "New York, NY10001". If it's otherwise, you'll have to...
Hi, Try this! Set com = New Command Set con = New Connection Set rs = New Recordset With con .ConnectionString = "Jet OLEDB:Database Password=mypassword;Data ...
Waqas Hussain
WHussain@...
Feb 4, 2003 4:06 am
10198
sir, thank you for helping me. I was desperately trying to find the code for my problem for quite some time now but I was unsuccessful. I rewuest you to keep...
Use this connection string; With con .ConnectionString = "user id = Admin;password ="";data source= c:\foldername\nameofdatabase.mdb;Persist Security...
hi all, i'm want to use datarepeater control to display the access data. can anybody help me to find the usage of DATARepeater Control. and how to use it. ...
Manish Gajjar
scroll@...
Feb 5, 2003 9:19 pm
10201
Hi, I've send you the attachment on your personal address because I think the group does not accept attachments. Waqas... "Manish Gajjar" To:...
Waqas Hussain
WHussain@...
Feb 7, 2003 12:22 am
10202
Hi All, How can find the existance of a Diskette in a Floppy Drive using VB Codes? Thanks and regards, Ibrahim ...
Hi to all !!! My question is: How can i display an Microsoft Office Word file into a Form. I need to view this file.doc in my form. Thanks a LOT !!!! ... Do...
Hi, Have you tried the OLE Control from vb's toolbox? marinescu florin To: vbhelp@yahoogroups.com <halford13@ya cc: hoo.com>...
Waqas Hussain
WHussain@...
Feb 7, 2003 4:12 am
10205
Option Compare Database Private Sub Command0_Click() On Error GoTo Err_Command0_Click Dim oApp As Object Set oApp = CreateObject("Excel.Application") ...
USING SELECT CASE VBKEYF5: COMMAND1_CLICK NEED TO BE ABLE TO USE SHIFT PLUS FUNCTION KEY TO DO A SIMAILAR ACTIVITY. NEED TO BE ABLE TO GO BEYOND THE...
Thanks my friend for your help! I will try this right away...... Regards, Laurie ... followed ... otherwise, ... the ZIP ... displays the ... this ... ...
Pass KeyCode and Shift to a subroutine. To check whether shift and or alt /ctrl key is pressed, use KeyTest = Shift and 7 Select Case KeyTest Case 1 ' or...
Hi Can anyone teach me how to retrieve updatable recordset from oracle stored procedure using VB6? I've tried using ref cursor via Oraoledb but it doesn't...
Hi - we're trying to get our heads around the shape command here, have docs from msdn but would be grateful if anyone could point us to some additional ...
Hi to ALL VBHelpers !!! Does anybody know how can I store jpg files (or other file type, like *.*) into a SQL table ??? If you know, please send me some...
This is just a thought but how are you veiwing in outlook, text mode, rtf mode or html? If it's in html view you might have to write to display in html. I've...
I think that's the problem - - it's opening in Rich Text. If I can force it to Plain Text, I think it would work alright - - or find the RTF commands to force...