Click here to Skip to main content
16,006,440 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalint to a Pin
pnpfriend24-Jan-03 6:01
pnpfriend24-Jan-03 6:01 
GeneralRe: int to a Pin
SimonS24-Jan-03 7:05
SimonS24-Jan-03 7:05 
GeneralRe: int to a Pin
pnpfriend24-Jan-03 7:21
pnpfriend24-Jan-03 7:21 
GeneralRe: int to a Pin
SimonS24-Jan-03 7:36
SimonS24-Jan-03 7:36 
GeneralRe: int to a Pin
Nick Seng24-Jan-03 8:01
Nick Seng24-Jan-03 8:01 
GeneralRe: int to a Pin
Ray Cassick24-Jan-03 8:10
Ray Cassick24-Jan-03 8:10 
GeneralRe: int to a Pin
pnpfriend24-Jan-03 9:41
pnpfriend24-Jan-03 9:41 
Generalgenerating report based on values in 2textboxes Pin
mcm24-Jan-03 4:19
mcm24-Jan-03 4:19 
i had generated a report from a query in access (ie using the query as a datasource), and that worked fine. However, now i want to run the report based on the query in the database and 2 values (ie between 2 dates) in textboxes so i have hardcoded the following SQL statement behind the command button to generate the report. However, i do not know what to do from here - the SQL statement will be a datasource and datamember for what - the data environment? the command? the report? Thanking you!

SELECT DISTINCT Client.Company, OrderGenerate.OrderNumber, Sum(OrderDetail.Price) AS SumOfPrice
FROM (Client INNER JOIN OrderGenerate ON Client.ClientCode=OrderGenerate.ClientCode) INNER JOIN OrderDetail ON OrderGenerate.OrderNumber=OrderDetail.OrderNo
WHERE Date Between ' " & txtDateFrom.Text & "' and ' " & txtDateTo.Text & "'
GROUP BY Client.Company, OrderGenerate.OrderNumber

Generaladd new IE button in registry - vbs Pin
Florin Ochiana23-Jan-03 21:04
Florin Ochiana23-Jan-03 21:04 
GeneralRe: add new IE button in registry - vbs Pin
Florin Ochiana23-Jan-03 23:08
Florin Ochiana23-Jan-03 23:08 
Generalget single cell name.. Pin
pnpfriend23-Jan-03 10:39
pnpfriend23-Jan-03 10:39 
GeneralRe: get single cell name.. Pin
Nick Seng23-Jan-03 14:43
Nick Seng23-Jan-03 14:43 
GeneralRe: get single cell name.. Pin
pnpfriend24-Jan-03 4:28
pnpfriend24-Jan-03 4:28 
Generalexcel.sheet.setprintArea Pin
pnpfriend23-Jan-03 4:49
pnpfriend23-Jan-03 4:49 
GeneralRe: excel.sheet.setprintArea Pin
Nick Seng23-Jan-03 14:35
Nick Seng23-Jan-03 14:35 
GeneralRe: excel.sheet.setprintArea Pin
pnpfriend24-Jan-03 3:30
pnpfriend24-Jan-03 3:30 
GeneralRe: excel.sheet.setprintArea Pin
Nick Seng24-Jan-03 7:51
Nick Seng24-Jan-03 7:51 
GeneralRe: excel.sheet.setprintArea Pin
pnpfriend24-Jan-03 9:39
pnpfriend24-Jan-03 9:39 
GeneralRe: excel.sheet.setprintArea Pin
Nick Seng26-Jan-03 14:31
Nick Seng26-Jan-03 14:31 
GeneralExposing UserControl events to IE Pin
glaidler22-Jan-03 6:03
glaidler22-Jan-03 6:03 
Generalpopulating datagrid based on same field in database Pin
mcm22-Jan-03 2:01
mcm22-Jan-03 2:01 
GeneralAdding Properties at runtime in PropertyGrid Control Pin
RohanD22-Jan-03 0:53
RohanD22-Jan-03 0:53 
GeneralVB.NET : How Can i Bind data to CheckBox Pin
intibnin21-Jan-03 2:01
intibnin21-Jan-03 2:01 
Generaltype mismatch Pin
mcm20-Jan-03 10:17
mcm20-Jan-03 10:17 
GeneralRe: type mismatch Pin
SimonS22-Jan-03 3:01
SimonS22-Jan-03 3:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.