11,868 Topics

Member Avatar for
Member Avatar for tgifgemini

[B][/B] I am trying to display/open MS Access report and I get: [B]RunTime error 2486 - You can't not carry out this action at the present time[/B] on this line of code:[code] DoCmd.OpenReport stDocName, acViewNormal[/code] Below is my module: [Code] Set rsUnclaimedRptqry = dbUnclaimed.OpenRecordset("SELECT DISTINCT tblUnclaimed.L1L2, tblUnclaimed.PassNumber, tblUnclaimed.EmployeeName, tblUnclaimed.Status " …

Member Avatar for tgifgemini
-1
545
Member Avatar for hanzi_ru

Hi I need to know whether we can link objects in an autocad drawings with vb Also if it can be done, how? thanks in advance

0
72
Member Avatar for BPNavigator

Hi I'm new to Visual Basic and writting code for excel. My first attempt at writting a piece of code is to format a range of cells to display a particular date and time format. dd/mm/yy hh:mm. My problem is that I have written the code that uses a drop …

Member Avatar for BPNavigator
0
179
Member Avatar for snurd

VB6.0 The following is how I open the Excel file, what I need to know is how to see if it is already open, and also a new Sub to close the file. [code]Private Sub Command1_Click() 'Place statement here to see if already open, if so then Goto 1 Dim …

Member Avatar for snurd
0
1K
Member Avatar for snurd

VB6.0: Writing an argument to see if an Excel file is already opened before opening the Excel file, because if the file is already opened the Excel file opens as read only. If it's already open I want to skip to the next "goto" label (ie: "File Already Opened"). Thanks, …

Member Avatar for aktharshaik
0
396
Member Avatar for GTROYA

I am looking to print some text files locataed in my local drive, i tried everything i know to do that but no luck so far Hope i can get a hand from here Thanks

Member Avatar for aktharshaik
0
1K
Member Avatar for gsatya

Hi Friends, I need a snippet to convert any file into pdf format using VB6. Pls hep me out. Thanks in advance. Satya. G

Member Avatar for aktharshaik
0
78
Member Avatar for kristian_CMS

Can somebody show me how to delete .dbf record/s in VB? i have this code [ICODE]conn.execute "Delete from records"[/ICODE] but its just marking the records for deletion, it wont delete the actual records until i issue the PACK command from foxpro. Please Help.. THanks

Member Avatar for aktharshaik
0
2K
Member Avatar for Tekito

As I learn class modules, one issue that seems to come up repeatedly involves class modules inside class modules - how the "child" class module can never see anything inside the "parent". Say, for example, I'm writing a program involving a card game, and so I have a class module …

Member Avatar for Tekito
0
115
Member Avatar for hell_tej

Hi, Frends Now I m Telling You How to insert Image Dynemically in Crystal Report 8.5 for the use in VB 6:-/ I Create an Job placement Software Crystal Report Which has some Fields and Photo of Candidate so First I Create an Crystal Report in 8.5 then Save it …

0
724
Member Avatar for Sam4Loz

Hi there! Im wondering if there is a tutorial/source for a VB6 and lingo encryption. They msut both work the same way. As in: VB6: [code] sendToLingo(encrypt("my string")) [/code] Lingo: [code] decrypt(receiveString) [/code] So basicly, VB6 and lingo can both encrypt/decrypt the same string that is sent or received. Thanks, …

Member Avatar for Sam4Loz
0
29
Member Avatar for SANJAYKD

Hi, I am running application VB and report tool as crystal report when i am exporting to excel it work fine on machine crystal 7.0 was installed, on another machine other application with crystal report 9.0, if i run my application on this machine and on crystal report if i …

0
57
Member Avatar for chanthung

Hi guys, I have completed one project and have created a setup file also. I have taken help from one of you guys and corrected a setup error, about "[B]DllSelfRegisterEx[/B]" to "DllSelfRegister". But now the problem is after complition of installation, i get the following error message during installation to …

Member Avatar for gsatya
0
372
Member Avatar for dinilkarun

