• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Problem with Visual Basics Tab Functions !!!! Please Help !!!

leeland

Diamond Member
ok i know this isn't supposed to be this hard, it is probably something easy i am missing, i ahve been messing with this for about an hour and not i am frustrated.

i am trying to get a heading to print out on a Pic box...so it looks like this
Employee Detailsl
==================================================================
Employees Gross Pay Gross Taxes Net Pay
===================================================================



Ok Not that hard...here is what i have programed

picOutput.Print "Payroll Details"

picOutput.Print F1

[bpicOutput.Print "Employees"; Tab(10); "Gross Pay"; Tab(20); "Taxes"; Tab(30); "Net Pay"[/b]

picOutput.Print F1


F1 is the silly line that runs on both sides.


when it outputs though it is all messed up....looking something like this


Employee Detailsl
==================================================================
Employees
Gross Pay Taxes Net Pay
===================================================================


don't know if anyone can give me a pointer as to why the heck i just can't set up the darn columns spaced the way i want to...i have tried to do it just like my book shows but this is all that comes up...the reason i need the heading to be spaced is because i am reading a file in and computing the above and printing it out the picbox.

thanks to all who can reply

leeland

 
well thanks for the quick reply, i am not familar with that function and how it works...so to answer your question no i haven't....am ready to kick in the screen here about this TAB function....
 
Back
Top