Datareport landscape orientation
I was informed that I must have SP6 to get 'datareport.orientation = rptOrientLanscape' to work but after updating my vb6 to sp6 '.orientation' is still not recognized. Any idea why? are there any...
View ArticleCsv to csv based on column name
Greetings... Can some one help me fixing this i have csv file named Test.Csv i want to create a new NEW_TEST.CSV file based on the field name ANDHRA PRADESH which is I column in my Test.csv in VB...
View ArticleClass does not support Automation on ADODB.Connection
ok, i already googling it, but can't fix my problem.. how to fix this problem ?
View ArticleShellExecute
I have label on form which assigned to ShellExecute command ... it is for to download an exe. from web .. I have label caption [Opera.exe] Code: Private Sub Label1_Click() ShellExecute ByVal 0&,...
View Articleclsbuffer Class
This should be simple but I have been looking for hours now, My VB6 does not recognise Dim Buf as New ClsBuffer I get the error 'User-Defined Type Not Defined' Buffer As clsBuffer. I can not find what...
View Articlewinsock question
how to navigate a url and click an element there with the use of winsock?
View Articlevb6 Displaying chosen directory in textbox using CommonDialog1 properties...
Hi. Once I opened commondialog1.showopen, how do I display whichever directory I have chosen in a textbox? for example: If I click on C:\windows I would like to see C:\windows display in a textbox....
View Articlelabel tooltip
is there any way or code to achieve tooltip for labels as per their caption without assigning tooltip in label properties
View Article[RESOLVED] Why does my Mdi child forms close themselves when i open another...
There are may forms. Some were made by me. My forms can stay side by side. But the other forms I got, not made by me, do not. When I open 1 form and without closing it, open another (not mine) the...
View ArticleColor printing
While the editor color differentiates code (eg. comments in green, statements in blue, etc.); when printed, code only appears in black & white. This maybe due to the fact that the actual...
View Article[RESOLVED] question on getting related FK record and present in flexgrid
Good day. I have this table items with itemid and description. I have this other table orders with itemid, quantity and price. Now I am going to add this record itemid, qty and price only but the...
View Article[RESOLVED] Patients born before 1930 arent -16 years old
I know in the long run the company will have to move to a 4 digit year for people birthdates but for now how do i get the computer to recognize someone born in say 1929? the birth date is stored as a...
View ArticleIssue with code for DB Connecting
I have manually set my Table Links which sped a certain part of my app up literally 200 times (set a DSN using SQL Native Client), however another module sits for about a minute, then throws an error...
View Article[RESOLVED] formatting grid column
Like if want to format my grid with the following columns itemid, itemdescription, qty,cost, total formatgridcolumn flexgrid1, 1, 3, "#,###.##" formatgridcolumn flexgrid1, 1, 4, "#,###.##"...
View Article[RESOLVED] sum grid column
I have this code to loop on all the rows of the column and sum them up. But like if I have 20 and 20.50 the sum should be 40.50 but on the textbox of the result, I am getting either round down or round...
View Article[VB6] upload file to Dropbox
Hi. How can I upload a file to my Dropbox public folder (https)? I can download perfectly with Inet and this function: Code: Public Sub DownloadFile(strURL As String, strDestination As String)...
View ArticleCalendar component
I like the "Microsoft Calendar Control" but it does not update when the month or year (From combobox) is changed. Is there any free calendar components out there that are similar? I know there is...
View Articleinserting store wise itemchild
Hi Friends, i have some hundreds of childitem . i simple want when user type all the item child. in multiline text box .it needs to be added in the database .i have stores table in access database .in...
View Article[RESOLVED] [VB6] upload file to Dropbox
Hi. How can I upload a file to my Dropbox public folder (https)? I can download perfectly with Inet and this function: Code: Public Sub DownloadFile(strURL As String, strDestination As String)...
View Article