Hi, I am using the following syntax in VB 6.0 to copy distinct values from strTableName to TableName strOpen = "Select distinct * into" & " " & strDupTableName & " from " & strTableName rst.Open strOpen, db, adOpenDynamic, adLockOptimistic But I am getting a runtime error "-2147217833". I have …

Member Avatar for dinilkarun
0
458
Member Avatar for tomii

Hi All, I am using VB6 with mysql database recently. But I am having problem with showing the text type of mysql field value in a Msflexgrid. Msflexgrid1.TextMatrix(i, 3) = "" & rdoRS.rdoColumns("products_publisher").Value This line gives error message. Anybody could help me? Many thanks. Tomii

Member Avatar for tomii
0
85
Member Avatar for StayElla

Is there a substring code to find out only the first letter of a word? I know that sr.ReadLine.ToUpper will read all the letters capital, but can it read just the first letter?

Member Avatar for QVeen72
0
115
Member Avatar for abu taher

I make a project with a access file with back up. But I want to create same file from my project. I mean when I need i make the same file from my project. help me

Member Avatar for abu taher
0
109
Member Avatar for stupidenator

Hi everyone, Is it possible to create a Microsoft Word macro that will open up a VB GUI that will have a number of form fields. Once you fill out the forms, then the macro will use that information to query an Oracle database and then return the formatted results …

0
101
Member Avatar for jssupekar

hi, I want to upload one photo at a time in picture box.... I would like to take input from user.. i have taken one button...by clicking on that button it should open the drives and files window.........after selection that link is stored in textbox.... how that link i can …

Member Avatar for Jx_Man
0
102
Member Avatar for jssupekar
Member Avatar for aktharshaik
0
128
Member Avatar for pusangkinalbo12

make a simple calculator involving the following operations addition, subtraction, multiplication, division, square-root and percentage!!thanks....:)

Member Avatar for Jx_Man
0
78
Member Avatar for StayElla

Hi!! I am EXTREMELY knew to Visual Basic. (You will be able to tell shortly!) I needed a computer programming class for school and my advisors put me into a class that uses Visual Basic! Ive been struggling!! My latest assignment is........ -Write a program to request positive numbers one …

Member Avatar for aktharshaik
0
123
Member Avatar for SHAWTY721

Hi I have a form where a user can enter a path name into a text box and I want to be able to check if the path name is valid. By valid I mean contains the right syntax. Is there a way to accomplish this in vb6. Thanks in …

Member Avatar for Jx_Man
0
384
Member Avatar for showstopper2007

can any 1 help me...my problem is : i hav a text box named text3 and a picturebox named as picture1 if any thing is typed in text3 then picture1 should display the picture which is stored in "c:\" with the name of the value that is typed in text3. …

Member Avatar for Jx_Man
0
94
Member Avatar for breezyy

Hey there, I have the following problem driving me nuts! I have 2 check boxes and each one is assigned a message (for check 1 say Hi, for check 2 say food). If I click on one of them, it displays its message in a text box, and pressing the …

Member Avatar for breezyy
0
138
Member Avatar for ahmbil

Hello i need a help for my barcode scanner project. i want to create a code save it in a DB and be able to read it and decode it with the barcode scanner.

Member Avatar for Ancient Dragon
0
102
Member Avatar for Dell XPS

I have made a program that you can add your contacts but i need to get a way to edit the persons details.... The details are kept in a txt file(because i don't know how to make this using a db) I have a list box showing the name and …

Member Avatar for varghaimani
0
166
Member Avatar for rajeshkhanna_in

Hi all I have created an application which automates the Preparation of Question Papers for Various Exams. This software uses a DSN connection to a ACCESS database. While I was developing software I created this connection manually but while I distribute my application this connection will have to be created …

Member Avatar for rajeshkhanna_in
0
206
Member Avatar for CaptainCharisma

Hi, Can anyone help me with this.. I have a vb program that produce a pdf file. I have installed the exe file in citrix metaframe server so all user can access. The problem that i've encountered is the printing from the user's pc was slow because it need to …

Member Avatar for gsatya
0
82
Member Avatar for ilynne

Hello, I have a program that runs another application and grabs one of the data in the textbox. However, I need to change this program so that it can determine whether the caption of one of the command buttons in that other application is in bold or not. Does anyone …

0
64

The End.