11,868 Topics

Member Avatar for
Member Avatar for XC MTB

I have written some code that I would like to apply to 3000 csv spreadsheets. Do you know what code I would need to have before and after my code to open every csv file in a folder, apply my code and then save and close the file without converting …

Member Avatar for XC MTB
0
114
Member Avatar for dhanya_piit

hey ppl, i am creating tables at runtime but when the table with same name are created again i get an error that the table already exisits hw do i check wheter the table already exisits or not plz give me the syntax and am not creating database at runtime …

Member Avatar for aktharshaik
0
76
Member Avatar for Drycola

Hi everyone, I have problem accessing directories with LONG names, I simply get 'Path not found' error. Is there any fix for that?

Member Avatar for bushman_222
0
132
Member Avatar for pardeep3dec

Hi Friends, My problem is that whenever i generate datareport from programme it shows each element in sequence but when i goes on more than 6 page then it's sequence goes down in comparsion to the label on report. same problem occurs when i save the report in .html or …

Member Avatar for dspnhn
0
132
Member Avatar for hanzi_ru

i need to update new records to the database. i created a button and typed the below mentioned code But an error saying,"Current recordset does not support updating. this may be a limitation of the provider, or of the selected loc type" appears. Could you please help Private Sub Command3_Click() …

Member Avatar for aktharshaik
0
2K
Member Avatar for grinder182533

Can anyone help me with a Crystal XI issue ? My report access an SP, and has detail sections A to G. The exact number of lines I print through to section E is constant. Sections F & G can return a variable number of lines. ( zero to many). …

0
40
Member Avatar for habibpld

Hi, I have a problem with printing the report, I am using a dotmatrix printer. when ever i am printing the printer feed the paper up to A4 size even the content is two or three line. [COLOR="Red"][B]I want the paper to stop immediatly after the printing[/B][/COLOR] so that it …

Member Avatar for aktharshaik
0
90
Member Avatar for Doobie1

Hello, I am working on a VB script to delete files from the OLK directories on my Citrix server. I am new with VBS and I need to know how to use the below command line in a VB script. c:\del "C:\Documents and Settings\%Username%\Local Settings\Temporary Internet Files\OLK*" Can someone help …

Member Avatar for aktharshaik
0
57
Member Avatar for pardeep3dec

Hi Friends, My problem is that when i save my report in .txt or .html format. It's format not same as report in programme. Mostly values goes down from there position. For reference i am attaching my report .txt file. Please help Thanking you

Member Avatar for aktharshaik
0
96
Member Avatar for Lil' Tripsturr

Gday i already asked for help in the vb.net forum,im new so im guessing i was in the wrong forum as i didnt receive much help.ive posted all the original text from the thread below. G day ,im a parent from Australia. My child is 7 turning 8 and i …

Member Avatar for aktharshaik
0
3K
Member Avatar for pardeep3dec

Hi Friends, I have a Access table with [B]S.No.,Name,Department,Status [/B]fields and some data attached with this mail. when i used query [B]"select * from emp where status='Yes';"[/B] and when i put textboxes named [B]s.no.[/B] of command button of dataenvironment->connection1 then it always give there correspondence value i.e. only that record …

Member Avatar for aktharshaik
0
267
Member Avatar for abu taher

I saw a project where was a (like) combo box. when it was click a mini calendar show and today date is marked with a red oval. Please tell me how i make it.

Member Avatar for aktharshaik
0
129
Member Avatar for wrappingduke

Hello, Attempting to use vb6 to call CeRapiInvoke to execute a process on a WM device. However, I'm having some difficulty invoking this function. The desktop (VB6) application used to call CeRapiInvoke unconditionally terminates when attempting to run the process in Block mode. I'm using passing the parameter IRAPIStream a …

0
71
Member Avatar for wouldbe

HI EVERYONE CAN SOMMEONE HELP ME PLEASE I'M STRUGGLING WITH THIS CODE TO SEARCH THROUGH MY DATABASE IN ACCESS BUT WHEN I TRY TO RUN IT DISPLAY A MESSAGE "OBJECT REQUIRED " WHAT CAN I DO? Private Sub cmdSearch_Click() Dim Searchit As String, Founder As Boolean Searchit = UCase(InputBox("Enter Item …

Member Avatar for aktharshaik
0
321
Member Avatar for Elmo_loves_you

Hi I have just discovered a development environment called MobiForms available at [url]http://www.mobiforms.com/[/url] for developing mobile applications. I had a wee read through it but cant see any real differences with in compared to visual studio emulators in terms of developing RAD forms (drag n drop controls) Has anyone got …

