Click here to Skip to main content
15,911,531 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Remote Desktop Application Pin
Newbie5118-Apr-12 9:47
Newbie5118-Apr-12 9:47 
GeneralRe: Remote Desktop Application Pin
Benaiah Mischenko18-Apr-12 9:56
Benaiah Mischenko18-Apr-12 9:56 
GeneralRe: Remote Desktop Application Pin
Newbie5118-Apr-12 10:23
Newbie5118-Apr-12 10:23 
QuestionPopulate a pdf or word document from vb.net? Pin
alejx17-Apr-12 13:17
alejx17-Apr-12 13:17 
AnswerRe: Populate a pdf or word document from vb.net? Pin
JohnPayton17-Apr-12 14:33
JohnPayton17-Apr-12 14:33 
GeneralRe: Populate a pdf or word document from vb.net? Pin
alejx17-Apr-12 14:40
alejx17-Apr-12 14:40 
GeneralRe: Populate a pdf or word document from vb.net? Pin
JohnPayton17-Apr-12 14:54
JohnPayton17-Apr-12 14:54 
AnswerRe: Populate a pdf or word document from vb.net? Pin
Richard MacCutchan17-Apr-12 21:29
mveRichard MacCutchan17-Apr-12 21:29 
QuestionWindows Phone 7.5 Mango Screen Size Pin
Midnight Ahri16-Apr-12 15:32
Midnight Ahri16-Apr-12 15:32 
QuestionHow can I have a Tab with closing option ? Pin
Member 883311416-Apr-12 1:22
Member 883311416-Apr-12 1:22 
AnswerRe: How can I have a Tab with closing option ? Pin
VJ Reddy16-Apr-12 4:38
VJ Reddy16-Apr-12 4:38 
AnswerRe: How can I have a Tab with closing option ? Pin
Newbie5118-Apr-12 7:04
Newbie5118-Apr-12 7:04 
Questioncolor to black and white for reduce bytes Pin
bhupinder singh laly12-Apr-12 3:44
bhupinder singh laly12-Apr-12 3:44 
AnswerRe: color to black and white for reduce bytes Pin
Eddy Vluggen12-Apr-12 8:59
professionalEddy Vluggen12-Apr-12 8:59 
QuestionWindows Phone 7.5 Mango Pin
Midnight Ahri11-Apr-12 16:20
Midnight Ahri11-Apr-12 16:20 
AnswerRe: Windows Phone 7.5 Mango Pin
Dave Kreskowiak11-Apr-12 17:50
mveDave Kreskowiak11-Apr-12 17:50 
GeneralRe: Windows Phone 7.5 Mango Pin
Midnight Ahri11-Apr-12 22:06
Midnight Ahri11-Apr-12 22:06 
GeneralRe: Windows Phone 7.5 Mango Pin
Dave Kreskowiak12-Apr-12 3:36
mveDave Kreskowiak12-Apr-12 3:36 
GeneralRe: Windows Phone 7.5 Mango Pin
Midnight Ahri12-Apr-12 16:06
Midnight Ahri12-Apr-12 16:06 
QuestionUsing formula in DataGridView Pin
Amanjot11-Apr-12 8:59
Amanjot11-Apr-12 8:59 
AnswerRe: Using formula in DataGridView Pin
Dave Kreskowiak11-Apr-12 17:54
mveDave Kreskowiak11-Apr-12 17:54 
AnswerRe: Using formula in DataGridView Pin
VJ Reddy18-Apr-12 17:58
VJ Reddy18-Apr-12 17:58 
QuestionWhets the best way to… Pin
Badg3r197711-Apr-12 6:18
Badg3r197711-Apr-12 6:18 
CSS
Whets the best way to…

Hi all

I have been tasked with creating an application that generates a flat-file in which the content changes depending on the users input; I.e. different record lengths and other flags and headers, etc.

Now my question is what is the best way to present this to the user filling in the front end?  For example, I could use a dynamic run-time generated form or create a plug-in architecture or create different exe to do each job.

This application should ideally be easy to operate and easy to generate new templates so it can be maintained if I should move on.

Example Output:

Runtime]
Date=
Time=22:00:00
AllowErrors=FALSE

[Task.1]
Server=Employee
Module=Employee
Operation=AddUpdate

;======================================================================
;NB - STS CODE:  Pending = 1, Active = 2, Terminated = 3, Inactive = 4
;        Suspended = 5, Deleted = 6
;     TERM_DATE: Format as YYYY-MM-DD
;See NL_Employee.doc for information on field formats and descriptions.
;======================================================================

[Data.1]
Employee,[EMPLOYEE_NO],[STORE_NO],,,,,,,,[STS_CODE],,,,,,,,,,,2099-01-01,,,,,,,,,,,,,,,,,,,,,,,,,

**END EXAMPLE**

NB These files can become quite complicated with multiple [TASK.X] and [DATA.X] sections

Any help with picking the best solution would be appreciated.

In addition, I class myself as a novice / intermediate VB programmer

Language Used: VB 2011 Express

Thanks

AnswerRe: Whets the best way to… Pin
Eddy Vluggen12-Apr-12 1:06
professionalEddy Vluggen12-Apr-12 1:06 
GeneralRe: Whets the best way to… Pin
Badg3r197712-Apr-12 3:40
Badg3r197712-Apr-12 3:40 

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.