alvingenius
IT Specialist
- Local time
 - Today, 17:45
 
- Joined
 - Jul 10, 2016
 
- Messages
 - 169
 
Hello
this is my first post here in this great forum
any my question is :
i have a DB for employees data
and i want to create a printed report to tell the employee to complete the missing fields on his profile and i want to mention this specific fields to fill only on this report
my way is to create a report and in LOAD event
	
	
	
		
for all fields
and this trick works but my problem is to rearrange empty (null) fields
see the blank space between fields in 1.png / 2.png
sample db attached
if you have a better idea or a fix for this problem tell me
thanks in advance
 this is my first post here in this great forum
any my question is :
i have a DB for employees data
and i want to create a printed report to tell the employee to complete the missing fields on his profile and i want to mention this specific fields to fill only on this report
my way is to create a report and in LOAD event
		PHP:
	
	
	if isnull (@@@)then
me.@@@.visible=true
else
me.@@@.visible=false
	for all fields
and this trick works but my problem is to rearrange empty (null) fields
see the blank space between fields in 1.png / 2.png
sample db attached
if you have a better idea or a fix for this problem tell me
thanks in advance