Member Avatar for LizR
0
82
Member Avatar for nagajyothi

please give me the code for adding my data(from the textfields) to my database tables.. and similar operation like updating,deleting and suggest me a good ebook for learnig how to code in vb

0
46
Member Avatar for doel.jangkrik

I am not sure if I am in the right forum. If not, I apologize. ------------------------------- I've been working on an assignment in school using Visual Studio. I want to continue at home so I downloaded Visual Studio Express, but I don't know how to transfer the files! In Eclipse, …

Member Avatar for LizR
0
3K
Member Avatar for manojbiswas

I have a query which gives results like ACTIVITY MONTH1 MONTH2 MONTH3 MONTH4 MONTH5 MONTH6 ... PLAN 1.5 2.1 3.1 1.0 1.2 4.6 ACTUAL 1.2 2.O 2.9 0.7 1.0 2.7 I WANT TO CHANGE THE ORIENTATION OF THE TABLE IN THE FOR AS GIVEN BELOW, MONTH PLAN ACTUAL MONTH1 1.5 …

Member Avatar for QVeen72
0
116
Member Avatar for daganavin1

Can anyone tell me how to go along with this project???????some sites where i can find relevant data

0
50
Member Avatar for pardeep3dec

Hi friends, I am using MSHFFlexible grid for display recrodset but my problem is that when text's length is greater than column width then it is not adjusted automatically. Please tell me how can i remove this problem. I set [B]word wrap[/B] property of [B]Flexible Grid[/B] it is not work.

Member Avatar for aktharshaik
0
68
Member Avatar for kxh29

Hello All: Just wanted to inquire about Visual Basic. As I understand it, it is a tool to create GUI's on windows platforms. I would like to know where I could find an online tutorial for novices. Also, does VB, can VB interface with Sybase Databases using TransAct SQL....???? Thanks …

Member Avatar for bruce2424
0
143
Member Avatar for krille

I get the following error message: Compile error: Can't assign to read-only property when trying to assign Multiselect to my FileListBox(File1). I used the following code: File1.ReadOnly = False File1.MultiSelect = 2 Do anybody know what is wrong! best regards Kristian

Member Avatar for krille
0
172
Member Avatar for chopin2256

Hi! The program I am using is excel. What I am looking to do is alphabetize a string [I]within[/I] a cell. Note, I do not wish to alphabetize a column of words. Here is an example. Let's say cell A1 contains a string like so: "The Law Firm of Cohen …

Member Avatar for chopin2256
0
220
Member Avatar for jonc

Hi, I am having a problem with Visual Basic 6 in that in various screens (Options, Project Options and "New Project" (to name a few)) it is using FixedSys font instead of what it would normally use (Tahoma or MS Sans Serif if I remember right?). How would I go …

Member Avatar for jonc
0
350
Member Avatar for ladyjade

Well, I'm making this notepad in Visual Basic and I'm using the "SAPI.SpVoice" add-in, so the computer could read the text typed in the notepad. I've been searching for google for days and I can't find anything that will help me. Could anyone help me with the following things: Is …

0
82
Member Avatar for vbgirl

i have a data from Microsoft Access.. now i would like to show it out by Data Report and Data environment... can anyone, teach me how to use data repost and data environment??? thanks.... from vbgirl

Member Avatar for dspnhn
0
51
Member Avatar for ScudRunner50

Wasn't sure which thread to post this on, but haven't gotten any help from "Servers"... I'm writing login scripts for the different departments in our company as they all use different Printers, Network Drives, etc. I've managed to get the code together to do everything I need except set the …

Member Avatar for ScudRunner50
0
317
Member Avatar for elanch

hi all! In Vb i have used Data Grid viewer.It is used to display the textbox content in form, whenever <ADD> button is clicked. When i click the <ADD> button I'st time, the text box content is displaying correctly. When i click the <ADD> button II'nd time, the text box …

Member Avatar for dspnhn
0
95
Member Avatar for pardeep3dec

Dear Friends, I am using Data Report for my project. But when i click on report command button it gives [B][I]Failed getting Rowset(s) from current datasource[/I][/B]. Thanking you. Pardeep

Member Avatar for dspnhn
0
38
Member Avatar for pardeep3dec

Dear Friends, I got two problem related to Data Report. 1. I got more than 20 temporary file with extention .tmp in my project folder. 2. My report unable to show effect after deletion of any record. It only takes effect when i close the program and then restart program. …

Member Avatar for dspnhn
0
119

The End.