|
|
|
|
|
|
| CODING FOR VB & ACCESS AS MULTIUSER |
| Dear all,
I want to develop one multi user application using vb as fornt end & access as back end. Now, I want help regarding connection between VB & Access.
1. Is it possible to use Access as Multi User Database, if possbile please provide same sample coding how to connect the database and at the time of inserting/deletion/update what should ... |
| connection, Database, ACCESS, user, application, help, sample, connect, time, inserting, update |
| (1 reply / 22 Views) Asked By Chandan Mukherjee in the VB 6.0 forum on Friday, February 05, 2010 4:17:34 AM |
| |
|
|
|
| Creating pdf from Visual Basic 6.0 |
| We have an application written VB 6.0 for creating EDI Invoices in Monarch 5.0 format and we have a web page that users go to view/download the invoices. Users have to have Monarch installed on their computer to view the invoices. At one of are user's company they recently upgraded to Windows 7 and they are getting an error messages with stating that Monarch is an incompatible program... |
| database, Creating, Visual, application, format, page, users, view, download, computer, user, current, version, Windows, upgrade |
| (2 replies / 20 Views) Asked By Eric Smith in the VB 6.0 forum on Thursday, February 04, 2010 4:00:04 PM |
| |
|
| How to open PDF files using Acrobat.AcroPDDoc |
| Dim adAcrobatApp As New Acrobat.AcroPDDoc
Dim adAcrobatDoc As Object
The above two lines i declare in genral
If InStr(1, filename, ".pdf") > 0 Then If Not (adAcrobatDoc Is Nothing) Then MsgBox " Aplication is already running" adAcrobatApp.Open (filename) &... |
| files, Object, lines, filename, CreateObject, code, window, file, seconds, debug, msg, create, help, resolve, advance |
| (3 replies / 30 Views) Asked By bhanu priya in the VB 6.0 forum on Thursday, February 04, 2010 6:27:44 AM |
| |
|
| Macro to save as XLSB binary format |
| I've written a macro to save a file with a name that is created in Range A1 on Sheet 1. The given file name ends in .xlsb because I want to save it in Binary format (to keep it small)
The Macro starts
Dim TEFileName As Range Set TEFileName = Worksheets("Sheet1").Range("A1:A1") FileNameAnswer = TEFileName Dim EXPENSE As Range Set... |
| Macro,Binary,save,as |
| (2 replies / 27 Views) Asked By Malcolm Snawdon in the VB 6.0 forum on Wednesday, February 03, 2010 8:53:52 AM |
| |
|
|
|
| excel data into access |
| Hi all, I have a ms access database, how to append excel record into access table only unique records-no record to add which already in access table.please give help me by providing a vb code than can I insert into my access form.any help would much much appreciated. |
| database, data, access, append, record, table, unique, help, code, insert, form |
| (1 reply / 33 Views) Asked By firoz poil in the VB 6.0 forum on Tuesday, February 02, 2010 4:10:43 AM |
| |
|
| Data Binding in vb 6.0 |
| Hi Experts, I am using Vb6.0. i need to bind a data field into combobox. whether the following coding i run and it shows error like unable to bind to field or datamemer "NameField" query=" Select Id,NameField from Table1" RS.Open Query, Con, 1, 3 Set Combo1.DataSource = RS&nbs... |
| error,showing,when,data,binding,in,combobox |
| (5 replies / 28 Views) Asked By Prakash Thirumoorthy in the VB 6.0 forum on Tuesday, February 02, 2010 3:22:40 AM |
| |
|
|
|
|
|
| HTTP Posting with VB Code, (or best solution) |
| I am trying to post an XML file to a secure HTTP website, but I don't know where to start. Does anyone have any ideas on the coding for this in VB. I would probably want to run the script on a schedule on my server so that it will look for any files in a certain directory, post them, then move them to an archive when posted to the site.If anyone has any ideas/suggestions, I appreciate... |
| HTTP,POST,VB,XML |
| (2 replies / 39 Views) Asked By TK Neva in the VB 6.0 forum on Thursday, January 28, 2010 5:06:23 PM |
| |
|
|
|
|
|
| adding data from subform to table |
| First I am new to the forum and to access. I ahve taken on a very difficult task for a newbie, but I'm making progress.
I have a similar question as the one posed at http://www.eggheadcafe.com/community/aspnet/88/10133555/adding-data-to-a-table-th.aspx There was a reply from Dean Lavell, but no followoup, so I gotta ask what I believe is the same question
I am trying to write code fo... |
| DataTable,subfrm,subform,appending,table |
| (4 replies / 23 Views) Asked By Allan Smith in the VB 6.0 forum on Tuesday, January 26, 2010 4:18:47 PM |
| |
|
| TAPI PBX |
| Hi,
Im development using VB 6.0 and I pretende conection with PBX LG-Nortel ipLDK-60 using TAPI.
How can I connection ? Im trying using lineInitializeEx, after that using LineOpen, and after that Im trying make a call using lineMakeCall, but return a error -2147483605.
Im using Windows XP professional and PBX connect in Router and my server is a Windows 2000 Server.
Thank you |
| Connection |
| (0 replies / 42 Views) Asked By Velok hotmail in the VB 6.0 forum on Tuesday, January 26, 2010 9:15:08 AM |
| |
|
| Set target cell value depending on hyperlink activated |
| I am trying to develop a system whereby a number of hyperlinks on a Menu page point to a single page that will access different data sets depending upon which hyperlink is activated to reach the Target cell. I would like to set the value of the Target cell to a value that would allow dynamic addressing of the master data set. The value could be numeric or a string (Hyperlink Tex... |
| cell, value, hyperlink, activated, system, number, Menu, page, point, access, data, allow, addressing, master, numeric, string |
| (0 replies / 21 Views) Asked By Harry Boughen in the VB 6.0 forum on Monday, January 25, 2010 11:35:00 PM |
| |
|
| Icon not displaying when exe is created. |
| Hi,
For the exe generated, the Icon is not displayed. I added the Icon in the project Properties --> Make tab --> Application --> Icon. I am using Vb 6.0
I can see the icon in the project properties. but the same is not displayed when the exe is generated.
I added the icon in the resource file too. But its not displayed.
I added the image for it.... |
| exe,icon |
| (3 replies / 47 Views) Asked By Ram Raghavendra in the VB 6.0 forum on Monday, January 25, 2010 2:08:46 AM |
| |
|
| Userform to fill 2 different word documents |
| I have written a VBA code for a word document, whereby when it opens, a userform appears where data is entered.
Upon entering the data, I have no problem for the data to be entered in
that document. But I would also want to open another document and fill
in the details as well.
Since my macro is saved in the first document, the 2nd word document cannot read the data entered in the userfor... |
| Userform,in,MS,Word,to,fill,2,word,documents |
| (3 replies / 40 Views) Asked By Raymond Koh in the VB 6.0 forum on Saturday, January 23, 2010 8:44:08 PM |
| |
|
| Cannot Prevent the Tab key from moving Cursor to next Box |
| I triied it This way:
If keyAscii = 9 then KeyAscii = o
If I place the above in Text1.Text Keypress event and Press the Tab key, the cursor
still goes to the next Text Box. How can I prevent that.
Also is there any way I could re- map the keyboard so that I could make the
Ctl or Alt or window Key Another Enter. |
| key, from, Cursor, next, Text, any, map, Tab, Box, Keypress, event, keyboard, Alt, window, Enter |
| (1 reply / 35 Views) Asked By Howard Colbourne in the VB 6.0 forum on Friday, January 22, 2010 9:25:40 PM |
| |
|
| Formatting tables with macro |
| Hello,Could anyone help me create a macro that selects bold text within all the tables in a document. I would like to use it to differentiate between horizontally and vertically laid out tables. Which also sounds a bit of a challenge. However, I have already created the table styles.Any ideas how to do this?Thanks. |
| Word-VBA,table,formatting |
| (1 reply / 41 Views) Asked By Anita Bardos in the VB 6.0 forum on Thursday, January 21, 2010 5:29:56 AM |
| |
|
| List View - Column |
| Hi All,Does anybody know, how can we view the contents of a ListView in a single column itself? My view type is lvwList and also i have checked the "Check boxes" option too. Now i am getting the data as multiple columns with a horizontal scrollbar. I want to change it to a single column with a Vertical scrollbar.Any immediate help will be highly appreciated.Thanks in advacne Anish |
| ListView,Single,Column,view,etc |
| (4 replies / 47 Views) Asked By Anish v in the VB 6.0 forum on Wednesday, January 20, 2010 6:58:35 AM |
| |
|
| mail merge |
| I have a mail merge doc set up in word. I am trying to create a macro that allows duplex, and trifold printing. I have tried the following macro, it allows for duplex printing but it only includes the first record. I need it to include the first 2 records.
Dim i As LongWith ActiveDocumentFor i = 1 To .Sections.Count.PrintOut Background:=False, Range:=wdPrintFromTo, From:="s" & i,... |
| merge, create, duplex, includes, first, record, include, Sections, Count, Background, False, Range |
| (1 reply / 63 Views) Asked By Sheryl Setterlind in the VB 6.0 forum on Tuesday, January 19, 2010 3:59:07 PM |
| |
|
|
|
|
|
|