Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~14.0K People Reached
Favorite Forums
Favorite Tags
Member Avatar for 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. Thank you in advance.

Member Avatar for Kibepaul
0
1K
Member Avatar for locsin

greetings! When i First start my VB6 program with data report it works fine. The report displayed directly. but when i try to open other programs in other directory and then when i re-run my program in data report operation a msgbox appear "Please Enter MS Jet OLE DB Initialization …

Member Avatar for yokoshima.mur
0
3K
Member Avatar for 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? Anybody can help me or give me step by step procedure to add this Microsoft Scripting runtime …

Member Avatar for ritesh9nair
0
336
Member Avatar for locsin

Greetings! Is anybody know how to set textboxes in visual basic 6 in multi-languages. I want my textbox accept both english and arabic. Thank you in advance!

Member Avatar for akgs
0
632
Member Avatar for 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 left. Thankyou in advance

Member Avatar for AndreRet
0
93
Member Avatar for 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 paper. Anybody have idea how can i do this. is there any …

Member Avatar for bmpvkm
0
264
Member Avatar for 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. Anybody can help me! Thankyou in advance

Member Avatar for AndreRet
0
1K
Member Avatar for 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 "numero = '" + bet + "' And "draw_date = " & DateValue(vdrawdate.Text) & "", 0, adSearchForward If Not .EOF Then msgbox "record is existing" Else …

Member Avatar for QVeen72
-1
166
Member Avatar for 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 = '" & DateValue(vdrawdate.Text) & "'", strconek, adOpenStatic, adLockOptimistic I received error message.. Data Type mismatch in the criteria and sometimes Error …

Member Avatar for debasisdas
0
51
Member Avatar for 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. Anyone know to determine these numbers and display like this. input 100 numbers inputted in the database file …

Member Avatar for debasisdas
0
126
Member Avatar for 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.

Member Avatar for nor_d83
0
2K
Member Avatar for 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 this command.. Example: i want to have optional Heading report in VB6 …

0
80
Member Avatar for 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 advance

Member Avatar for 4ukh
-1
116
Member Avatar for 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. example. No. Employee NUmber Name 0001 Noli Locsin 1175 Alvin Patrimonio 1176 Keneth Durendez Now, My report printing …

Member Avatar for kain_mcbride
0
88
Member Avatar for 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 display message box without disappearing the active form view.. I want to restore the form display when the …

Member Avatar for QVeen72
0
92
Member Avatar for 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 "Select *From salary'", strconek, adOpenStatic, adLockOptimistic .Find "empno = '" …

Member Avatar for aktharshaik
0
109
Member Avatar for 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 ADVANCE

Member Avatar for elleinad
0
82
Member Avatar for 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 direct printing command "Printer.print" My report output is like this: Product Amount Soap 23.50 Fabric 215.25 Dishwashing Paste …

Member Avatar for cometburn
0
113
Member Avatar for 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 paper page or is there any alternative solution for this? I want to print same like this: GASOLINE VEHICLE TOTAL LITERS …

Member Avatar for hawisme000
0
116
Member Avatar for 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 automatically rounding up or down. I try to set standard settings with two decimal places but the number …

Member Avatar for locsin
0
103
Member Avatar for locsin

Hi I am COMPUTER SCIENCE STUDENT. I created thesis project with a report using VB6 datareport and Access2000. The report works fine on my machine, but when i presented this to my instructor an error "Invalid Data Source" occurs when I installed the application on other machines without visual basic …

Member Avatar for choudhuryshouvi
0
175
Member Avatar for 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. I cannot add 3 or more line which is necessary to …

Member Avatar for debasisdas
0
116
Member Avatar for 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 equivalend value in hijri calendar which is 12/12/1428. Then If i set the date …

Member Avatar for abutty
0
622
Member Avatar for 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 is not existing" if not existing msgbox " The database is not existing" If the database is not existing... …

Member Avatar for hkdani
0
125
Member Avatar for student101110

Hi guys. Im a student and i have a problem in finding the right procedure to solve my problem. Giving a set of numbers that will find their combination for a given value. For example 1st digit will be the size and the 2nd digit will be the qty.: Size …

Member Avatar for student101110
0
141
Member Avatar for 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 Source=" & App.Path & "\record.mdb;Persist Security Info=False" i want to use variable value in my data source. my database is record.mdb. i want to make syntax for …

Member Avatar for thekickers2006
0
175
Member Avatar for 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 " is there any command to get the month value into string or word format...or i make may own... thanks in advance

Member Avatar for Jx_Man
0
114
Member Avatar for 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. Else, if the database is not present it will create new database to …

Member Avatar for student101110
0
126
Member Avatar for 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 allowed to type any value.. for example: Displaying "Gender" using combobox . The item …

Member Avatar for kshrini
0
501
Member Avatar for scholzee

Hey i have been on many fourms and stuff asking people to help me slove me this problem but no one seems to know how to do it including my self,if anyone here knows how to change this into flowchart it would help a lot ty :) INPUT VARITEM 1 …

Member Avatar for locsin
0
112