Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LstlistNavigator & Numeric field
Message
From
04/09/2004 16:14:33
 
 
To
04/09/2004 09:21:13
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00939439
Message ID:
00939489
Views:
13
Hi Panya:

>1. I cannot align the numeric field in LstlistNavigator to the right justify.

The list navigator converts the numeric value to a character. The way to right align is to do something similar to the following ... PADL(NumericValue, 10, ' '). This will force your numeric value to the right. Just experiment with the nResultSize argument to get the correct right justified effect.

>2. When I add a new record in child table, why the numeric field did not show interactively (in LstlistNavigator also), until I click at that row in the LstlistNavigator then it will show the figure that I input.

Sorry, I'm not sure I understand exactly what you are saying here. If you can clarify the question a little more, I will see if I can help.

Regards
-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform