User Profile
Collapse
-
How can I use this code in Text1_KeyPress( ) event?... -
Handle Ctrl key and Enter Key
I want to focus another control when I press both Ctrl key and Enter Key in a text box. How can I do this? -
I am not using sql query. I create the cross tab report using smart link. I want to conditionally insert an image in a column.Leave a comment:
-
Split and insert image in a cell of a cross tab
How can I split a cell and insert image in a particular cell of a cross tab report? -
print button in the Crystal report viewer not working
I am using Crystal Report 9 and VB6.0. I can display the report through Crystal report viewer properly. But the print button in the Crystal report viewer does not work. My printer is in network. If I print any other file such as .doc, .txt then the printer prints the file. But when I click the print button in the Crystal report viewer then it neither prints the report nor through any error message. Where is the problem? How can I solve this? -
multiuser application in vb6.0 with ms access
Hi,
How can I create a multiuser application in vb6.0 with ms access? In my application I use ADO connection and want to connect around 100 users at a time. Please provide me some samples. -
Joins in MS Access
SELECT I.ItemID, I.ItemName, L.PVALUE AS Classification, I.ReorderLevel,
I.Rate
FROM (ItemMaster AS I INNER JOIN CategoryMaster AS C
ON I.CategoryID = C.CategoryID)
LEFT JOIN Poplist AS L ON I.Classificatio n = L.PSHORT
WHERE L.PCODE='ITCLS' ;
In ItemMaster some entries in Classification column are blank. When I
run this query it lefts the blank records. But I want all the records...
No activity results to display
Show More
Leave a comment: