is it possible to pass Boolean value in array???????????

vijay_sr261982
Member Posts: 39
is it possible to pass boolean value in arays............ if it possible please give me some example coding or example program.......... ] [-o< ](*,)
0
Comments
-
Hi
example
Var
Counter - integer
BoolA - boolean /property dimension=5
FOR Counter:=1 TO 5 DO BEGIN
BoolA[Counter]:=TRUE;
IF Counter=3 THEN
BoolA[Counter]:=FALSE;
END;
FOR Counter:=1 TO 5 DO BEGIN
MESSAGE(FORMAT(BoolA[Counter]));
END;
i really bad understand.. :oops:0 -
It should work like any other variable?
Can you post the code you have tried so we can help?0 -
i had created a excel report. that am displaying the summary of that report in another sheet of same excel called Pivot Report. i tried to set the "feild's subtotals Property" to NONE" in that pivot report. i had runned the macro in Excel sheet and got some coding . here are they......
ActiveSheet.PivotTables("PivotTable1").PivotFields("Order No").Subtotals = _
Array(False, False, False, False, False, False, False, False, False, False, False, False)
this is wat the coding i got when i runned the Macro of excel sheet. how to pass this in Navision.
if ur much familiar in pivot report please help me :roll:0 -
Ah, this is a little different. You want to pass a array variable to Excel?
Never tried it but I doubt it will work but I might be wrong.
Maybe you can do it via a macro?0 -
In case the goal is to simlpy create a pivot table (not necessarily in Excel)
there is a download available
http://www.mibuso.com/dlinfo.asp?FileID=4840 -
Did anyone solve this problem? My Excel-Report is nearly finished now, the only thing missing is this "function" any help would be apreciated.
With best regards,
Jan0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions