Search Results

Showing results 1 to 40 of 47
Search took 0.01 seconds.
Search: Posts Made By: locsin
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2009
Replies: 2
Views: 555
Posted By locsin
Greetings!

I am using find command in vb6 using to conditional statement.

Call dbconek
With ar
.Open "Select *From numgroup", strconek, adOpenStatic, adLockOptimistic
.Find...
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2009
Replies: 2
Views: 407
Posted By locsin
Greetings!

i am using date in my program. My databasefield <draw_date> declared as shortdate in msaccess.

when i use in the programs

.Open "Select *From numgroup Where Draw_date = '" &...
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2009
Replies: 1
Views: 264
Posted By locsin
Greetings!

Anybody have idea how the determine the same numbers in 100 records. For example there are 100 inputted numbers in the database file. These numbers, some numbers have the same value. ...
Forum: Visual Basic 4 / 5 / 6 Jan 6th, 2009
Replies: 0
Views: 485
Posted By locsin
Greetings!

Anybody have idea how to make "Optional Title" in visual basic 6 data report. In visual vasic 6 data report there is %i for title. it is possible to use it in optional and how to use...
Forum: Visual Basic 4 / 5 / 6 Nov 20th, 2008
Replies: 2
Views: 433
Posted By locsin
Greetings!

Anybody know to make numbering in print report. I want to put numbering in my print report. All employees are have diffrent project location. I want to print report per location.
...
Forum: Visual Basic 4 / 5 / 6 Nov 9th, 2008
Replies: 2
Views: 689
Posted By locsin
Greetings!

Everytime I use msgbox command the active form view is disappear when the message box executed. And it appears again after the message box finished the execution.

Anybody know how to...
Forum: Visual Basic 4 / 5 / 6 Oct 29th, 2008
Replies: 2
Views: 1,271
Posted By locsin
I want to use find command for searching file in the database, but if I add "and" command i received error. It is possible to use and in Find command

I try to this syntax but it is error

.Open...
Forum: Visual Basic 4 / 5 / 6 Mar 23rd, 2008
Replies: 1
Views: 1,287
Posted By locsin
I have printing report using printer.print command. My report contains words and amount value. but the output is not properly arrange especially the amount. It is not align properly.

I am using...
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2008
Replies: 1
Views: 1,184
Posted By locsin
Greetings!

I'm preparing datareport for Petrol consumption in VB6. My report should be gasoline, diesel and other consumption.. It is possible to print these three consumption seperatedly in one...
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2008
Replies: 2
Views: 1,617
Posted By locsin
Thank you it's working
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2008
Replies: 2
Views: 1,617
Posted By locsin
hi

I designed simple program of computing the petrol bill and save it into MSACCESS data base. This bill included decimal places. But everytime I check my msaccess database. The number is...
Forum: Visual Basic 4 / 5 / 6 Feb 23rd, 2008
Replies: 2
Views: 1,878
Posted By locsin
It is possible to print 2 form in one paper page. Or Anybody know how to extend the form size.

My problem is when i reached the maximum size of the form especially the vertical size or the height....
Forum: Visual Basic 4 / 5 / 6 Dec 11th, 2007
Replies: 1
Views: 2,530
Posted By locsin
Post Thread: Searching Database file if existing or not.

How to Add the Microsoft scripting runtime dll in my Project reference menu. I saw Microsoft Script in the components. Is this the file? ...
Forum: Visual Basic 4 / 5 / 6 Dec 5th, 2007
Replies: 3
Views: 1,689
Posted By locsin
Season Greetings!

Searching database file in the application path

I want to determine the database file is existing or not... If the database (".mdb") is existing then msgbox "The database .mdb...
Forum: Visual Basic 4 / 5 / 6 Dec 4th, 2007
Replies: 1
Views: 2,039
Posted By locsin
Greetings!

Im using this format to use and open database


Set ac = New ADODB.Connection
Set ar = New ADODB.Recordset

strconek = "Provider=Microsoft.Jet.OLEDB.4.0;Data...
Forum: Visual Basic 4 / 5 / 6 Dec 4th, 2007
Replies: 1
Views: 2,617
Posted By locsin
greetings!

anybody know how to convert the month value into word format


for example date = 12/2007
month is december

how to convert this 12 into "december "
Forum: Visual Basic 4 / 5 / 6 Dec 1st, 2007
Replies: 1
Views: 703
Posted By locsin
Greetings!

" Visual Basic 6 Program"

I want to open the database file base on the given filename. If the database file is present all data that i want to save will be save in this database....
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007
Replies: 4
Views: 837
Posted By locsin
Please specify the total number of sequence (ex.. 1 to totalnumberofsequence) if the total number of sequence is base on the input try this systax

Dim input as integer
dim algo as integer
dim...
Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2007
Replies: 1
Views: 3,709
Posted By locsin
check the msword file to attached to this msgs ...

i hope it will help to know the flowchart

flowchart is the graphical form of pseudocode....


study the use of drawing in the flowhcart...
Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2007
Replies: 1
Views: 3,738
Posted By locsin
greetings!


I designed simple program with combobox and i want to lock this combobox. I dont want to allow the user to type in this combobox. Only the list item data can be selected and not...
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2007
Replies: 3
Views: 796
Posted By locsin
Easy recovery Pro6.0
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2007
Replies: 3
Views: 796
Posted By locsin
Please try this recovery software attacted to this message. Dont worry it is safe and virus free. I tried it for so many times. maybe it will help you to fix your problem..

enjoy.....
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2007
Replies: 11
Views: 4,282
Posted By locsin
Regarding printing of msflexgrid and the data inside the cell address of grid it is possible to print. There is a source code for this syntax in this address: www.planet-source-code.com

You can...
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2007
Replies: 11
Views: 4,282
Posted By locsin
Greetings!


anybody know how to print msflexgrid and the data contain in this flexgrid. I want to know how to print this flexgrid into my printer.


thank in advance.
Forum: Visual Basic 4 / 5 / 6 Nov 13th, 2007
Replies: 1
Views: 849
Posted By locsin
Greetings!

I am afraid to download mp3 songs for free maybe it will cause my computer at risk. Anybody can give me a secure, virus free and good site where I can download mp3 songs for free.
...
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2007
Replies: 3
Views: 3,238
Posted By locsin
Greetings!

I designed a simple program in VB6 with a background picture in my main menu form. but when i try to install this program to other computer having different resolution or sized in the...
Forum: Visual Basic 4 / 5 / 6 Oct 30th, 2007
Replies: 2
Views: 6,441
Posted By locsin
Greetings!


Anybody know how to insert marquee or scrolling text message in statusbar panels using Visual Basic 6. I want to put scrolling message in my status bar anybody could help me plz.
...
Forum: Visual Basic 4 / 5 / 6 Oct 28th, 2007
Replies: 0
Views: 2,366
Posted By locsin
Greetings!

Anybody know how to save database file into a text file. What i mean to say my program works fine to save data into a MS Access database file. I'm trying to save this file also into a...
Forum: Visual Basic 4 / 5 / 6 Oct 23rd, 2007
Replies: 4
Views: 3,092
Posted By locsin
Greetings!

Anybody know how to set or get the value of hijri calendar. Like for example I set the date in the form of mm/dd/yyyy gregorian calendar the value is 12/22/2007. I want to get the...
Forum: Visual Basic 4 / 5 / 6 Oct 22nd, 2007
Replies: 3
Views: 5,290
Posted By locsin
greetings!

anybody know how to set the system date value. like for example today date is 11/22/2007 i want to set this date into a new value one month ahead it should be 12/22/2007. THANK YOU IN...
Forum: Visual Basic 4 / 5 / 6 Oct 14th, 2007
Replies: 1
Views: 5,118
Posted By locsin
Greetings!

I creating report in visual basic data report. I want to costumize the paper size that i want to use. I try to make a printing report in a small paper size like bank check size of...
Forum: Visual Basic 4 / 5 / 6 Oct 3rd, 2007
Replies: 3
Views: 3,556
Posted By locsin
Greetings!

I have database file with dateformat on a field.

I want to view the data on files according to its date range using vb6.

Like for example i want to view a file for starting date...
Forum: Visual Basic 4 / 5 / 6 Sep 30th, 2007
Replies: 1
Views: 2,226
Posted By locsin
Hi everyone!

It is possible in visual basic 6 to save and open picture file on a database like nortwind sample database program in Microsft Access.

Anybody have idea to save and open picture...
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2007
Replies: 1
Views: 3,135
Posted By locsin
hi!

any idea how to convert numbers into words like for example i input the number 1 and it will display the word "one". i want to make this in a large number like morethan or around 1 million.
...
Forum: Visual Basic 4 / 5 / 6 Sep 24th, 2007
Replies: 2
Views: 985
Posted By locsin
Greetings!

I want to change the button message in visual basic 6.0. It is possible to edit the button message. Like vbokonly button display "OK", i want to reply this "OK" with my own word....
Forum: Visual Basic 4 / 5 / 6 Sep 19th, 2007
Replies: 2
Views: 2,177
Posted By locsin
Greetings

Anybody know how to change the position of form controlbox(Minimized, maximized, close) button. Original location is on the top right of the screen. I want to relocate it on the top...
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2007
Replies: 0
Views: 1,980
Posted By locsin
Greetings!

I try to create multilanguage program "Arabic and English". But I dont know how to change the position of the title bar from Right to left. My program display the MDIform caption from...
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2007
Replies: 1
Views: 2,961
Posted By locsin
Greetings!

I try to make a multilanguage menu. Arabic and English. My windows xp is arabic enabled but when i try to type arabic font in Visual basic other charter appear on the screen.

Is...
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2007
Replies: 1
Views: 1,562
Posted By locsin
Greetings!

How to make numbering in visual basic data report?

I create listing report in Visual Basic Data Report. My report works fine. The report can optionaly print by each category like :...
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2007
Replies: 4
Views: 2,844
Posted By locsin
Greetings

I want to display system information using visual basic 6. Anybody can help me. It is similar to "Visual basic Help then About Microsoft Visual Basic then System info"

Thank you in...
Showing results 1 to 40 of 47

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC