[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 ArticleReplace 1 line with 4 lines of code
I'm using Visual Studio 6.0 Enterprise edition. I'm working on a task to improve error handing, hence need to replace one line with 4 new lines of code. Doing manual is very boring. Possible to have...
View Article[RESOLVED] Wrapping Text in a listbox
I have a MultiSelect listbox in an application. I retrieve information from an Access (JET) DB to populate it, line by line (as shown above). I have found no way to WRAP TEXT IN A LISTBOX, and I do...
View ArticleSearching with ADODC error
hi i'm currently working on project to search in access db but i always get error said method or data member not found here is my code Code: Private Sub DataGrid1_RowColChange(LastRow As Variant, ByVal...
View Article[RESOLVED] String -> hex string -> string problem with vbCrLf
:) Hello, I am writing a note program, and it saves the note contents into a file. I use these 2 subs (ECString to convert the string to hex string and DCString to convert it back into a human readable...
View ArticleMultiple selections of an MSFlexGrid
Thanks to ColinE66 and si_the-geek, I was able to use a word-wrapped MSFlexgrid in my project vice a non-word-wrapped textbox. The FIRST issue I have having now, is that I want to select multiple rows...
View ArticleNeed Scrollbar or Slider than can go all the way to 65535
Nevermind, I had an error in my code. The Slider control can go all the way to 65535, and even higher.
View Article[RESOLVED] Using Fonts Embedded in a Resource?
Hi again! I'm wondering if it's possible to apply a font embedded in Resource file (within your project) and without extracting or saving it to a temp folder. I have looked everywhere and could only...
View ArticleEditing the whole listview row contents from textbox
Thanks for checking my thread, anyway, heres the my problem I have a listview, that contains items that are based from a search, the listview's structure looks something like... ItemCode -----------...
View ArticleCrystal Report error --- 20599 Cannot open SQL server.
Environment Windows7 + Vb6+sqlserver express edition + Crystal Report 8.5 Dear all, Following is the code by which I am trying to open a crystal report. Here mdiajmer ais my mdifile and crptfirm =...
View ArticleAutomatic function using RFID & VB6.
Hello There.. I wanna make some improvement using RFID and VB6, so the main purpose is how can i submit the code that i got from scanning it through the reader, to the database, and trigger another...
View Article