Click here to Skip to main content
15,910,277 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How hard is it to make a website blind-compatible? Pin
stoneyowl28-Oct-19 15:02
stoneyowl28-Oct-19 15:02 
GeneralRe: How hard is it to make a website blind-compatible? Pin
OriginalGriff8-Oct-19 20:24
mveOriginalGriff8-Oct-19 20:24 
GeneralRe: How hard is it to make a website blind-compatible? Pin
kalberts9-Oct-19 1:07
kalberts9-Oct-19 1:07 
PraiseRe: How hard is it to make a website blind-compatible? Pin
Daniel Pfeffer9-Oct-19 8:14
professionalDaniel Pfeffer9-Oct-19 8:14 
GeneralAre you sure you need to be doing this? Pin
Dave Kreskowiak8-Oct-19 11:15
mveDave Kreskowiak8-Oct-19 11:15 
GeneralRe: Are you sure you need to be doing this? Pin
phil.o8-Oct-19 12:37
professionalphil.o8-Oct-19 12:37 
GeneralRe: Are you sure you need to be doing this? Pin
Eddy Vluggen8-Oct-19 13:23
professionalEddy Vluggen8-Oct-19 13:23 
GeneralRe: Are you sure you need to be doing this? Pin
Sander Rossel8-Oct-19 19:07
professionalSander Rossel8-Oct-19 19:07 
VB
Module Common
    '...
    Public co As Object
    '...
End Module
After some digging around "co" means "current order" and must have an order object (not just any object, if you got that idea from the declaration).
It's used to share the current order between exactly one form and the other.
The other form is used in various places, but if you haven't used this one particular form that sets co a certain function will always break (because it lacks a Nothing check).
If you have used the form that sets co the other form will display just outright wrong data.
And if you open the form that uses co, then the form that sets co and then go back to the other form it will somehow have different data Big Grin | :-D
This may be one of the lesser evils in this application.

Don't talk to me about "code that shouldn't be", you've merely adopted it.
I was born in it, molded by it Sigh | :sigh:

GeneralRe: Are you sure you need to be doing this? Pin
Dave Kreskowiak9-Oct-19 6:20
mveDave Kreskowiak9-Oct-19 6:20 
GeneralDeep thoughts on hen feed Pin
stoneyowl28-Oct-19 10:06
stoneyowl28-Oct-19 10:06 
GeneralRe: Deep thoughts on hen feed Pin
  Forogar  8-Oct-19 10:13
professional  Forogar  8-Oct-19 10:13 
GeneralRe: Deep thoughts on hen feed PinPopular
ZurdoDev8-Oct-19 10:25
professionalZurdoDev8-Oct-19 10:25 
GeneralRe: Deep thoughts on hen feed Pin
Eddy Vluggen8-Oct-19 13:26
professionalEddy Vluggen8-Oct-19 13:26 
GeneralRe: Deep thoughts on hen feed Pin
ZurdoDev9-Oct-19 1:00
professionalZurdoDev9-Oct-19 1:00 
GeneralRe: Deep thoughts on hen feed Pin
Eddy Vluggen8-Oct-19 13:50
professionalEddy Vluggen8-Oct-19 13:50 
GeneralRe: Deep thoughts on hen feed Pin
Rick York8-Oct-19 14:32
mveRick York8-Oct-19 14:32 
GeneralRe: Deep thoughts on hen feed Pin
Eddy Vluggen8-Oct-19 15:31
professionalEddy Vluggen8-Oct-19 15:31 
GeneralRe: Deep thoughts on hen feed Pin
kalberts8-Oct-19 22:37
kalberts8-Oct-19 22:37 
GeneralRe: Deep thoughts on hen feed Pin
PIEBALDconsult9-Oct-19 6:07
mvePIEBALDconsult9-Oct-19 6:07 
GeneralRe: Deep thoughts on hen feed Pin
Gerry Schmitz8-Oct-19 17:16
mveGerry Schmitz8-Oct-19 17:16 
GeneralRe: Deep thoughts on hen feed Pin
kalberts8-Oct-19 22:58
kalberts8-Oct-19 22:58 
GeneralToday is your day, Countess Ada of Lovelace PinPopular
BillWoodruff8-Oct-19 8:31
professionalBillWoodruff8-Oct-19 8:31 
GeneralRe: Today is your day, Countess Ada of Lovelace Pin
phil.o8-Oct-19 12:21
professionalphil.o8-Oct-19 12:21 
GeneralRe: Today is your day, Countess Ada of Lovelace Pin
Gary Wheeler9-Oct-19 1:44
Gary Wheeler9-Oct-19 1:44 
GeneralRe: Today is your day, Countess Ada of Lovelace Pin
MikeTheFid9-Oct-19 4:47
MikeTheFid9-Oct-19 4:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.