Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird problem with Excel
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01127124
Message ID:
01127131
Views:
11
>Maybe the column with is not enough to see whole value?
>
No, I don't think so. It's wide enough. And why does it show C for example and not M (the first character). I'll try to run without password to see if password somehow messed it up, though I don't think so.

Here are the column headers just in case:
laHeader_Info[1,1] = 'Seq #'
				laHeader_Info[1,4] = 8

				laHeader_Info[2,1] = 'Account Number'
				laHeader_Info[2,4] = 30
				
				laHeader_Info[3,1] = 'Patient Name'
				laHeader_Info[3,4] = 60

				laHeader_Info[4,1] = 'DOB'
				laHeader_Info[4,3] = "mm/dd/yyyy"

				laHeader_Info[5,1] = 'SS#'
				laHeader_Info[5,4] = 30

				laHeader_Info[6,1] = 'Insurance Carrier'
				laHeader_Info[6,4] = 60
				
				laHeader_Info[7,1] = 'Policy #'
				laHeader_Info[7,4] = 50
				
				laHeader_Info[8,1] = 'Discharge date'
				laHeader_Info[8,3] = "mm/dd/yyyy"

				laHeader_Info[9,1] = 'Visit type'
				laHeader_Info[9,4] = 30

				laHeader_Info[10,1] = 'Total Charges'
				laHeader_Info[10,3] = "$#,##0.00_);[Red]($#,##0.00);;@"
				laHeader_Info[10,4] = 30

				laHeader_Info[11,1] = 'Balance'
				laHeader_Info[11,3] = "$#,##0.00_);[Red]($#,##0.00);;@"
				laHeader_Info[11,4] = 30
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform