Click here to Skip to main content
15,884,989 members

Comments by Doughnatch (Top 15 by date)

Doughnatch 27-Jul-16 3:48am View    
I already know that but is there a more significant reason to be doing it that way if I can just use getExtras() alone or vice versa?
Doughnatch 14-Oct-14 14:10pm View    
I haven't tried it on another form. It had trouble at first when I immediately deleted the .dll file then browse for it again. I'll just try it later .
Doughnatch 14-Oct-14 14:01pm View    
It's not in the designer. The only codes in the designer are these:


<global.microsoft.visualbasic.compilerservices.designergenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form



Friend WithEvents CustomButton1 As Custom_Button.CustomButton
Friend WithEvents CustomButton21 As Custom_Button.CustomButton2
End Class
Doughnatch 20-Sep-14 12:34pm View    
In my database, there are tables called sales_transaction_invoice(summary) and sales_transaction_details(detailed list of items sold). The only thing I can do in CR is viewing of the summary and I want to get even just the invoice no. and transaction date from the summary and below it will be the details just as the pictures show. I can manage to do it but only "one" invoice unlike in the picture where several summary of sales and its details are there.
Doughnatch 15-Sep-14 14:43pm View    
I've tried to convert it to integer with:

dgcol.columns(1).valuetype = getType(Integer)

but still it sorts incorrectly.