Click here to Skip to main content
15,890,391 members
Home / Discussions / C#
   

C#

 
QuestionRe: Deployment Pin
JacquesDP6-Feb-06 22:58
JacquesDP6-Feb-06 22:58 
QuestionCOM+ and .NET Pin
paully6-Feb-06 18:51
paully6-Feb-06 18:51 
AnswerRe: COM+ and .NET Pin
leppie6-Feb-06 22:24
leppie6-Feb-06 22:24 
Questiongenerate the C# application by coding C# Pin
tadung6-Feb-06 17:31
tadung6-Feb-06 17:31 
AnswerRe: generate the C# application by coding C# Pin
jdkulkarni7-Feb-06 1:57
jdkulkarni7-Feb-06 1:57 
QuestionTransaction Number Pin
knight_sky6-Feb-06 16:04
knight_sky6-Feb-06 16:04 
AnswerRe: Transaction Number Pin
Judah Gabriel Himango6-Feb-06 16:10
sponsorJudah Gabriel Himango6-Feb-06 16:10 
AnswerRe: Transaction Number Pin
JacquesDP6-Feb-06 20:15
JacquesDP6-Feb-06 20:15 
So what you want to do is to auto increment the transactions number, with the transaction number being a variable within your code.

If I understand correctly.

Do you only use the app or do you use sql with your app?
I would say that if its just within your app the best would be

int trans = 0;
Number++;

or if you use sql you can set that each new entry must be unique and auto increment where you can specify the starting point and the amount with wich to increment.
Questionlocation of current document Pin
edel_ong6-Feb-06 15:06
edel_ong6-Feb-06 15:06 
AnswerRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 16:13
sponsorJudah Gabriel Himango6-Feb-06 16:13 
GeneralRe: location of current document Pin
edel_ong6-Feb-06 16:34
edel_ong6-Feb-06 16:34 
GeneralRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 16:37
sponsorJudah Gabriel Himango6-Feb-06 16:37 
GeneralRe: location of current document Pin
edel_ong6-Feb-06 17:09
edel_ong6-Feb-06 17:09 
GeneralRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 17:18
sponsorJudah Gabriel Himango6-Feb-06 17:18 
GeneralRe: location of current document Pin
edel_ong6-Feb-06 17:24
edel_ong6-Feb-06 17:24 
GeneralRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 17:26
sponsorJudah Gabriel Himango6-Feb-06 17:26 
QuestionOfficial Receipt Pin
knight_sky6-Feb-06 14:32
knight_sky6-Feb-06 14:32 
AnswerRe: Official Receipt Pin
KevinMac6-Feb-06 18:32
KevinMac6-Feb-06 18:32 
QuestionHow to make documentation for dll? Pin
pmasknguyen6-Feb-06 14:20
pmasknguyen6-Feb-06 14:20 
AnswerRe: How to make documentation for dll? Pin
leppie6-Feb-06 18:11
leppie6-Feb-06 18:11 
AnswerRe: How to make documentation for dll? Pin
jinzhecheng7-Feb-06 9:18
jinzhecheng7-Feb-06 9:18 
QuestionExtract Text from RTF File Pin
emran8346-Feb-06 12:40
emran8346-Feb-06 12:40 
AnswerRe: Extract Text from RTF File Pin
jayvardhanpatil6-Feb-06 18:07
jayvardhanpatil6-Feb-06 18:07 
QuestionLooping XMLNode Pin
dbenisch6-Feb-06 12:07
dbenisch6-Feb-06 12:07 
AnswerRe: Looping XMLNode Pin
Guffa6-Feb-06 12:51
Guffa6-Feb-06 12:51 

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.