Quantcast
Channel: Home of ActiveVFP - Foxpro on the World Wide Web
Viewing all articles
Browse latest Browse all 1109

New Post: HTML Spacing and More fields AVFP files

$
0
0
<tr>
<td <%=IIF(MOD(lnX,2)=0,[bgcolor="#E5E5E5"],[])%> valign="top">
<a href="<%=JustPath(oProp.ScriptPath)+[/detail]+oProp.Ext+[?cust_id=]+ALLTRIM(cust_id)%>"><font face="Arial"><%= tCursor.dispnum %></font>&nbsp;</a></td>
<td <%=IIF(MOD(lnX,2)=0,[bgcolor="#E5E5E5"],[])%> ><font face="Arial">
<%= IIF(EMPTY(tCursor.trucknum),[<br>],tCursor.trucknum) %></font>&nbsp;</td>
<td <%=IIF(MOD(lnX,2)=0,[bgcolor="#E5E5E5"],[])%> ><font face="Arial">
<%= IIF(EMPTY(tCursor.driver),[<br>],tCursor.driver) %></font></td>
<td <%=IIF(MOD(lnX,2)=0,[bgcolor="#E5E5E5"],[])%> ><font face="Arial"><%= IIF(EMPTY(tCursor.timerec),[<br>],tCursor.timerec) %></font>&nbsp;</td>
</tr>

How do you suggestion I figure out this format and add and remote content? making columns bigger and smaller?

Do you have a tool that will help?

Viewing all articles
Browse latest Browse all 1109

Trending Articles